HomeSort by relevance Sort by last modified time
    Searched full:slop (Results 76 - 100 of 198) sorted by null

1 2 34 5 6 7 8

  /libcore/luni/src/test/java/tests/api/org/apache/harmony/kernel/dalvik/
ThreadsTest.java 234 * Allow a bit more slop for the maximum on "expected
  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
ConversationContainer.java 120 * System touch-slop distance per {@link ViewConfiguration#getScaledTouchSlop()}.
128 * Original pointer Y for slop calculation.
132 * Original pointer ID for slop calculation.
380 * Touch slop code was copied from {@link ScrollView#onInterceptTouchEvent(MotionEvent)}.
    [all...]
  /frameworks/base/core/java/android/view/
Window.java 855 final int slop = ViewConfiguration.get(context).getScaledWindowTouchSlop(); local
857 return (x < -slop) || (y < -slop)
858 || (x > (decorView.getWidth()+slop)
    [all...]
  /frameworks/support/v4/java/android/support/v4/widget/
SlidingPaneLayout.java 772 final int slop = mDragHelper.getTouchSlop(); local
773 if (adx > slop && ady > adx) {
812 final int slop = mDragHelper.getTouchSlop(); local
813 if (dx * dx + dy * dy < slop * slop &&
    [all...]
DrawerLayout.java 935 final int slop = mLeftDragger.getTouchSlop(); local
    [all...]
  /frameworks/base/services/java/com/android/server/accessibility/
TouchExplorer.java 113 // Slop between the down and up tap to be a tap.
116 // Slop between the first and second tap to be a double tap.
399 // have a distance slop before getting into gesture detection
400 // mode and not using the points within this slop significantly
463 // have a distance slop before getting into gesture detection
464 // mode and not using the points within this slop significantly
513 // moved more than the slop.
    [all...]
  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/appmenu/
AppMenu.java 482 * Computes Edge-swipe-in-slop and returns it.
486 * event as swiping-in. This value, Edge-swipe-in-slop, is the threshold distance from the
490 * @return Edge-swipe-in-slop.
    [all...]
  /device/asus/grouper/overlay/frameworks/base/core/res/res/values/
config.xml 207 <!-- Base "touch slop" value used by ViewConfiguration as a
  /device/asus/tilapia/overlay/frameworks/base/core/res/res/values/
config.xml 210 <!-- Base "touch slop" value used by ViewConfiguration as a
  /external/chromium/chrome/browser/ui/views/extensions/
extension_installed_bubble.cc 218 // x-1 & y-1 is just slop to get the close button visually aligned with the
  /external/chromium_org/ash/system/date/
date_view.cc 32 // Amount of slop to add into the timer to make sure we're into the next minute
  /external/chromium_org/content/browser/dom_storage/
dom_storage_area.cc 300 // 5MB, but we add some slop since we want to make sure the max size is always
  /external/chromium_org/third_party/re2/re2/testing/
dfa_test.cc 119 CHECK_LT(usage, limit + (16<<10)); // 16kB of slop okay
  /external/regex-re2/re2/testing/
dfa_test.cc 119 CHECK_LT(usage, limit + (16<<10)); // 16kB of slop okay
  /packages/apps/Dialer/src/com/android/dialer/list/
PhoneFavoriteListView.java 278 // And if the distance traveled while dragging exceeds the touch slop
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/accessibility/
AccessibleKeyboardViewProxy.java 276 * view, where the area of the view is contracted by the edge slop factor.
  /cts/tests/tests/hardware/src/android/hardware/cts/
CameraGLTest.java 511 // Slop in timestamp testing, needed because timestamps are not
611 expectedMaxFrameDurationMs + "], slop range [" +
    [all...]
  /external/chromium_org/third_party/skia/src/pathops/
SkOpAngle.cpp 46 double slop = verb == SkPath::kQuad_Verb ? 4 * epsilon : 512 * epsilon; local
47 double xSlop = slop;
  /external/skia/src/pathops/
SkOpAngle.cpp 46 double slop = verb == SkPath::kQuad_Verb ? 4 * epsilon : 512 * epsilon; local
47 double xSlop = slop;
  /packages/apps/Launcher2/src/com/android/launcher2/
DragController.java 531 final int slop = ViewConfiguration.get(mLauncher).getScaledWindowTouchSlop(); local
532 final int delay = mDistanceSinceScroll < slop ? RESCROLL_DELAY : SCROLL_DELAY;
  /packages/apps/Launcher3/src/com/android/launcher3/
DragController.java 524 final int slop = ViewConfiguration.get(mLauncher).getScaledWindowTouchSlop(); local
525 final int delay = mDistanceSinceScroll < slop ? RESCROLL_DELAY : SCROLL_DELAY;
  /external/chromium_org/content/public/android/javatests/src/org/chromium/content/browser/
ContentViewGestureHandlerTest.java     [all...]
  /external/chromium_org/content/public/android/java/src/org/chromium/content/browser/
ContentViewGestureHandler.java 153 // Cache of square of the scaled touch slop so we don't have to calculate it on every touch.
328 // Remove the touch slop region from the first scroll event to avoid a
    [all...]
  /developers/build/prebuilts/gradle/BatchStepSensor/BatchStepSensorSample/src/main/java/com/example/android/batchstepsensor/
CardStreamLinearLayout.java 276 //get swipping slop from ViewConfiguration;
  /developers/build/templates/CardStream/_MODULE_/src/template/java/_PACKAGE_/
CardStreamLinearLayout.java.ftl 274 //get swipping slop from ViewConfiguration;

Completed in 1172 milliseconds

1 2 34 5 6 7 8