HomeSort by relevance Sort by last modified time
    Searched full:slop (Results 26 - 50 of 59) sorted by null

12 3

  /frameworks/base/core/java/android/content/res/
CompatibilityInfo.java 285 the slop we need to draw consistently.
  /packages/apps/Launcher2/src/com/android/launcher2/
AllApps3D.java 652 int slop;
653 slop = Math.abs(rawY - mMotionDownRawY);
655 if (!mStartedScrolling && slop < mSlop) {
    [all...]
  /external/dnsmasq/src/
lease.c 223 /* Set alarm for when the first lease expires + slop. */
forward.c 728 /* Max TCP packet + slop */
  /external/kernel-headers/original/linux/
device.h 25 #define DEVICE_NAME_HALF __stringify(20) /* Less than half to accommodate slop */
  /external/netcat/
generic.h 21 closed a lot of slop in open-ended comments: version 1.4
  /external/skia/src/core/
SkRegion_path.cpp 107 // compute the count with +1 and +3 slop for the working buffer
SkString.cpp 143 // add 1 for terminating 0, then align4 so we can have some slop when growing the string
SkDraw.cpp     [all...]
  /external/webkit/WebCore/platform/graphics/win/
FontCGWin.cpp 166 // We put slop into this rect, since glyphs can overflow the ascent/descent bounds and the left/right edges.
  /external/webkit/WebKitTools/android/flex-2.5.4a/
misc.c 57 while ( len + action_index >= action_size - 10 /* slop */ )
  /frameworks/base/core/java/android/view/
ScaleGestureDetector.java 223 // Initiate sloppy gestures if we've moved outside of the slop area.
View.java 4363 int slop = mTouchSlop; local
    [all...]
  /frameworks/base/core/java/android/webkit/
WebView.java 476 // true when the touch movement exceeds the slop
510 // pre-computed density adjusted navigation slop
986 int slop = configuration.getScaledTouchSlop(); local
    [all...]
  /external/webkit/WebCore/page/
Frame.cpp 464 // This is the absolute max we search. We allow a little more slop than
501 // add 100 for slop, to make it more likely that we'll search whole nodes
    [all...]
  /external/jpeg/
jmemdos.c 200 * a slop factor of 5% or so.
  /external/stlport/stlport/stl/
_rope.h 397 // Allow slop for in-place expansion.
402 // Allow slop for in-place expansion.
    [all...]
  /dalvik/vm/alloc/
Heap.c 391 // space is equal to the old free space + the utilization slop for
    [all...]
  /external/webkit/WebCore/rendering/
RenderObject.h 654 // Applied as a "slop" to dirty rect checks during the outline painting phase's dirty-rect checks.
    [all...]
  /frameworks/base/core/java/android/widget/
Gallery.java 904 * The user has moved more than the slop amount, since GestureDetector
    [all...]
  /frameworks/base/services/java/com/android/server/
InputDevice.java 38 * Slop distance for jumpy pointer detection.
    [all...]
  /cts/tests/tests/view/src/android/view/cts/
ViewTest.java 3717 int slop = ViewConfiguration.get(mActivity).getScaledTouchSlop(); local
    [all...]
  /external/v8/src/arm/
assembler-arm.h 964 // an exact science, and that we rely on some slop to not overrun buffers
    [all...]
assembler-thumb2.h 964 // an exact science, and that we rely on some slop to not overrun buffers
    [all...]
  /external/webkit/JavaScriptCore/tests/mozilla/js1_5/Regress/
regress-216320.js 820 function slop(lbx,value) {

Completed in 3333 milliseconds

12 3