Home
last modified time | relevance | path

Searched refs:isInAnimation_ (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/tab_bar/
H A Drender_tab_content.cpp176 if (isInAnimation_) { in HandleDragStart()
184 if (isInAnimation_) { in HandleDragUpdate()
199 if (isInAnimation_) { in HandleDragEnd()
228 if (isInAnimation_) { in ScrollContents()
294 isInAnimation_ = true; in HandleStartListener()
324 if (isInAnimation_) { in HandleStopListener()
325 isInAnimation_ = false; in HandleStopListener()
482 if ((!isDragging_ && !isInAnimation_) || (index == requestedIndex_) || forceUpdate_) { in PerformLayout()
H A Drender_tab_content.h221 bool isInAnimation_ = false; // whether it is in animation variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/select_popup/
H A Dselect_popup_element.h34 bool isInAnimation_ = false; variable
H A Dselect_popup_element.cpp97 isInAnimation_ = isIn; in OnRefreshAnimation()