HomeSort by relevance Sort by last modified time
    Searched full:long_press (Results 1 - 25 of 48) 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/browser/android/
gesture_event_type_list.h 21 DEFINE_GESTURE_EVENT_TYPE(LONG_PRESS, 5)
  /bootable/recovery/
ui.cpp 120 bool long_press = false; local
138 long_press = key_long_press;
147 NextCheckKeyIsLong(long_press);
185 bool long_press = false; local
188 long_press = key_long_press = true;
191 if (long_press) KeyLongPress(key_code);
  /packages/services/Telecomm/src/com/android/server/telecom/
HeadsetMediaButton.java 32 static final int LONG_PRESS = 2;
78 return mCallsManager.onMediaButton(LONG_PRESS);
  /device/asus/fugu/recovery/
recovery_ui.cpp 74 long_press(false) {
228 long_press = is_long_press;
248 if (long_press) {
277 bool long_press; member in class:FuguUI
  /external/chromium_org/content/browser/web_contents/
touch_editable_impl_aura_browsertest.cc 227 ui::GestureEvent long_press(
234 rwhva->OnGestureEvent(&long_press);
282 ui::GestureEvent long_press(
289 rwhva->OnGestureEvent(&long_press);
338 ui::GestureEvent long_press(
345 rwhva->OnGestureEvent(&long_press);
  /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);
  /external/chromium_org/ui/events/gesture_detection/
gesture_detector.cc 32 LONG_PRESS,
125 timeout_callbacks_[LONG_PRESS] = &GestureDetector::OnLongPressTimeout;
126 timeout_delays_[LONG_PRESS] =
316 // Always start the SHOW_PRESS timer before the LONG_PRESS timer to ensure
320 timeout_handler_->StartTimeout(LONG_PRESS);
416 timeout_handler_->StopTimeout(LONG_PRESS);
gesture_provider_unittest.cc     [all...]
  /frameworks/base/policy/src/com/android/internal/policy/impl/
PhoneFallbackEventHandler.java 121 mView.performHapticFeedback(HapticFeedbackConstants.LONG_PRESS);
148 mView.performHapticFeedback(HapticFeedbackConstants.LONG_PRESS);
178 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));
  /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);
  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/contextmenu/
ContextMenuHelper.java 70 view.performHapticFeedback(HapticFeedbackConstants.LONG_PRESS);
  /external/chromium_org/content/browser/renderer_host/input/
touch_selection_controller.h 86 enum InputEventType { TAP, LONG_PRESS, INPUT_EVENT_TYPE_NONE };
touch_selection_controller.cc 141 response_pending_input_event_ = LONG_PRESS;
359 if (!is_selection_active_ || response_pending_input_event_ == LONG_PRESS) {
  /external/chromium_org/ui/aura/gestures/
gesture_recognizer_unittest.cc 157 bool long_press() const { return long_press_; } function in class:aura::test::__anon283::GestureEventConsumeDelegate
669 EXPECT_FALSE(delegate->long_press());
723 EXPECT_FALSE(delegate->long_press());
766 EXPECT_FALSE(delegate->long_press());
808 EXPECT_FALSE(delegate->long_press());
823 EXPECT_FALSE(delegate->long_press());
864 EXPECT_FALSE(delegate->long_press());
879 EXPECT_FALSE(delegate->long_press());
894 EXPECT_FALSE(delegate->long_press());
909 EXPECT_FALSE(delegate->long_press());
    [all...]
  /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>
  /frameworks/base/core/java/android/app/
MediaRouteButton.java 235 performHapticFeedback(HapticFeedbackConstants.LONG_PRESS);
  /frameworks/support/v7/mediarouter/src/android/support/v7/app/
MediaRouteButton.java 328 performHapticFeedback(HapticFeedbackConstants.LONG_PRESS);
  /packages/apps/Calendar/src/com/android/calendar/month/
MonthByWeekAdapter.java 375 mLongClickedView.performHapticFeedback(HapticFeedbackConstants.LONG_PRESS);
  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
WebViewContextMenu.java 68 private static final String ACTION_LONG_PRESS = "long_press";

Completed in 558 milliseconds

1 2