HomeSort by relevance Sort by last modified time
    Searched defs:LONGPRESS_TIMEOUT (Results 1 - 10 of 10) sorted by null

  /frameworks/base/core/java/android/view/
GestureDetector.java 202 private static final int LONGPRESS_TIMEOUT = ViewConfiguration.getLongPressTimeout();
546 + TAP_TIMEOUT + LONGPRESS_TIMEOUT);
  /frameworks/support/v4/java/android/support/v4/view/
GestureDetectorCompat.java 62 private static final int LONGPRESS_TIMEOUT = ViewConfiguration.getLongPressTimeout();
316 + TAP_TIMEOUT + LONGPRESS_TIMEOUT);
  /frameworks/base/core/java/android/inputmethodservice/
KeyboardView.java 225 private static final int LONGPRESS_TIMEOUT = ViewConfiguration.getLongPressTimeout();
    [all...]
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
KeyboardView.java 227 private static final int LONGPRESS_TIMEOUT = ViewConfiguration.getLongPressTimeout();
    [all...]
  /development/samples/training/ContactsList/libs/
android-support-v4.jar 
  /development/samples/training/EffectiveNavigation/libs/
android-support-v4.jar 
  /development/samples/training/InteractiveChart/libs/
android-support-v4.jar 
  /development/samples/training/NavigationDrawer/libs/
android-support-v4.jar 
  /development/samples/training/bitmapfun/libs/
android-support-v4.jar 
  /external/robolectric/lib/main/
android-support-v4.jar 

Completed in 443 milliseconds