Home
last modified time | relevance | path

Searched refs:IsPressed (Results 1 – 25 of 34) sorted by relevance

12

/ohos5.0/foundation/multimodalinput/input/frameworks/proxy/events/include/
H A Devent_log_helper.h164 ", IP:%{public}d,", item.GetDeviceId(), item.IsPressed()); in PrintInfoLog()
231 item.GetDeviceId(), item.IsPressed()); in Print()
235 item.GetDeviceId(), item.IsPressed()); in Print()
238 item.GetDeviceId(), item.IsPressed()); in Print()
288 pointerId, item.IsPressed(), item.GetPressure(), item.GetTargetWindowId(), in PrintInfoLog()
295 … pointerId, item.GetDownTime(), item.IsPressed(), item.GetDisplayX(), item.GetDisplayY(), in PrintInfoLog()
303 … pointerId, item.GetDownTime(), item.IsPressed(), item.GetDisplayX(), item.GetDisplayY(), in PrintInfoLog()
378 pointerId, item.IsPressed(), item.GetPressure(), item.GetToolType()); in Print()
405 pointerId, item.IsPressed(), item.GetPressure(), item.GetToolType()); in Print()
413 pointerId, item.GetDownTime(), item.IsPressed(), item.GetDisplayX(), in Print()
[all …]
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/scroll/
H A Dscroll_bar_test_ng.cpp479 EXPECT_TRUE(scrollBar->IsPressed());
481 EXPECT_TRUE(scrollBar->IsPressed());
484 EXPECT_FALSE(scrollBar->IsPressed());
492 EXPECT_TRUE(scrollBar->IsPressed());
494 EXPECT_TRUE(scrollBar->IsPressed());
497 EXPECT_FALSE(scrollBar->IsPressed());
505 EXPECT_TRUE(scrollBar->IsPressed());
507 EXPECT_TRUE(scrollBar->IsPressed());
510 EXPECT_FALSE(scrollBar->IsPressed());
550 EXPECT_TRUE(scrollBar->IsPressed());
[all …]
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H A Dscroll_bar.h108 return IsPressed() ? foregroundColor_.BlendColor(PRESSED_BLEND_COLOR) : foregroundColor_; in GetForegroundColor()
261 bool IsPressed() const in IsPressed() function
263 return barController_ ? barController_->IsPressed() : false; in IsPressed()
/ohos5.0/foundation/barrierfree/accessibility/services/test/mock/multimodalinput/src/
H A Dmock_key_event.cpp87 bool KeyEvent::KeyItem::IsPressed() const in IsPressed() function in OHOS::MMI::KeyEvent::KeyItem
146 if (item.IsPressed()) { in GetPressedKeys()
H A Dmock_pointer_event.cpp56 bool PointerEvent::PointerItem::IsPressed() const in IsPressed() function in OHOS::MMI::PointerEvent::PointerItem
/ohos5.0/foundation/window/window_manager/window_scene/session/container/src/
H A Dwindow_event_channel.cpp241 item.GetKeyCode(), item.IsPressed(), item.GetUnicode()); in PrintKeyEvent()
277 … pointerId, item.GetDownTime(), item.IsPressed(), item.GetDisplayX(), item.GetDisplayY(), in PrintPointerEvent()
313 pointerId, item.GetDownTime(), item.IsPressed()); in PrintInfoPointerEvent()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scroll/inner/
H A Dscroll_bar.cpp372 if (!scrollBar->IsPressed()) { in SetGestureEvent()
382 if (scrollBar->IsPressed() && !scrollBar->IsHover()) { in SetGestureEvent()
414 } else if (!scrollBar->IsPressed()) { in SetMouseEvent()
418 if (!scrollBar->IsPressed()) { in SetMouseEvent()
425 if (!scrollBar->IsPressed()) { in SetMouseEvent()
444 if (!scrollBar->IsPressed()) { in SetHoverEvent()
921 return IsPressed() ? foregroundColor_.BlendColor(PRESSED_BLEND_COLOR) : foregroundColor_; in GetForegroundColor()
H A Dscroll_bar.h194 bool IsPressed() const in IsPressed() function
/ohos5.0/foundation/window/window_manager/wm/src/
H A Dgtx_input_event_sender.cpp61 dstTouchPoint.isPressed = srcTouchPoint.IsPressed(); in SetTouchEvent()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/scroll/
H A Dscroll_bar_controller.h146 bool IsPressed() const in IsPressed() function
/ohos5.0/base/msdp/device_status/intention/cooperate/plugin/src/input_event_transmission/
H A Dinner_pointer_item.cpp29 innerItem.pressed = mmiItem.IsPressed(); in Transform()
H A Dinput_event_serialization.cpp54 << item.GetDeviceId() << item.IsPressed() << item.GetUnicode(); in KeyEventToNetPacket()
/ohos5.0/foundation/multimodalinput/input/frameworks/proxy/events/src/
H A Dkey_event.cpp896 bool KeyEvent::KeyItem::IsPressed() const in IsPressed() function in OHOS::MMI::KeyEvent::KeyItem
1013 if (item.IsPressed()) { in GetPressedKeys()
1032 if (keyItem.IsPressed()) { in RemoveReleasedKeyItems()
1123 if (action != KEY_ACTION_UP && it->IsPressed() == false) { in IsValidKeyItem()
1127 if (action == KEY_ACTION_UP && it->IsPressed() == false) { in IsValidKeyItem()
H A Dpointer_event.cpp68 bool PointerEvent::PointerItem::IsPressed() const in IsPressed() function in OHOS::MMI::PointerEvent::PointerItem
1117 if (item.IsPressed() != false) { in IsValidCheckMouse()
1176 if (item->IsPressed() != false) { in IsValidCheckTouch()
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dmmi_event_convertor.cpp77 touchPoint.isPressed = pointerItem.IsPressed(); in ConvertTouchPoint()
518 event.pressed = pointerItem.IsPressed(); in ConvertPointerEvent()
570 … actionId, item.GetWindowX(), item.GetWindowY(), item.IsPressed(), item.GetPressure(), in LogPointInfo()
/ohos5.0/foundation/multimodalinput/input/service/event_handler/src/
H A Devent_normalize_handler.cpp297 static_cast<int32_t>(item.IsPressed()), item.GetPressure(), item.GetDeviceId()); in HandlePointerEvent()
301 static_cast<int32_t>(item.IsPressed()), item.GetPressure(), item.GetDeviceId()); in HandlePointerEvent()
/ohos5.0/foundation/multimodalinput/input/test/unittest/common/src/
H A Devent_util_test.cpp223 << ",IsPressed:" << std::boolalpha << item.IsPressed() in DumpInputEvent()
/ohos5.0/foundation/window/window_manager/window_scene/intention_event/src/
H A Dintention_event_manager.cpp69 actionId, item.GetWindowX(), item.GetWindowY(), item.IsPressed(), item.GetPressure(), in LogPointInfo()
/ohos5.0/foundation/multimodalinput/input/service/subscriber/src/
H A Dkey_gesture_manager.cpp315 return (itemOpt && itemOpt->IsPressed() && in RecognizeGesture()
/ohos5.0/foundation/multimodalinput/input/interfaces/native/innerkits/event/include/
H A Dpointer_event.h783 bool IsPressed() const;
H A Dkey_event.h3142 bool IsPressed() const;
/ohos5.0/foundation/multimodalinput/input/service/window_manager/src/
H A Dtouch_drawing_manager.cpp96 if (pointerItem.IsPressed()) { in RecordLabelsInfo()
747 if (!pointerItem.IsPressed()) { in UpdateLastPointerItem()
/ohos5.0/foundation/multimodalinput/input/util/common/src/
H A Dinput_event_data_transformation.cpp47 << item.GetDeviceId() << item.IsPressed() << item.GetUnicode(); in KeyEventToNetPacket()
/ohos5.0/base/inputmethod/imf/test/unittest/cpp_test/src/
H A Dinput_method_controller_test.cpp413 ret = keyEvent->GetKeyItem()->IsPressed() == keyEvent_->GetKeyItem()->IsPressed(); in CheckKeyEvent()
/ohos5.0/foundation/multimodalinput/input/intention/cooperate/plugin/src/input_event_transmission/
H A Dinput_event_serialization.cpp54 << item.GetDeviceId() << item.IsPressed() << item.GetUnicode(); in KeyEventToNetPacket()

12