HomeSort by relevance Sort by last modified time
    Searched refs:viewConfiguration (Results 1 - 10 of 10) sorted by null

  /external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
ViewConfigurationTest.java 4 import android.view.ViewConfiguration;
19 ViewConfiguration viewConfiguration = ViewConfiguration.get(context);
21 assertEquals(10, ViewConfiguration.getScrollBarSize());
22 assertEquals(250, ViewConfiguration.getScrollBarFadeDuration());
23 assertEquals(300, ViewConfiguration.getScrollDefaultDelay());
24 assertEquals(12, ViewConfiguration.getFadingEdgeLength());
25 assertEquals(125, ViewConfiguration.getPressedStateDuration());
26 assertEquals(500, ViewConfiguration.getLongPressTimeout())
    [all...]
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowViewConfiguration.java 2 * Portions of this code came from frameworks/base/core/java/android/view/ViewConfiguration.java,
25 import android.view.ViewConfiguration;
34 @Implements(ViewConfiguration.class)
71 private ViewConfiguration realViewConfiguration;
89 public static ViewConfiguration get(Context context) {
90 ViewConfiguration viewConfiguration = Robolectric.newInstanceOf(ViewConfiguration.class);
91 shadowOf(viewConfiguration).setup(context);
92 return viewConfiguration;
    [all...]
  /packages/apps/Messaging/src/com/android/messaging/ui/conversationlist/
ConversationListSwipeHelper.java 30 import android.view.ViewConfiguration;
75 final ViewConfiguration viewConfiguration = ViewConfiguration.get(context);
76 mTouchSlop = viewConfiguration.getScaledPagingTouchSlop();
78 viewConfiguration.getScaledMaximumFlingVelocity(),
80 mMinimumFlingVelocity = viewConfiguration.getScaledMinimumFlingVelocity();
  /frameworks/base/core/java/android/widget/
Editor.java 94 import android.view.ViewConfiguration;
    [all...]
  /external/robolectric/v3/runtime/
shadows-core-3.1-SNAPSHOT-16.jar 
shadows-core-3.1-SNAPSHOT-17.jar 
shadows-core-3.1-SNAPSHOT-18.jar 
shadows-core-3.1-SNAPSHOT-19.jar 
shadows-core-3.1-SNAPSHOT-21.jar 
shadows-core-3.1-SNAPSHOT-22.jar 

Completed in 957 milliseconds