/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/toggle/ |
H A D | render_toggle.cpp | 90 isPressed_ = touched; in HandleTouchEvent() 91 if (isPressed_) { in HandleTouchEvent() 112 isPressed_ = false; in HandleMoveEvent() 309 jsonObj->Put("isPressed", isPressed_); in ProvideRestoreInfo() 329 isPressed_ = jsonIsPressed->GetBool(); in ApplyRestoreInfo()
|
H A D | rosen_render_toggle.cpp | 119 if (isPressed_) { in GetStatusColor() 124 if (isPressed_) { in GetStatusColor()
|
H A D | render_toggle.h | 81 bool isPressed_ = false; variable
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper_indicator/indicator_common/ |
H A D | swiper_indicator_pattern.h | 67 indicatorLayoutAlgorithm->SetIsHoverOrPress(isHover_ || isPressed_); in CreateLayoutAlgorithm() 76 indicatorLayoutAlgorithm->SetIsHoverOrPress(isHover_ || isPressed_); in CreateLayoutAlgorithm() 98 paintMethod->SetIsPressed(isPressed_); in SetDotIndicatorPaintMethodInfo() 213 bool isPressed_ = false; variable
|
H A D | swiper_indicator_pattern.cpp | 345 isPressed_ = false; in HandleTouchEvent() 349 isPressed_ = false; in HandleTouchEvent() 351 if (isPressed_) { in HandleTouchEvent() 358 isPressed_ = true; in HandleTouchDown() 366 isPressed_ = false; in HandleTouchUp() 785 …isPressed_ ? DumpLog::GetInstance().AddDesc("isPressed:true") : DumpLog::GetInstance().AddDesc("is… in DumpAdvanceInfo()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/scroll/ |
H A D | scroll_bar_controller.h | 148 return isPressed_; in IsPressed() 196 bool isPressed_ = false; variable
|
H A D | scroll_bar_controller.cpp | 151 isPressed_ = true; in HandleTouchDown() 174 isPressed_ = false; in HandleTouchUp() 325 if (isPressed_) { in SetIsHover()
|
/ohos5.0/foundation/multimodalinput/input/service/mouse_event_normalize/src/ |
H A D | mouse_transform_processor.cpp | 221 isPressed_ = false; in HandleButtonInner() 229 isPressed_ = true; in HandleButtonInner() 430 if (!isAxisBegin_ && isPressed_) { in HandleAxisBeginEndInner() 434 if (isAxisBegin_ && isPressed_) { in HandleAxisBeginEndInner() 441 if (libinput_event_get_type(event) == LIBINPUT_EVENT_TOUCHPAD_DOWN && !isPressed_) { in HandleAxisBeginEndInner() 448 if (libinput_event_get_type(event) == LIBINPUT_EVENT_TOUCHPAD_UP && !isPressed_) { in HandleAxisBeginEndInner() 493 pointerItem.SetPressed(isPressed_); in HandleAxisPostInner() 528 pointerItem.SetPressed(isPressed_); in HandlePostInner() 684 pointerItem.SetPressed(isPressed_); in HandlePostMoveMouse()
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/swiper/ |
H A D | swiper_indicator_common_test_ng.cpp | 299 indicatorPattern->isPressed_ = true; 301 EXPECT_FALSE(indicatorPattern->isPressed_); 559 indicatorPattern->isPressed_ = false; 577 EXPECT_TRUE(indicatorPattern->isPressed_); 634 indicatorPattern->isPressed_ = false; 651 indicatorPattern->isPressed_ = true;
|
H A D | swiper_overlength_indicator_modifier_test_ng.cpp | 60 EXPECT_FALSE(overLengthModifier->isPressed_); 654 modifier->isPressed_ = true; 723 paintMethod->isPressed_ = false; 740 paintMethod->isPressed_ = false;
|
H A D | swiper_indicator_extent_test_ng.cpp | 105 paintMethod->isPressed_ = true; 196 paintMethod->isPressed_ = true; 287 paintMethod->isPressed_ = true; 741 paintMethod->isPressed_ = true; 744 EXPECT_TRUE(paintMethod->isPressed_ && 794 paintMethod->isPressed_ = true; 797 EXPECT_TRUE(paintMethod->isPressed_ && 847 paintMethod->isPressed_ = true; 850 EXPECT_TRUE(paintMethod->isPressed_ &&
|
H A D | swiper_indicator_modifier_test_ng.cpp | 77 paintMethod->isPressed_ = true; 1138 paintMethod->isPressed_ = true; 1141 EXPECT_TRUE(paintMethod->isPressed_ &&
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scroll/inner/ |
H A D | scroll_bar.h | 192 isPressed_ = press; in SetPressed() 196 return isPressed_; in IsPressed() 453 bool isPressed_ = false; variable
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper_indicator/dot_indicator/ |
H A D | dot_indicator_modifier.h | 232 isPressed_ = isPressed; in SetIsPressed() 237 return isPressed_; in GetIsPressed() 357 bool isPressed_ = false; variable
|
H A D | dot_indicator_paint_method.h | 96 isPressed_ = isPressed; in SetIsPressed() 206 bool isPressed_ = false; variable
|
H A D | overlength_dot_indicator_paint_method.cpp | 76 if (touchBottomType_ == TouchBottomType::NONE && !isPressed_ && !isHover_) { in UpdateContentModifier()
|
H A D | dot_indicator_paint_method.cpp | 86 } else if (isPressed_) { in UpdateContentModifier() 343 if (isPressed_ && touchBottomTypeLoop_ == TouchBottomTypeLoop::TOUCH_BOTTOM_TYPE_LOOP_NONE) { in GetMoveRate()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/ |
H A D | grid_item_pattern.cpp | 140 if (isPressed_) { in GetBlendGgColor() 218 isPressed_ = isPressed; in HandlePressEvent() 314 …isPressed_ ? DumpLog::GetInstance().AddDesc("isPressed:true") : DumpLog::GetInstance().AddDesc("is… in DumpAdvanceInfo()
|
H A D | grid_item_pattern.h | 172 bool isPressed_ = false; variable
|
/ohos5.0/foundation/multimodalinput/input/service/mouse_event_normalize/include/ |
H A D | mouse_event_normalize.h | 71 bool isPressed_ { false };
|
H A D | mouse_transform_processor.h | 146 bool isPressed_ { false };
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/ |
H A D | list_item_pattern.h | 304 bool isPressed_ = false; variable
|
H A D | list_item_pattern.cpp | 977 if (isPressed_) { in GetBlendGgColor() 1051 isPressed_ = isPressed; in HandlePressEvent() 1127 isPressed_ ? DumpLog::GetInstance().AddDesc("isPressed:true") in DumpAdvanceInfo()
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/list/ |
H A D | list_layout_test_ng.cpp | 1159 EXPECT_TRUE(itemPattern->isPressed_); 1164 EXPECT_TRUE(itemPattern->isPressed_); 1169 EXPECT_FALSE(itemPattern->isPressed_); 1181 EXPECT_TRUE(itemPattern->isPressed_); 1185 EXPECT_FALSE(itemPattern->isPressed_);
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/grid/ |
H A D | grid_attr_test_ng.cpp | 1056 EXPECT_TRUE(gridItemPattern->isPressed_); 1064 EXPECT_TRUE(gridItemPattern->isPressed_); 1072 EXPECT_FALSE(gridItemPattern->isPressed_);
|