OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CheckForLongPress
(Results
1 - 4
of
4
) sorted by null
/packages/apps/Launcher2/src/com/android/launcher2/
CheckLongPressHelper.java
24
private
CheckForLongPress
mPendingCheckForLongPress;
26
class
CheckForLongPress
implements Runnable {
46
mPendingCheckForLongPress = new
CheckForLongPress
();
/packages/apps/Launcher3/src/com/android/launcher3/
CheckLongPressHelper.java
24
private
CheckForLongPress
mPendingCheckForLongPress;
26
class
CheckForLongPress
implements Runnable {
46
mPendingCheckForLongPress = new
CheckForLongPress
();
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
CheckLongPressHelper.java
26
private
CheckForLongPress
mPendingCheckForLongPress;
31
class
CheckForLongPress
implements Runnable {
55
mPendingCheckForLongPress = new
CheckForLongPress
();
/frameworks/base/core/java/android/widget/
AbsListView.java
535
* The last
CheckForLongPress
runnable we posted, if any
537
private
CheckForLongPress
mPendingCheckForLongPress;
[
all
...]
Completed in 70 milliseconds