Searched refs:isTouchDown (Results 1 – 8 of 8) sorted by relevance
233 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.id1490 Flex.backgroundColor(this.isTouchDown && j6.id === this.content.id ? this.touchDown1695 this.isTouchDown = true;1698 this.isTouchDown = false;1923 this.isTouchDown = true;[all …]
135 @State isTouchDown: boolean = false;868 .borderRadius((this.isTouchDown && select.id === this.content.id) ||871 this.isTouchDown && select.id === this.content.id940 this.isTouchDown && select.id === this.content.id ? this.touchDown1017 .backgroundColor(this.isTouchDown && select.id === this.content.id ? this.touchDown1064 this.isTouchDown = true;1067 this.isTouchDown = false;1200 this.isTouchDown = true;1204 this.isTouchDown = false;
892 void PatternLockModifier::SetIsTouchDown(bool isTouchDown) in SetIsTouchDown() argument894 if (isTouchDown_ && (!isTouchDown)) { in SetIsTouchDown()896 } else if ((!isTouchDown_) && isTouchDown) { in SetIsTouchDown()899 isTouchDown_ = isTouchDown; in SetIsTouchDown()
97 void SetIsTouchDown(bool isTouchDown);
260 void HandleTouchEvent(bool isTouchDown);
204 void RenderBox::HandleTouchEvent(bool isTouchDown) in HandleTouchEvent() argument206 if (isTouchDown) { in HandleTouchEvent()
1337 private isTouchDown: boolean = false;1661 return this.isTouchDown;1682 this.isTouchDown = true;1689 this.isTouchDown = false;1722 this.isTouchDown = false;
2038 private isTouchDown: boolean = false;2463 return this.isTouchDown;2511 this.isTouchDown = true;2544 this.isTouchDown = false;2560 this.isTouchDown = false;