OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SHOW_PRESS
(Results
1 - 9
of
9
) sorted by null
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/third_party/
GestureDetector.java
219
private static final int
SHOW_PRESS
= 1;
274
case
SHOW_PRESS
:
564
mHandler.sendEmptyMessageAtTime(
SHOW_PRESS
, mCurrentDownEvent.getDownTime() + TAP_TIMEOUT);
587
mHandler.removeMessages(
SHOW_PRESS
);
637
mHandler.removeMessages(
SHOW_PRESS
);
655
mHandler.removeMessages(
SHOW_PRESS
);
670
mHandler.removeMessages(
SHOW_PRESS
);
/frameworks/base/core/java/android/view/
GestureDetector.java
207
private static final int
SHOW_PRESS
= 1;
261
case
SHOW_PRESS
:
549
mHandler.sendEmptyMessageAtTime(
SHOW_PRESS
, mCurrentDownEvent.getDownTime() + TAP_TIMEOUT);
572
mHandler.removeMessages(
SHOW_PRESS
);
626
mHandler.removeMessages(
SHOW_PRESS
);
642
mHandler.removeMessages(
SHOW_PRESS
);
658
mHandler.removeMessages(
SHOW_PRESS
);
/frameworks/support/v4/java/android/support/v4/view/
GestureDetectorCompat.java
67
private static final int
SHOW_PRESS
= 1;
114
case
SHOW_PRESS
:
318
mHandler.sendEmptyMessageAtTime(
SHOW_PRESS
, mCurrentDownEvent.getDownTime() + TAP_TIMEOUT);
341
mHandler.removeMessages(
SHOW_PRESS
);
396
mHandler.removeMessages(
SHOW_PRESS
);
409
mHandler.removeMessages(
SHOW_PRESS
);
425
mHandler.removeMessages(
SHOW_PRESS
);
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/
ContentViewGestureHandler.java
51
static final String
SHOW_PRESS
= "ShowPress";
483
mExtraParamBundle.putBoolean(
SHOW_PRESS
, mShowPressIsCalled);
510
mExtraParamBundle.putBoolean(
SHOW_PRESS
, mShowPressIsCalled);
[
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
/external/robolectric/lib/main/
android-support-v4.jar
Completed in 52 milliseconds