OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mLongPressTimeout
(Results
1 - 4
of
4
) 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/DeskClock/src/com/android/deskclock/
ClockFragment.java
136
private int
mLongPressTimeout
= -1;
143
mLongPressTimeout
= ViewConfiguration.getLongPressTimeout();
154
},
mLongPressTimeout
);
/packages/apps/Launcher3/src/com/android/launcher3/
LauncherAppState.java
40
private int
mLongPressTimeout
= 300;
225
return
mLongPressTimeout
;
/frameworks/base/packages/SystemUI/src/com/android/systemui/
SwipeHelper.java
76
private long
mLongPressTimeout
;
87
mLongPressTimeout
= (long) (ViewConfiguration.getLongPressTimeout() * 1.5f); // extra long-press!
233
mHandler.postDelayed(mWatchLongPress,
mLongPressTimeout
);
Completed in 30 milliseconds