HomeSort by relevance Sort by last modified time
    Searched full:long_press (Results 1 - 25 of 47) sorted by null

1 2

  /development/samples/ApiDemos/res/layout/
fragment_context_menu.xml 30 <Button android:id="@+id/long_press"
34 android:text="@string/long_press">
  /development/samples/Support4Demos/res/layout/
fragment_context_menu.xml 30 <Button android:id="@+id/long_press"
34 android:text="@string/long_press">
  /external/chromium_org/content/public/android/java/src/org/chromium/content/browser/
LongPressDetector.java 36 private static final int LONG_PRESS = 2;
57 case LONG_PRESS:
83 * Initiates a LONG_PRESS gesture timer if needed.
93 mLongPressHandler.sendEmptyMessageAtTime(LONG_PRESS,
98 // Cancel LONG_PRESS timers.
127 // Given a stream of pending events, cancel the LONG_PRESS timer if appropriate.
144 mLongPressHandler.removeMessages(LONG_PRESS);
  /bootable/recovery/
ui.cpp 114 bool long_press = false; local
131 long_press = key_long_press;
139 NextCheckKeyIsLong(long_press);
168 bool long_press = false; local
171 long_press = key_long_press = true;
174 if (long_press) KeyLongPress(key_code);
  /external/chromium_org/content/public/android/javatests/src/org/chromium/content/browser/
LongPressDetectorTest.java 51 assertTrue("Should have a pending LONG_PRESS", mLongPressDetector.hasPendingMessage());
61 assertTrue("Should have a pending LONG_PRESS", mLongPressDetector.hasPendingMessage());
65 assertTrue("Should not have a pending LONG_PRESS", !mLongPressDetector.hasPendingMessage());
106 assertTrue("Should have a pending LONG_PRESS", mLongPressDetector.hasPendingMessage());
ContentViewGestureHandlerTest.java 215 assertTrue("Should have a pending LONG_PRESS", mLongPressDetector.hasPendingMessage());
219 assertTrue("Should not have a pending LONG_PRESS", !mLongPressDetector.hasPendingMessage());
243 assertFalse("Should not have a pending LONG_PRESS", mLongPressDetector.hasPendingMessage());
269 assertFalse("Pending LONG_PRESS should have been canceled",
304 assertFalse("Should not have a pending LONG_PRESS", mLongPressDetector.hasPendingMessage());
370 assertFalse("Should not have a pending LONG_PRESS", mLongPressDetector.hasPendingMessage());
431 assertFalse("Should not have a pending LONG_PRESS", mLongPressDetector.hasPendingMessage());
483 assertFalse("Should not have a pending LONG_PRESS", mLongPressDetector.hasPendingMessage());
506 assertFalse("Should not have a pending LONG_PRESS", mLongPressDetector.hasPendingMessage());
523 assertTrue("Should have a pending LONG_PRESS", mLongPressDetector.hasPendingMessage())
    [all...]
  /frameworks/support/v4/java/android/support/v4/view/
GestureDetectorCompat.java 68 private static final int LONG_PRESS = 2;
118 case LONG_PRESS:
314 mHandler.removeMessages(LONG_PRESS);
315 mHandler.sendEmptyMessageAtTime(LONG_PRESS, mCurrentDownEvent.getDownTime()
342 mHandler.removeMessages(LONG_PRESS);
397 mHandler.removeMessages(LONG_PRESS);
410 mHandler.removeMessages(LONG_PRESS);
426 mHandler.removeMessages(LONG_PRESS);
  /frameworks/base/core/java/android/view/
HapticFeedbackConstants.java 31 public static final int LONG_PRESS = 0;
GestureDetector.java 208 private static final int LONG_PRESS = 2;
265 case LONG_PRESS:
545 mHandler.removeMessages(LONG_PRESS);
546 mHandler.sendEmptyMessageAtTime(LONG_PRESS, mCurrentDownEvent.getDownTime()
573 mHandler.removeMessages(LONG_PRESS);
627 mHandler.removeMessages(LONG_PRESS);
643 mHandler.removeMessages(LONG_PRESS);
659 mHandler.removeMessages(LONG_PRESS);
  /frameworks/base/policy/src/com/android/internal/policy/impl/
PhoneFallbackEventHandler.java 119 mView.performHapticFeedback(HapticFeedbackConstants.LONG_PRESS);
141 mView.performHapticFeedback(HapticFeedbackConstants.LONG_PRESS);
166 mView.performHapticFeedback(HapticFeedbackConstants.LONG_PRESS);
  /development/samples/ApiDemos/src/com/example/android/apis/app/
FragmentContextMenu.java 54 registerForContextMenu(root.findViewById(R.id.long_press));
  /development/samples/Support4Demos/src/com/example/android/supportv4/app/
FragmentContextMenuSupport.java 54 registerForContextMenu(root.findViewById(R.id.long_press));
  /external/chromium_org/content/browser/web_contents/
touch_editable_impl_aura_browsertest.cc 215 ui::GestureEvent long_press(ui::ET_GESTURE_LONG_PRESS,
224 rwhva->OnGestureEvent(&long_press);
258 ui::GestureEvent long_press(ui::ET_GESTURE_LONG_PRESS,
267 rwhva->OnGestureEvent(&long_press);
  /external/chromium_org/content/public/android/java/src/org/chromium/content/browser/third_party/
GestureDetector.java 220 private static final int LONG_PRESS = 2;
279 case LONG_PRESS:
566 mHandler.removeMessages(LONG_PRESS);
567 mHandler.sendEmptyMessageAtTime(LONG_PRESS, mCurrentDownEvent.getDownTime()
594 mHandler.removeMessages(LONG_PRESS);
648 mHandler.removeMessages(LONG_PRESS);
666 mHandler.removeMessages(LONG_PRESS);
682 mHandler.removeMessages(LONG_PRESS);
  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/contextmenu/
ContextMenuHelper.java 72 view.performHapticFeedback(HapticFeedbackConstants.LONG_PRESS);
  /external/chromium_org/ui/aura/gestures/
gesture_recognizer_unittest.cc 161 bool long_press() const { return long_press_; } function in class:aura::test::__anon17420::GestureEventConsumeDelegate
719 EXPECT_FALSE(delegate->long_press());
773 EXPECT_FALSE(delegate->long_press());
816 EXPECT_FALSE(delegate->long_press());
858 EXPECT_FALSE(delegate->long_press());
873 EXPECT_FALSE(delegate->long_press());
914 EXPECT_FALSE(delegate->long_press());
929 EXPECT_FALSE(delegate->long_press());
944 EXPECT_FALSE(delegate->long_press());
959 EXPECT_FALSE(delegate->long_press());
    [all...]
  /external/chromium_org/ui/events/gestures/
gesture_types.h 155 int touch_id; // LONG_PRESS touch-id.
  /external/chromium/chrome/browser/resources/ntp4/
touch_handler.js 29 * LONG_PRESS event will fire.
105 LONG_PRESS: 'touchHandler:long_press',
766 // Dispatch to the LONG_PRESS
767 this.dispatchEventXY_(TouchHandler.EventType.LONG_PRESS, this.element_,
grabber.js 65 this.events_.add(this.element, TouchHandler.EventType.LONG_PRESS,
203 * Handler for TouchHandler's LONG_PRESS event
  /external/chromium/chrome/browser/resources/touch_ntp/
touchhandler.js 29 * LONG_PRESS event will fire.
105 LONG_PRESS: 'touchhandler:long_press',
766 // Dispatch to the LONG_PRESS
767 this.dispatchEventXY_(TouchHandler.EventType.LONG_PRESS, this.element_,
grabber.js 65 this.events_.add(this.element, TouchHandler.EventType.LONG_PRESS,
203 * Handler for TouchHandler's LONG_PRESS event
  /external/chromium_org/ui/webui/resources/js/cr/ui/
touch_handler.js 29 * LONG_PRESS event will fire.
105 LONG_PRESS: 'touchHandler:long_press',
789 // Dispatch to the LONG_PRESS
790 this.dispatchEventXY_(TouchHandler.EventType.LONG_PRESS, this.element_,
  /development/samples/Support4Demos/res/values/
strings.xml 53 <string name="long_press">Long press me</string>
  /external/chromium_org/ui/views/controls/textfield/
native_textfield_views_unittest.cc     [all...]
  /frameworks/base/core/java/android/app/
MediaRouteButton.java 230 performHapticFeedback(HapticFeedbackConstants.LONG_PRESS);

Completed in 1501 milliseconds

1 2