Package org.robolectric.shadows
Class ShadowViewConfiguration
java.lang.Object
org.robolectric.shadows.ShadowViewConfiguration
@Implements(android.view.ViewConfiguration.class)
public class ShadowViewConfiguration
extends Object
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected static ViewConfigurationprotected static intprotected static intprotected static intprotected static intprotected intprotected intprotected intprotected intprotected intprotected intprotected intprotected intprotected intprotected intprotected static intprotected static intprotected static intprotected static intprotected booleanstatic voidsetHasPermanentMenuKey(boolean value)
-
Constructor Details
-
ShadowViewConfiguration
public ShadowViewConfiguration()
-
-
Method Details
-
get
-
getScrollBarSize
@Implementation protected static int getScrollBarSize() -
getScaledScrollBarSize
@Implementation protected int getScaledScrollBarSize() -
getScaledFadingEdgeLength
@Implementation protected int getScaledFadingEdgeLength() -
getPressedStateDuration
@Implementation protected static int getPressedStateDuration() -
getLongPressTimeout
@Implementation protected static int getLongPressTimeout() -
getTapTimeout
@Implementation protected static int getTapTimeout() -
getDoubleTapTimeout
@Implementation protected static int getDoubleTapTimeout() -
getScaledEdgeSlop
@Implementation protected int getScaledEdgeSlop() -
getTouchSlop
@Implementation protected static int getTouchSlop() -
getScaledTouchSlop
@Implementation protected int getScaledTouchSlop() -
getScaledPagingTouchSlop
@Implementation protected int getScaledPagingTouchSlop() -
getScaledDoubleTapSlop
@Implementation protected int getScaledDoubleTapSlop() -
getWindowTouchSlop
@Implementation protected static int getWindowTouchSlop() -
getScaledWindowTouchSlop
@Implementation protected int getScaledWindowTouchSlop() -
getScaledMinimumFlingVelocity
@Implementation protected int getScaledMinimumFlingVelocity() -
getMaximumFlingVelocity
@Implementation protected static int getMaximumFlingVelocity() -
getScaledMaximumFlingVelocity
@Implementation protected int getScaledMaximumFlingVelocity() -
getScaledMaximumDrawingCacheSize
@Implementation protected int getScaledMaximumDrawingCacheSize() -
hasPermanentMenuKey
@Implementation protected boolean hasPermanentMenuKey() -
setHasPermanentMenuKey
public static void setHasPermanentMenuKey(boolean value)
-