/ohos5.0/foundation/multimodalinput/input/frameworks/proxy/events/include/ |
H A D | event_log_helper.h | 164 ", 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 D | scroll_bar_test_ng.cpp | 479 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 D | scroll_bar.h | 108 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 D | mock_key_event.cpp | 87 bool KeyEvent::KeyItem::IsPressed() const in IsPressed() function in OHOS::MMI::KeyEvent::KeyItem 146 if (item.IsPressed()) { in GetPressedKeys()
|
H A D | mock_pointer_event.cpp | 56 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 D | window_event_channel.cpp | 241 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 D | scroll_bar.cpp | 372 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 D | scroll_bar.h | 194 bool IsPressed() const in IsPressed() function
|
/ohos5.0/foundation/window/window_manager/wm/src/ |
H A D | gtx_input_event_sender.cpp | 61 dstTouchPoint.isPressed = srcTouchPoint.IsPressed(); in SetTouchEvent()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/scroll/ |
H A D | scroll_bar_controller.h | 146 bool IsPressed() const in IsPressed() function
|
/ohos5.0/base/msdp/device_status/intention/cooperate/plugin/src/input_event_transmission/ |
H A D | inner_pointer_item.cpp | 29 innerItem.pressed = mmiItem.IsPressed(); in Transform()
|
H A D | input_event_serialization.cpp | 54 << item.GetDeviceId() << item.IsPressed() << item.GetUnicode(); in KeyEventToNetPacket()
|
/ohos5.0/foundation/multimodalinput/input/frameworks/proxy/events/src/ |
H A D | key_event.cpp | 896 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 D | pointer_event.cpp | 68 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 D | mmi_event_convertor.cpp | 77 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 D | event_normalize_handler.cpp | 297 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 D | event_util_test.cpp | 223 << ",IsPressed:" << std::boolalpha << item.IsPressed() in DumpInputEvent()
|
/ohos5.0/foundation/window/window_manager/window_scene/intention_event/src/ |
H A D | intention_event_manager.cpp | 69 actionId, item.GetWindowX(), item.GetWindowY(), item.IsPressed(), item.GetPressure(), in LogPointInfo()
|
/ohos5.0/foundation/multimodalinput/input/service/subscriber/src/ |
H A D | key_gesture_manager.cpp | 315 return (itemOpt && itemOpt->IsPressed() && in RecognizeGesture()
|
/ohos5.0/foundation/multimodalinput/input/interfaces/native/innerkits/event/include/ |
H A D | pointer_event.h | 783 bool IsPressed() const;
|
H A D | key_event.h | 3142 bool IsPressed() const;
|
/ohos5.0/foundation/multimodalinput/input/service/window_manager/src/ |
H A D | touch_drawing_manager.cpp | 96 if (pointerItem.IsPressed()) { in RecordLabelsInfo() 747 if (!pointerItem.IsPressed()) { in UpdateLastPointerItem()
|
/ohos5.0/foundation/multimodalinput/input/util/common/src/ |
H A D | input_event_data_transformation.cpp | 47 << item.GetDeviceId() << item.IsPressed() << item.GetUnicode(); in KeyEventToNetPacket()
|
/ohos5.0/base/inputmethod/imf/test/unittest/cpp_test/src/ |
H A D | input_method_controller_test.cpp | 413 ret = keyEvent->GetKeyItem()->IsPressed() == keyEvent_->GetKeyItem()->IsPressed(); in CheckKeyEvent()
|
/ohos5.0/foundation/multimodalinput/input/intention/cooperate/plugin/src/input_event_transmission/ |
H A D | input_event_serialization.cpp | 54 << item.GetDeviceId() << item.IsPressed() << item.GetUnicode(); in KeyEventToNetPacket()
|