Home
last modified time | relevance | path

Searched refs:isClicked (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/stepper/
H A Drender_stepper.cpp324 if (buttonData.isClicked && buttonData.buttonStatus != StepperButtonStatus::DISABLED) { in UpdateButton()
921 leftButtonData_.isClicked = true; in HandleTouchDown()
928 rightButtonData_.isClicked = true; in HandleTouchDown()
946 leftButtonData_.isClicked = false; in HandleTouchUp()
947 rightButtonData_.isClicked = false; in HandleTouchUp()
963 leftButtonData_.isClicked = false; in HandleTouchMove()
967 rightButtonData_.isClicked = false; in HandleTouchMove()
H A Drender_stepper.h60 bool isClicked = false; member
/ohos5.0/drivers/hdf_core/framework/tools/hcs-view/hcsWebView/src/engine/control/
H A DXButton.js113 isClicked() { method in XButton
/ohos5.0/docs/zh-cn/application-dev/performance/
H A Dimprove-application-response.md783 @State isClicked: boolean = false;
789 this.isClicked = !this.isClicked;
794 if (this.isClicked) {
/ohos5.0/drivers/hdf_core/framework/tools/hcs-view/hcsWebView/src/engine/
H A DRightMenu.js188 isClicked() { method in RightMenu
/ohos5.0/drivers/hdf_core/framework/tools/hcs-view/hcsWebView/src/
H A DMainEditor.js1454 if (this.searchInput.btnUp.isClicked()) {
1463 if (this.searchInput.btnDown.isClicked()) {
1497 if (this.btnCancelSelect_.isClicked()) {
1507 if (nodeBtns.isClicked()) {
1554 if (nodeMoreBtn.isClicked()) {