gecko-dev/mobile/android/base/util
Chris Lord a0307d1e46 Bug 856497 - Fix dynamic viewport sizing for margin changes. r=kats
The viewport wasn't being recalculated when the viewport margins changed, and
was also subject to some rounding errors. Round off the values before
comparing them (as they're screen pixels), and make sure to update the viewport
when the margins change. Margins were also not correctly being altered when
in overscroll, which could cause bottom-aligned fixed position content to be
incorrectly offset.
2013-04-08 16:35:00 +01:00
..
ActivityResultHandler.java Bug 851060 - Move util files into the util/ folder. r=cpeterson 2013-03-15 11:40:03 +01:00
ActivityResultHandlerMap.java Bug 851060 - Move util files into the util/ folder. r=cpeterson 2013-03-15 11:40:03 +01:00
EventDispatcher.java Bug 857335 - Add EventDispatcher warnings about events with no listeners. r=mfinkle r=kats 2013-04-02 14:28:59 -07:00
FloatUtils.java Bug 856497 - Fix dynamic viewport sizing for margin changes. r=kats 2013-04-08 16:35:00 +01:00
GamepadUtils.java Bug 857217 - Don't move focus to the layerview if joystick input events are in the dead zones. r=Cwiiis 2013-04-03 11:58:59 -04:00
GeckoBackgroundThread.java Bug 802130 - Move GeckoAppShell.getHandler() to ThreadUtils.getBackgroundHandler(). r=mfinkle 2013-03-15 11:52:53 +01:00
GeckoEventListener.java Bug 851060 - Move util files into the util/ folder. r=cpeterson 2013-03-15 11:40:03 +01:00
GeckoEventResponder.java Bug 851060 - Move util files into the util/ folder. r=cpeterson 2013-03-15 11:40:03 +01:00
GeckoJarReader.java Bug 851060 - Move util files into the util/ folder. r=cpeterson 2013-03-15 11:40:03 +01:00
HardwareUtils.java Bug 856756 - Move GeckoApp.hasPermanentMenuKey to HardwareUtils.hasMenuButton. r=mfinkle 2013-04-02 10:04:21 -04:00
INIParser.java Bug 851060 - Move util files into the util/ folder. r=cpeterson 2013-03-15 11:40:03 +01:00
INISection.java Bug 851060 - Move util files into the util/ folder. r=cpeterson 2013-03-15 11:40:03 +01:00
StringUtils.java Bug 836589 - Lazily switch between AwesomeBar search and URL modes; r=blassey 2013-02-07 18:17:06 -05:00
ThreadUtils.java Bug 850318 - Avoid blocking the UI thread on the background thread when calling getClipboardText. r=wesj 2013-03-22 22:03:17 -04:00
UiAsyncTask.java Bug 851060 - Move util files into the util/ folder. r=cpeterson 2013-03-15 11:40:03 +01:00