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

  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
CheckLongPressHelper.java 28 private int mLongPressTimeout;
45 mLongPressTimeout = ViewConfiguration.getLongPressTimeout();
57 mView.postDelayed(mPendingCheckForLongPress, mLongPressTimeout);
  /packages/apps/Launcher3/src/com/android/launcher3/
LauncherAppState.java 50 private int mLongPressTimeout = 300;
232 return mLongPressTimeout;
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
SwipeHelper.java 81 private long mLongPressTimeout;
95 mLongPressTimeout = (long) (ViewConfiguration.getLongPressTimeout() * 1.5f); // extra long-press!
257 mHandler.postDelayed(mWatchLongPress, mLongPressTimeout);
  /frameworks/base/media/java/android/media/
AudioService.java     [all...]
  /prebuilts/sdk/current/support/v7/appcompat/libs/
android-support-v7-appcompat.jar 

Completed in 309 milliseconds