Home
last modified time | relevance | path

Searched refs:isTouchDown (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/gridobjectsortcomponent/interfaces/
H A Dgridobjectsortcomponent.js233 if (s16.isTouchDown !== undefined) {
234 this.isTouchDown = s16.isTouchDown;
597 get isTouchDown() {
600 set isTouchDown(r15) {
1364 Column.borderRadius((this.isTouchDown && e7.id === this.content.id) ||
1366 Column.backgroundColor(this.isTouchDown && e7.id === this.content.id
1490 Flex.backgroundColor(this.isTouchDown && j6.id === this.content.id ? this.touchDown
1695 this.isTouchDown = true;
1698 this.isTouchDown = false;
1923 this.isTouchDown = true;
[all …]
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/gridobjectsortcomponent/source/
H A DGridObjectSortComponent.ets135 @State isTouchDown: boolean = false;
868 .borderRadius((this.isTouchDown && select.id === this.content.id) ||
871 this.isTouchDown && select.id === this.content.id
940 this.isTouchDown && select.id === this.content.id ? this.touchDown
1017 .backgroundColor(this.isTouchDown && select.id === this.content.id ? this.touchDown
1064 this.isTouchDown = true;
1067 this.isTouchDown = false;
1200 this.isTouchDown = true;
1204 this.isTouchDown = false;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/patternlock/
H A Dpatternlock_modifier.cpp892 void PatternLockModifier::SetIsTouchDown(bool isTouchDown) in SetIsTouchDown() argument
894 if (isTouchDown_ && (!isTouchDown)) { in SetIsTouchDown()
896 } else if ((!isTouchDown_) && isTouchDown) { in SetIsTouchDown()
899 isTouchDown_ = isTouchDown; in SetIsTouchDown()
H A Dpatternlock_modifier.h97 void SetIsTouchDown(bool isTouchDown);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/box/
H A Drender_box.h260 void HandleTouchEvent(bool isTouchDown);
H A Drender_box.cpp204 void RenderBox::HandleTouchEvent(bool isTouchDown) in HandleTouchEvent() argument
206 if (isTouchDown) { in HandleTouchEvent()
/ohos5.0/foundation/arkui/advanced_ui_component/source/TreeView/
H A DTreeView.ets1337 private isTouchDown: boolean = false;
1661 return this.isTouchDown;
1682 this.isTouchDown = true;
1689 this.isTouchDown = false;
1722 this.isTouchDown = false;
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/treeview/source/
H A Dtreeview.ets2038 private isTouchDown: boolean = false;
2463 return this.isTouchDown;
2511 this.isTouchDown = true;
2544 this.isTouchDown = false;
2560 this.isTouchDown = false;