Added Methods
|
int getEdgeSlop()
|
@return Inset in pixels to look for touchable content when the user touches the edge of the
screen |
long getGlobalActionKeyTimeout()
|
The amount of time a user needs to press the relevant key to bring up
the global actions dialog. |
int getJumpTapTimeout()
|
@return Defines the duration in milliseconds we will wait to see if a touch event
is a jump tap. |
int getMaximumDrawingCacheSize()
|
The maximum drawing cache size expressed in bytes. |
int getMinimumFlingVelocity()
|
Minimum velocity to initiate a fling, as measured in pixels per second |
float getScrollFriction()
|
The amount of friction applied to scrolls and flings. |
int getWindowTouchSlop()
|
@return Distance a touch must be outside the bounds of a window for it
to be counted as outside the window for purposes of dismissing that
window. |
long getZoomControlsTimeout()
|
The amount of time that the zoom controls should be
displayed on the screen expressed in milliseconds. |