Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ng/
H A Dpage_router_manager.cpp622 if (insertPageProcessingType_ == InsertPageProcessingType::INSERT_BELLOW_TOP) { in GetCurrentPageIndex()
625 } else if (insertPageProcessingType_ == InsertPageProcessingType::INSERT_BOTTOM) { in GetCurrentPageIndex()
836 if (insertPageProcessingType_ == InsertPageProcessingType::INSERT_BELLOW_TOP) { in GetParams()
844 } else if (insertPageProcessingType_ == InsertPageProcessingType::INSERT_BOTTOM) { in GetParams()
2201 insertPageProcessingType_ = InsertPageProcessingType::INSERT_BELLOW_TOP; in InsertPageBellowTop()
2203 insertPageProcessingType_ = InsertPageProcessingType::NONE; in InsertPageBellowTop()
2207 insertPageProcessingType_ = InsertPageProcessingType::NONE; in InsertPageBellowTop()
2241 insertPageProcessingType_ = InsertPageProcessingType::INSERT_BOTTOM; in InsertPageToBottom()
2243 insertPageProcessingType_ = InsertPageProcessingType::NONE; in InsertPageToBottom()
2249 insertPageProcessingType_ = InsertPageProcessingType::NONE; in InsertPageToBottom()
H A Dpage_router_manager.h312 InsertPageProcessingType insertPageProcessingType_ = InsertPageProcessingType::NONE; variable