Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/multinavigation/interfaces/
H A Dmultinavigation.js610 this.outerStack.popInner(false);
868 this.outerStack.popInner(g5);
879 this.outerStack.popInner(g5);
1381 popInner(r1, s1) { method in MyNavPathStack
1569 return this.primaryStack.popInner(c, d);
1573 return this.secondaryStack.popInner(a, b);
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/multinavigation/source/
H A Dmultinavigation.ets443 this.outerStack.popInner(false);
732 this.outerStack.popInner(animated);
742 this.outerStack.popInner(animated);
1265 popInner(result?: Object | boolean, animated?: boolean): NavPathInfo | undefined {
1492 return this.primaryStack.popInner(result, animated);
1497 return this.secondaryStack.popInner(result, animated);