Searched refs:isTouch (Results 1 – 12 of 12) sorted by relevance
25 @State isTouch: boolean = false;37 .backgroundColor(this.isTouch ? $r('sys.color.ohos_id_color_click_effect') : '#00000000')54 this.isTouch = true;57 this.isTouch = false;
28 @State isTouch: boolean = false;38 ….backgroundColor(this.isTouch ? $r('app.color.color_E3E3E3_grey') : $r('app.color.color_00000000_t…45 this.isTouch = true;48 this.isTouch = false;
29 @State isTouch: boolean = false;39 ….backgroundColor(this.isTouch ? $r('app.color.color_E3E3E3_grey') : $r('app.color.color_00000000_t…46 this.isTouch = true;49 this.isTouch = false;
29 @State isTouch: boolean = false;39 ….backgroundColor(this.isTouch ? $r('app.color.color_E3E3E3_grey') : $r('app.color.color_00000000_t…46 this.isTouch = true;48 this.isTouch = false;
61 void RenderToolBarItem::HandleTouchEvent(bool isTouch) in HandleTouchEvent() argument63 onTouch_ = isTouch; in HandleTouchEvent()64 isTouch ? PlayEventEffectAnimation(pressColor_) : PlayEventEffectAnimation(Color::TRANSPARENT); in HandleTouchEvent()
87 void HandleTouchEvent(bool isTouch);
82 void SetIsTouch(bool isTouch) in SetIsTouch() argument84 isTouch_ = isTouch; in SetIsTouch()
195 …ss="pick" type="text" value="{{yorn2}}" range="{{yesno}}" selected="1" onchange="isTouch"></picker>267 isTouch(e) {
142 void HandleTouchEvent(bool isTouch);
175 void RenderButton::HandleTouchEvent(bool isTouch) in HandleTouchEvent() argument177 isClicked_ = isTouch; in HandleTouchEvent()