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

  /frameworks/base/core/java/android/view/
ViewConfiguration.java 102 private static final int TOUCH_SLOP = 16;
108 private static final int PAGING_TOUCH_SLOP = TOUCH_SLOP * 2;
179 mTouchSlop = TOUCH_SLOP;
208 mTouchSlop = (int) (density * TOUCH_SLOP + 0.5f);
359 return TOUCH_SLOP;
  /external/webkit/WebKit/android/nav/
SelectText.cpp 181 #define TOUCH_SLOP 10 // additional distance from character rect when hit
    [all...]

Completed in 32 milliseconds