Home
last modified time | relevance | path

Searched refs:touchBubbleDisplay (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/indexer/
H A Drender_indexer.cpp210 if (touchBubbleDisplay || touchPopupListDisplay) { in HandleTouchDown()
240 if ((touchBubbleDisplay || touchPopupListDisplay) && bubbleController_) { in HandleTouchUp()
262 if (touchBubbleDisplay || touchPopupListDisplay) { in HandleTouchMove()
291 touchBubbleDisplay = false; in TouchTest()
318 touchBubbleDisplay = true; in TouchTest()
H A Drender_indexer.h162 bool touchBubbleDisplay = false; variable