@Implements(android.view.ViewConfiguration.class) public class ShadowViewConfiguration extends Object
Constructor | Description |
---|---|
ShadowViewConfiguration() |
Modifier and Type | Method | Description |
---|---|---|
protected static ViewConfiguration |
get(Context context) |
|
protected static int |
getDoubleTapTimeout() |
|
protected static int |
getEdgeSlop() |
|
protected static int |
getFadingEdgeLength() |
|
protected static long |
getGlobalActionKeyTimeout() |
|
protected static int |
getJumpTapTimeout() |
|
protected static int |
getLongPressTimeout() |
|
protected static int |
getMaximumDrawingCacheSize() |
|
protected static int |
getMaximumFlingVelocity() |
|
protected static int |
getMinimumFlingVelocity() |
|
protected static int |
getPressedStateDuration() |
|
protected int |
getScaledDoubleTapSlop() |
|
protected int |
getScaledEdgeSlop() |
|
protected int |
getScaledFadingEdgeLength() |
|
protected int |
getScaledMaximumFlingVelocity() |
|
protected int |
getScaledMinimumFlingVelocity() |
|
protected int |
getScaledPagingTouchSlop() |
|
protected int |
getScaledScrollBarSize() |
|
protected int |
getScaledTouchSlop() |
|
protected int |
getScaledWindowTouchSlop() |
|
protected static int |
getScrollBarFadeDuration() |
|
protected static int |
getScrollBarSize() |
|
protected static int |
getScrollDefaultDelay() |
|
protected static float |
getScrollFriction() |
|
protected static int |
getTapTimeout() |
|
protected static int |
getTouchSlop() |
|
protected static int |
getWindowTouchSlop() |
|
protected static long |
getZoomControlsTimeout() |
|
protected boolean |
hasPermanentMenuKey() |
|
static void |
setHasPermanentMenuKey(boolean value) |
@Implementation protected static ViewConfiguration get(Context context)
@Implementation protected static int getScrollBarSize()
@Implementation protected int getScaledScrollBarSize()
@Implementation protected static int getScrollBarFadeDuration()
@Implementation protected static int getScrollDefaultDelay()
@Implementation protected static int getFadingEdgeLength()
@Implementation protected int getScaledFadingEdgeLength()
@Implementation protected static int getPressedStateDuration()
@Implementation protected static int getLongPressTimeout()
@Implementation protected static int getTapTimeout()
@Implementation protected static int getJumpTapTimeout()
@Implementation protected static int getDoubleTapTimeout()
@Implementation protected static int getEdgeSlop()
@Implementation protected int getScaledEdgeSlop()
@Implementation protected static int getTouchSlop()
@Implementation protected int getScaledTouchSlop()
@Implementation protected int getScaledPagingTouchSlop()
@Implementation protected int getScaledDoubleTapSlop()
@Implementation protected static int getWindowTouchSlop()
@Implementation protected int getScaledWindowTouchSlop()
@Implementation protected static int getMinimumFlingVelocity()
@Implementation protected int getScaledMinimumFlingVelocity()
@Implementation protected static int getMaximumFlingVelocity()
@Implementation protected int getScaledMaximumFlingVelocity()
@Implementation protected static int getMaximumDrawingCacheSize()
@Implementation protected static long getZoomControlsTimeout()
@Implementation protected static long getGlobalActionKeyTimeout()
@Implementation protected static float getScrollFriction()
@Implementation protected boolean hasPermanentMenuKey()
public static void setHasPermanentMenuKey(boolean value)