/frameworks/base/packages/WallpaperCropper/src/com/android/wallpapercropper/ |
CropView.java | 253 float slop = config.getScaledTouchSlop() * config.getScaledTouchSlop(); local 257 if (squaredDist < slop &&
|
/packages/apps/Launcher3/WallpaperPicker/src/com/android/launcher3/ |
CropView.java | 253 float slop = config.getScaledTouchSlop() * config.getScaledTouchSlop(); local 257 if (squaredDist < slop &&
|
/bionic/libc/stdio/ |
findfp.c | 161 n = getdtablesize() - FOPEN_MAX + 20; /* 20 for slop. */
|
/external/chromium/chrome/browser/chromeos/status/ |
clock_menu_button.cc | 26 // Amount of slop to add into the timer to make sure we're into the next minute
|
/external/chromium/chrome/browser/ |
oom_priority_manager.cc | 64 // The size of the slop in comparing activation times. [This is
|
/external/chromium/net/http/ |
http_util.cc | 436 // some slop at the start. If the "http" string could not be found 440 const int slop = 4; local 447 int i_max = std::min(buf_len - http_len, slop); 526 // Skip any leading slop, since the consumers of this output
|
/external/chromium_org/chrome/browser/extensions/activity_log/ |
database_string_table_unittest.cc | 153 // database_string_table.cc, with a small amount of additional slop (an entry
|
/external/chromium_org/content/browser/renderer_host/input/ |
synthetic_smooth_scroll_gesture.cc | 186 // beyond the slop, while Aura uses Manhattan distance. We're using Euclidean
|
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/ |
LongPressDetector.java | 30 // True iff a touch_move has exceeded the touch slop distance.
|
/external/chromium_org/third_party/skia/include/core/ |
SkDraw.h | 124 * Return the current clip bounds, in local coordinates, with slop to account
|
/external/jpeg/ |
jmem-android.c | 75 * a slop factor of 5% or so.
|
jmemname.c | 180 * a slop factor of 5% or so.
|
jmemsys.h | 97 * a slop factor from the true available space. 5% should be enough.
|
/external/qemu/distrib/jpeg-6b/ |
jmem-android.c | 75 * a slop factor of 5% or so.
|
jmemname.c | 180 * a slop factor of 5% or so.
|
jmemsys.h | 97 * a slop factor from the true available space. 5% should be enough.
|
/external/replicaisland/src/com/replica/replicaisland/ |
TiledVertexGrid.java | 181 // calculate any sub-tile slop that our scroll position may require.
|
/external/skia/include/core/ |
SkDraw.h | 124 * Return the current clip bounds, in local coordinates, with slop to account
|
/packages/apps/UnifiedEmail/res/values/ |
dimen.xml | 30 <!-- The star is pretty small and does not have padding anymore, so the slop needs to be bigger-->
|
/frameworks/support/v4/java/android/support/v4/widget/ |
ViewDragHelper.java | [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/grid/ |
GridDropHandler.java | 186 int SLOP = 2; 188 if (rightDistance < radius + SLOP) { 192 if (bottomDistance < radius + SLOP) { 197 boolean createColumn = leftDistance < radius + SLOP; 198 boolean createRow = topDistance < radius + SLOP; [all...] |
/external/chromium_org/content/renderer/dom_storage/ |
dom_storage_cached_area.cc | 189 // 5MB, but we add some slop since we want to make sure the max size is always
|
/external/chromium_org/net/http/ |
http_util.cc | 506 // some slop at the start. If the "http" string could not be found 510 const int slop = 4; 514 int i_max = std::min(buf_len - http_len, slop); 589 // Skip any leading slop, since the consumers of this output
|
/frameworks/base/packages/Keyguard/res/values/ |
dimens.xml | 113 <!-- Touch slop for the global toggle accessibility gesture -->
|
/frameworks/support/v4/java/android/support/v4/view/ |
PagerTabStrip.java | 225 // Any tap within touch slop to either side of the current item
|