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

  /external/chromium_org/content/public/android/java/src/org/chromium/content/browser/
LongPressDetector.java 26 private boolean mInLongPress;
95 mInLongPress = false;
142 mInLongPress = false;
152 return mInLongPress;
156 mInLongPress = true;
  /external/chromium_org/content/public/android/java/src/org/chromium/content/browser/third_party/
GestureDetector.java 228 private boolean mInLongPress;
557 mInLongPress = false;
569 if (mInLongPress) {
606 } else if (mInLongPress) {
608 mInLongPress = false;
664 if (mInLongPress) {
665 mInLongPress = false;
676 if (mInLongPress) {
677 mInLongPress = false;
698 mInLongPress = true
    [all...]
  /frameworks/base/core/java/android/view/
GestureDetector.java 217 private boolean mInLongPress;
541 mInLongPress = false;
554 if (mInLongPress) {
591 } else if (mInLongPress) {
593 mInLongPress = false;
652 if (mInLongPress) {
653 mInLongPress = false;
665 if (mInLongPress) {
666 mInLongPress = false;
689 mInLongPress = true
    [all...]
  /frameworks/support/v4/java/android/support/v4/view/
GestureDetectorCompat.java 77 private boolean mInLongPress;
310 mInLongPress = false;
323 if (mInLongPress) {
360 } else if (mInLongPress) {
362 mInLongPress = false;
419 if (mInLongPress) {
420 mInLongPress = false;
432 if (mInLongPress) {
433 mInLongPress = false;
455 mInLongPress = true
    [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 58 milliseconds