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 void__constructor__(Context context) protected static intprotected static intprotected static intprotected intprotected intprotected intprotected intprotected intprotected intprotected intprotected static intprotected static intprotected static intprotected booleanstatic voidreset()static voidsetHasPermanentMenuKey(boolean value)
-
Constructor Details
-
ShadowViewConfiguration
public ShadowViewConfiguration()
-
-
Method Details
-
__constructor__
-
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() -
getScaledMaximumDrawingCacheSize
@Implementation protected int getScaledMaximumDrawingCacheSize() -
hasPermanentMenuKey
@Implementation protected boolean hasPermanentMenuKey() -
setHasPermanentMenuKey
public static void setHasPermanentMenuKey(boolean value) -
reset
@Resetter public static void reset()
-