Class ShadowViewConfiguration

java.lang.Object
org.robolectric.shadows.ShadowViewConfiguration

@Implements(android.view.ViewConfiguration.class) public class ShadowViewConfiguration extends Object
  • Constructor Details

    • ShadowViewConfiguration

      public ShadowViewConfiguration()
  • Method Details

    • get

      @Implementation protected static ViewConfiguration get(Context context)
    • 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()
    • getMaximumDrawingCacheSize

      @Implementation protected static int getMaximumDrawingCacheSize()
    • hasPermanentMenuKey

      @Implementation protected boolean hasPermanentMenuKey()
    • setHasPermanentMenuKey

      public static void setHasPermanentMenuKey(boolean value)