Home
last modified time | relevance | path

Searched refs:gesture_type (Results 1 – 25 of 53) sorted by relevance

123

/dports/www/chromium-legacy/chromium-88.0.4324.182/content/browser/renderer_host/input/
H A Dsynthetic_smooth_drag_gesture.cc44 SyntheticGestureParams::GestureSourceType gesture_type, in InitializeMoveGesture() argument
46 if (gesture_type == SyntheticGestureParams::DEFAULT_INPUT) in InitializeMoveGesture()
47 gesture_type = target->GetDefaultSyntheticGestureSourceType(); in InitializeMoveGesture()
49 if (gesture_type == SyntheticGestureParams::TOUCH_INPUT || in InitializeMoveGesture()
50 gesture_type == SyntheticGestureParams::MOUSE_INPUT) { in InitializeMoveGesture()
56 move_params.input_type = GetInputSourceType(gesture_type); in InitializeMoveGesture()
H A Dsynthetic_smooth_scroll_gesture.cc43 SyntheticGestureParams::GestureSourceType gesture_type, in InitializeMoveGesture() argument
45 if (gesture_type == SyntheticGestureParams::DEFAULT_INPUT) in InitializeMoveGesture()
46 gesture_type = target->GetDefaultSyntheticGestureSourceType(); in InitializeMoveGesture()
48 if (gesture_type == SyntheticGestureParams::TOUCH_INPUT || in InitializeMoveGesture()
49 gesture_type == SyntheticGestureParams::MOUSE_INPUT) { in InitializeMoveGesture()
57 move_params.input_type = GetInputSourceType(gesture_type); in InitializeMoveGesture()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/browser/renderer_host/input/
H A Dsynthetic_smooth_drag_gesture.cc44 SyntheticGestureParams::GestureSourceType gesture_type, in InitializeMoveGesture() argument
46 if (gesture_type == SyntheticGestureParams::DEFAULT_INPUT) in InitializeMoveGesture()
47 gesture_type = target->GetDefaultSyntheticGestureSourceType(); in InitializeMoveGesture()
49 if (gesture_type == SyntheticGestureParams::TOUCH_INPUT || in InitializeMoveGesture()
50 gesture_type == SyntheticGestureParams::MOUSE_INPUT) { in InitializeMoveGesture()
56 move_params.input_type = GetInputSourceType(gesture_type); in InitializeMoveGesture()
H A Dsynthetic_smooth_scroll_gesture.cc44 SyntheticGestureParams::GestureSourceType gesture_type, in InitializeMoveGesture() argument
46 if (gesture_type == SyntheticGestureParams::DEFAULT_INPUT) in InitializeMoveGesture()
47 gesture_type = target->GetDefaultSyntheticGestureSourceType(); in InitializeMoveGesture()
49 if (gesture_type == SyntheticGestureParams::TOUCH_INPUT || in InitializeMoveGesture()
50 gesture_type == SyntheticGestureParams::MOUSE_INPUT) { in InitializeMoveGesture()
58 move_params.input_type = GetInputSourceType(gesture_type); in InitializeMoveGesture()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chromecast/browser/test/
H A Dmock_cast_content_window_delegate.h21 MOCK_METHOD1(CanHandleGesture, bool(GestureType gesture_type));
23 void(GestureType gesture_type,
25 MOCK_METHOD1(CancelGesture, void(GestureType gesture_type));
27 void(GestureType gesture_type,
30 void ConsumeGesture(GestureType gesture_type,
H A Dmock_cast_content_window_delegate.cc14 GestureType gesture_type, in ConsumeGesture() argument
16 ConsumeGesture(gesture_type, in ConsumeGesture()
H A Dcast_browser_test.h52 bool CanHandleGesture(GestureType gesture_type) override;
53 void ConsumeGesture(GestureType gesture_type,
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/permissions/
H A Dpermission_uma_util.cc142 .SetGesture(static_cast<int64_t>(gesture_type)) in RecordPermissionActionUkm()
281 PermissionRequestGestureType gesture_type = in PermissionPromptShown() local
285 gesture_type = requests[0]->GetGestureType(); in PermissionPromptShown()
291 gesture_type, request_type); in PermissionPromptShown()
338 PermissionSourceUI::PROMPT, gesture_type, in PermissionPromptResolved()
474 PermissionRequestGestureType gesture_type, in RecordPermissionAction() argument
488 base::BindOnce(&RecordPermissionActionUkm, action, gesture_type, in RecordPermissionAction()
571 PermissionRequestGestureType gesture_type = in RecordPromptDecided() local
575 gesture_type = requests[0]->GetGestureType(); in RecordPromptDecided()
582 gesture_type, request_type); in RecordPromptDecided()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/permissions/
H A Dpermission_uma_util.cc124 PermissionRequestGestureType gesture_type, in RecordPermissionActionUkm() argument
144 .SetGesture(static_cast<int64_t>(gesture_type)) in RecordPermissionActionUkm()
355 PermissionRequestGestureType gesture_type = in PermissionPromptShown() local
359 gesture_type = requests[0]->GetGestureType(); in PermissionPromptShown()
365 gesture_type, request_type); in PermissionPromptShown()
580 PermissionRequestGestureType gesture_type, in RecordPermissionAction() argument
597 &RecordPermissionActionUkm, action, gesture_type, permission, in RecordPermissionAction()
694 PermissionRequestGestureType gesture_type = in RecordPromptDecided() local
698 gesture_type = requests[0]->GetGestureType(); in RecordPromptDecided()
711 gesture_type, request_type); in RecordPromptDecided()
[all …]
/dports/multimedia/baka-mplayer/Baka-MPlayer-2.0.4/src/
H A Dgesturehandler.cpp29 bool GestureHandler::Begin(int gesture_type, QPoint mousePos, QPoint windowPos) in Begin() argument
35 this->gesture_type = gesture_type; in Begin()
44 if(gesture_type == MOVE) in Begin()
62 if(gesture_type == MOVE) in Process()
H A Dgesturehandler.h29 bool Begin(int gesture_type, QPoint mousePos, QPoint windowPos);
43 int gesture_type, variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/chromecast/browser/
H A Dcast_content_gesture_handler.cc73 GestureType gesture_type = GestureForSwipeOrigin(swipe_origin); in HandleSideSwipe() local
78 if (gesture_type == GestureType::GO_BACK) { in HandleSideSwipe()
85 delegate_->GestureProgress(gesture_type, touch_location); in HandleSideSwipe()
93 if (gesture_type == GestureType::GO_BACK && in HandleSideSwipe()
99 delegate_->ConsumeGesture(gesture_type, base::DoNothing()); in HandleSideSwipe()
H A Dcast_content_window.h108 virtual bool CanHandleGesture(GestureType gesture_type) = 0;
111 virtual void GestureProgress(GestureType gesture_type, in GestureProgress() argument
116 virtual void CancelGesture(GestureType gesture_type) {} in CancelGesture() argument
120 virtual void ConsumeGesture(GestureType gesture_type,
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/highlighter/
H A Dhighlighter_controller.cc164 const HighlighterGestureType gesture_type = in RecognizeGesture() local
167 if (gesture_type == HighlighterGestureType::kHorizontalStroke) { in RecognizeGesture()
172 } else if (gesture_type == HighlighterGestureType::kClosedShape) { in RecognizeGesture()
180 box.CenterPoint(), gesture_type, in RecognizeGesture()
191 gesture_type != HighlighterGestureType::kNotRecognized) { in RecognizeGesture()
201 ->Animate(box, gesture_type, in RecognizeGesture()
227 gesture_type, in RecognizeGesture()
H A Dhighlighter_view.cc140 HighlighterGestureType gesture_type, in Animate() argument
146 gesture_type, std::move(done))); in Animate()
150 HighlighterGestureType gesture_type, in FadeOut() argument
165 if (gesture_type != HighlighterGestureType::kHorizontalStroke) { in FadeOut()
171 const float scale = gesture_type == HighlighterGestureType::kClosedShape in FadeOut()
H A Dhighlighter_view.h52 HighlighterGestureType gesture_type,
61 HighlighterGestureType gesture_type,
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/permissions/test/
H A Dmock_permission_request.cc39 PermissionRequestGestureType gesture_type) in MockPermissionRequest() argument
45 gesture_type, in MockPermissionRequest()
153 PermissionRequestGestureType gesture_type, in MockPermissionRequest() argument
159 gesture_type_(gesture_type), in MockPermissionRequest()
H A Dmock_permission_request.h21 PermissionRequestGestureType gesture_type);
58 PermissionRequestGestureType gesture_type,
/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/pckbport/
H A Dsynaptics.c416 sc->gesture_type = 0; in pms_synaptics_enable()
1006 if (SYN_IS_SINGLE_TAP(sc->gesture_type)) in synaptics_gesture_detect()
1007 sc->gesture_type |= SYN_GESTURE_DRAG; in synaptics_gesture_detect()
1045 if (SYN_IS_DRAG(sc->gesture_type)) { in synaptics_gesture_detect()
1049 sc->gesture_type |= SYN_GESTURE_DOUBLE; in synaptics_gesture_detect()
1057 sc->gesture_type |= SYN_GESTURE_SINGLE; in synaptics_gesture_detect()
1090 sc->gesture_type &= ~SYN_GESTURE_DRAG; in synaptics_gesture_detect()
1093 if (sc->gesture_type == 0) { in synaptics_gesture_detect()
1107 if (SYN_IS_SINGLE_TAP(sc->gesture_type)) { in synaptics_gesture_detect()
1117 sc->gesture_type &= ~SYN_GESTURE_SINGLE; in synaptics_gesture_detect()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/scroll/
H A Dscrollbar.cc594 WebInputEvent::Type gesture_type) { in InjectScrollGestureForPressedPart() argument
599 InjectScrollGesture(gesture_type, delta, granularity); in InjectScrollGestureForPressedPart()
627 void Scrollbar::InjectScrollGesture(WebInputEvent::Type gesture_type, in InjectScrollGesture() argument
632 if (gesture_type == WebInputEvent::Type::kGestureScrollEnd && in InjectScrollGesture()
644 if ((gesture_type == WebInputEvent::Type::kGestureScrollUpdate || in InjectScrollGesture()
645 gesture_type == WebInputEvent::Type::kGestureScrollBegin) && in InjectScrollGesture()
649 if (gesture_type == WebInputEvent::Type::kGestureScrollUpdate && in InjectScrollGesture()
665 delta, granularity, gesture_type); in InjectScrollGesture()
667 if (gesture_type == WebInputEvent::Type::kGestureScrollBegin) { in InjectScrollGesture()
669 } else if (gesture_type == WebInputEvent::Type::kGestureScrollEnd) { in InjectScrollGesture()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/scroll/
H A Dscrollbar.cc601 WebInputEvent::Type gesture_type) { in InjectScrollGestureForPressedPart() argument
606 InjectScrollGesture(gesture_type, delta, granularity); in InjectScrollGestureForPressedPart()
634 void Scrollbar::InjectScrollGesture(WebInputEvent::Type gesture_type, in InjectScrollGesture() argument
639 if (gesture_type == WebInputEvent::Type::kGestureScrollEnd && in InjectScrollGesture()
651 if ((gesture_type == WebInputEvent::Type::kGestureScrollUpdate || in InjectScrollGesture()
652 gesture_type == WebInputEvent::Type::kGestureScrollBegin) && in InjectScrollGesture()
656 if (gesture_type == WebInputEvent::Type::kGestureScrollUpdate && in InjectScrollGesture()
672 delta, granularity, gesture_type); in InjectScrollGesture()
674 if (gesture_type == WebInputEvent::Type::kGestureScrollBegin) { in InjectScrollGesture()
676 } else if (gesture_type == WebInputEvent::Type::kGestureScrollEnd) { in InjectScrollGesture()
/dports/devel/efl/efl-1.25.1/src/lib/evas/gesture/
H A Defl_canvas_gesture_manager.c263 … Eo *target, const Efl_Event_Description *gesture_type, void *event) in _gesture_recognizer_process_internal() argument
270 Efl_Canvas_Gesture *gesture = _get_state(pd, target, recognizer, gesture_type); in _gesture_recognizer_process_internal()
331 efl_event_callback_call(target, gesture_type, gesture); in _gesture_recognizer_process_internal()
340 _recognizer_cleanup_internal(pd, recognizer, target, gesture_type); in _gesture_recognizer_process_internal()
358 const Efl_Event_Description *gesture_type = *(void**)tup->key; in _efl_canvas_gesture_manager_filter_event() local
360 if (gesture_type == EFL_EVENT_GESTURE_CUSTOM) in _efl_canvas_gesture_manager_filter_event()
364 _gesture_recognizer_process_internal(pd, recognizer, target, gesture_type, event); in _efl_canvas_gesture_manager_filter_event()
368 recognizer = eina_hash_find(pd->m_recognizers, &gesture_type); in _efl_canvas_gesture_manager_filter_event()
369 _gesture_recognizer_process_internal(pd, recognizer, target, gesture_type, event); in _efl_canvas_gesture_manager_filter_event()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/events/gesture_detection/
H A Dtouch_disposition_gesture_filter.cc465 EventType gesture_type) { in Filter() argument
467 GetDispositionHandlingInfo(gesture_type); in Filter()
477 last_gesture_of_type_dropped_.mark_bit(GetGestureTypeIndex(gesture_type)); in Filter()
478 any_gesture_of_type_dropped_.mark_bit(GetGestureTypeIndex(gesture_type)); in Filter()
481 last_gesture_of_type_dropped_.clear_bit(GetGestureTypeIndex(gesture_type)); in Filter()
486 HasFilteredGestureType(EventType gesture_type) const { in HasFilteredGestureType()
488 GetGestureTypeIndex(gesture_type)); in HasFilteredGestureType()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/events/gesture_detection/
H A Dtouch_disposition_gesture_filter.cc466 EventType gesture_type) { in Filter() argument
468 GetDispositionHandlingInfo(gesture_type); in Filter()
478 last_gesture_of_type_dropped_.mark_bit(GetGestureTypeIndex(gesture_type)); in Filter()
479 any_gesture_of_type_dropped_.mark_bit(GetGestureTypeIndex(gesture_type)); in Filter()
482 last_gesture_of_type_dropped_.clear_bit(GetGestureTypeIndex(gesture_type)); in Filter()
487 HasFilteredGestureType(EventType gesture_type) const { in HasFilteredGestureType()
489 GetGestureTypeIndex(gesture_type)); in HasFilteredGestureType()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chromecast/browser/service/
H A Dcast_service_simple.h44 bool CanHandleGesture(GestureType gesture_type) override;
45 void ConsumeGesture(GestureType gesture_type,

123