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

  /external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
ShadowViewConfigurationTest.java 53 assertEquals(16, viewConfiguration.getScaledTouchSlop());
69 assertEquals(24, viewConfiguration.getScaledTouchSlop());
  /developers/build/prebuilts/gradle/BatchStepSensor/Application/src/main/java/com/example/android/batchstepsensor/cardstream/
CardLayout.java 57 mTouchSlop = ViewConfiguration.get(getContext()).getScaledTouchSlop() * 2.f;
CardStreamLinearLayout.java 276 mSwipeSlop = ViewConfiguration.get(getContext()).getScaledTouchSlop();
434 mSwipeSlop = ViewConfiguration.get(getContext()).getScaledTouchSlop();
  /development/samples/browseable/BatchStepSensor/src/com.example.android.batchstepsensor/cardstream/
CardLayout.java 57 mTouchSlop = ViewConfiguration.get(getContext()).getScaledTouchSlop() * 2.f;
CardStreamLinearLayout.java 276 mSwipeSlop = ViewConfiguration.get(getContext()).getScaledTouchSlop();
434 mSwipeSlop = ViewConfiguration.get(getContext()).getScaledTouchSlop();
  /cts/tests/tests/view/src/android/view/cts/
ScaleGestureDetectorTest.java 63 mSpanSlop = ViewConfiguration.get(mActivity).getScaledTouchSlop() * 2;
ViewConfigurationTest.java 87 vc.getScaledTouchSlop();
ViewTest.java     [all...]
  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowViewConfiguration.java 166 protected int getScaledTouchSlop() {
  /cts/common/device-side/util/src/com/android/compatibility/common/util/
CtsTouchUtils.java 87 final int touchSlop = ViewConfiguration.get(anchorView.getContext()).getScaledTouchSlop();
133 final int touchSlop = ViewConfiguration.get(anchorView.getContext()).getScaledTouchSlop();
531 final int touchSlop = ViewConfiguration.get(view.getContext()).getScaledTouchSlop();
554 final int touchSlop = ViewConfiguration.get(view.getContext()).getScaledTouchSlop();
  /cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
CtsTouchUtils.java 88 final int touchSlop = ViewConfiguration.get(anchorView.getContext()).getScaledTouchSlop();
134 final int touchSlop = ViewConfiguration.get(anchorView.getContext()).getScaledTouchSlop();
532 final int touchSlop = ViewConfiguration.get(view.getContext()).getScaledTouchSlop();
555 final int touchSlop = ViewConfiguration.get(view.getContext()).getScaledTouchSlop();
  /development/samples/devbytes/animation/ListViewRemovalAnimation/src/com/example/android/listviewremovalanimation/
ListViewRemovalAnimation.java 79 getScaledTouchSlop();
  /development/samples/devbytes/animation/ListViewItemAnimations/src/com/example/android/listviewitemanimations/
ListViewItemAnimations.java 98 getScaledTouchSlop();
  /development/samples/devbytes/graphics/FoldingLayout/src/com/example/android/foldinglayout/
FoldingLayoutActivity.java 129 mTouchSlop = ViewConfiguration.get(this).getScaledTouchSlop();
  /cts/tests/tests/text/src/android/text/method/cts/
ScrollingMovementMethodTest.java 90 mScaledTouchSlop = ViewConfiguration.get(mActivity).getScaledTouchSlop();
  /external/sl4a/ScriptingLayerForAndroid/src/org/connectbot/
ConsoleActivity.java 346 int touchSlop = configuration.getScaledTouchSlop();
    [all...]

Completed in 155 milliseconds