/foundation/multimodalinput/input/frameworks/proxy/events/include/ |
H A D | event_log_helper.h | 39 " DY-DisplayY, DYP-DisplayYPos, ET-EventType, GU-GetUnicode, I-id, IP-IsPressed, IR-IsRepeat, SI-IsSimulate," 164 ", IP:%{public}d,", item.GetDeviceId(), item.IsPressed()); in PrintInfoLog() 168 ", IP:%{public}d,", item.GetDeviceId(), item.GetKeyCode(), item.GetDownTime(), item.IsPressed()); in PrintInfoLog() 171 ", IP:%{public}d,", item.GetDeviceId(), item.GetKeyCode(), item.GetDownTime(), item.IsPressed()); in PrintInfoLog() 230 item.GetDeviceId(), item.IsPressed()); in Print() 234 item.GetDeviceId(), item.IsPressed()); in Print() 238 item.IsPressed(), item.GetUnicode()); in Print() 288 pointerId, item.IsPressed(), item.GetPressure(), item.GetMoveFlag(), item.GetTargetWindowId(), in PrintInfoLog() 295 pointerId, item.GetDownTime(), item.IsPressed(), item.GetDisplayX(), item.GetDisplayY(), in PrintInfoLog() 304 pointerId, item.GetDownTime(), item.IsPressed(), ite in PrintInfoLog() [all...] |
/foundation/arkui/ace_engine/test/unittest/core/pattern/scroll/ |
H A D | scroll_inner_event_test_ng.cpp | 371 EXPECT_TRUE(scrollBar_->IsPressed()); in HWTEST_F() 381 EXPECT_TRUE(scrollBar_->IsPressed()); in HWTEST_F() 391 EXPECT_TRUE(scrollBar_->IsPressed()); in HWTEST_F() 403 EXPECT_FALSE(scrollBar_->IsPressed()); in HWTEST_F() 428 EXPECT_TRUE(scrollBar_->IsPressed()); in HWTEST_F() 438 EXPECT_FALSE(scrollBar_->IsPressed()); in HWTEST_F() 463 EXPECT_FALSE(scrollBar_->IsPressed()); in HWTEST_F() 473 EXPECT_FALSE(scrollBar_->IsPressed()); in HWTEST_F() 483 EXPECT_FALSE(scrollBar_->IsPressed()); in HWTEST_F()
|
/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 151 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
|
/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 in OHOS::Ace::final 263 return barController_ ? barController_->IsPressed() : false; in IsPressed()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper_indicator/indicator_common/ |
H A D | indicator_pattern.h | 101 indicatorLayoutAlgorithm->SetIsHoverOrPress(IsHover() || IsPressed()); 107 indicatorLayoutAlgorithm->SetIsHoverOrPress(IsHover() || IsPressed()); 164 paintMethod->SetIsPressed(IsPressed()); in SetDotIndicatorPaintMethodInfoInSingleMode()
|
H A D | swiper_indicator_pattern.h | 216 const bool& IsPressed() const in IsPressed() function in OHOS::Ace::NG::SwiperIndicatorPattern
|
/foundation/window/window_manager/wm/src/ |
H A D | gtx_input_event_sender.cpp | 61 dstTouchPoint.isPressed = srcTouchPoint.IsPressed(); in SetTouchEvent()
|
/foundation/window/window_manager/window_scene/session/container/src/ |
H A D | window_event_channel.cpp | 240 WLOGFD("KeyCode:%{public}d,IsPressed:%{public}d,GetUnicode:%{public}d", in PrintKeyEvent() 241 item.GetKeyCode(), item.IsPressed(), item.GetUnicode()); in PrintKeyEvent() 275 TLOGD(WmsLogTag::WMS_EVENT, "pointerId:%{public}d,DownTime:%{public}" PRId64 ",IsPressed:%{public}d," in PrintPointerEvent() 277 pointerId, item.GetDownTime(), item.IsPressed(), item.GetDisplayX(), item.GetDisplayY(), in PrintPointerEvent() 312 WLOGFI("pointerId:%{public}d,DownTime:%{public}" PRId64 ",IsPressed:%{public}d", in PrintInfoPointerEvent() 313 pointerId, item.GetDownTime(), item.IsPressed()); in PrintInfoPointerEvent()
|
/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() 417 if (!scrollBar->IsPressed()) { in SetMouseEvent() 424 if (!scrollBar->IsPressed()) { in SetMouseEvent() 428 if (!inBarRegion && !inHoverRegion && !scrollBar->IsPressed() && scrollBar->isShowScrollBar_) { in SetMouseEvent() 447 if (!scrollBar->IsPressed()) { in SetHoverEvent() 926 return IsPressed() ? foregroundColor_.BlendColor(PRESSED_BLEND_COLOR) : foregroundColor_; in GetForegroundColor()
|
H A D | scroll_bar.h | 192 bool IsPressed() const in IsPressed() function in OHOS::Ace::NG::final
|
/foundation/arkui/ace_engine/frameworks/core/components/scroll/ |
H A D | scroll_bar_controller.h | 146 bool IsPressed() const in IsPressed() function in OHOS::Ace::ScrollBarController
|
/foundation/multimodalinput/input/service/touch_event_normalize/src/ |
H A D | touch_gesture_adapter.cpp | 116 if (!item.IsPressed()) { in OnGestureSuccessful()
|
/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 999 int32_t pressed = keys_[i].IsPressed() ? 1 : 0; in ToString() 1052 if (item.IsPressed()) { in GetPressedKeys() 1071 if (keyItem.IsPressed()) { in RemoveReleasedKeyItems() 1162 if (action != KEY_ACTION_UP && it->IsPressed() == false) { in IsValidKeyItem() 1166 if (action == KEY_ACTION_UP && it->IsPressed() == false) { in IsValidKeyItem()
|
H A D | pointer_event.cpp | 69 bool PointerEvent::PointerItem::IsPressed() const in IsPressed() function in OHOS::MMI::PointerEvent::PointerItem 1192 if (item.IsPressed() != false) { in IsValidCheckMouse() 1251 if (item->IsPressed() != false) { in IsValidCheckTouch()
|
/foundation/arkui/ace_engine/adapter/ohos/entrance/ |
H A D | mmi_event_convertor.cpp | 70 touchPoint.isPressed = pointerItem.IsPressed(); in ConvertTouchPoint() 527 event.pressed = pointerItem.IsPressed(); in ConvertPointerEvent() 579 actionId, item.GetWindowX(), item.GetWindowY(), item.IsPressed(), item.GetPressure(), in LogPointInfo()
|
/foundation/multimodalinput/input/service/event_handler/src/ |
H A D | event_normalize_handler.cpp | 294 MMI_HILOGI("MouseEvent Item Normalization Results, IsPressed:%{public}d, Pressure:%{public}f" in HandlePointerEvent() 296 static_cast<int32_t>(item.IsPressed()), item.GetPressure(), item.GetDeviceId()); in HandlePointerEvent() 298 MMI_HILOGI("MouseEvent Item Normalization Results, DownTime:%{public}" PRId64 ", IsPressed:%{public}d," in HandlePointerEvent() 301 item.GetDownTime(), static_cast<int32_t>(item.IsPressed()), item.GetDisplayX(), item.GetDisplayY(), in HandlePointerEvent()
|
/foundation/multimodalinput/input/interfaces/native/innerkits/event/include/ |
H A D | pointer_event.h | 800 bool IsPressed() const;
|
H A D | key_event.h | 3162 bool IsPressed() const;
|
/foundation/multimodalinput/input/service/subscriber/src/ |
H A D | key_gesture_manager.cpp | 353 return (itemOpt && itemOpt->IsPressed() && in RecognizeGesture()
|
/foundation/multimodalinput/input/test/unittest/common/src/ |
H A D | event_util_test.cpp | 223 << ",IsPressed:" << std::boolalpha << item.IsPressed() in DumpInputEvent()
|
/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()
|
/foundation/multimodalinput/input/service/window_manager/src/ |
H A D | touch_drawing_manager.cpp | 97 if (pointerItem.IsPressed()) { in RecordLabelsInfo() 749 if (!pointerItem.IsPressed()) { in UpdateLastPointerItem()
|
/foundation/multimodalinput/input/util/common/src/ |
H A D | input_event_data_transformation.cpp | 50 << item.GetDeviceId() << item.IsPressed() << item.GetUnicode(); in KeyEventToNetPacket()
|
/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()
|