Home
last modified time | relevance | path

Searched refs:outerStack (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/multinavigation/interfaces/
H A Dmultinavigation.js591 this.outerStack = new MyNavPathStack();
610 this.outerStack.popInner(false);
798 this.outerStack.removeByIndexes(c6);
823 this.outerStack.removeByIndexes(r5);
868 this.outerStack.popInner(g5);
879 this.outerStack.popInner(g5);
1025 this.outerStack.popToIndex(b4 - 1, c4, d4);
1066 this.outerStack.moveIndexToTop(q3, n3);
1088 this.outerStack.popToIndex(0, i3);
1115 this.outerStack.clear(i3);
[all …]
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/multinavigation/source/
H A Dmultinavigation.ets410 Navigation(this.multiStack.outerStack) {
423 outerStack: MyNavPathStack = new MyNavPathStack();
443 this.outerStack.popInner(false);
653 this.outerStack.removeByIndexes(outerIndexes);
680 this.outerStack.removeByIndexes(outerIndexes);
732 this.outerStack.popInner(animated);
742 this.outerStack.popInner(animated);
892 …o(0x0000, 'MultiNavigation', 'MultiNavPathStack popToIndex outerStack.size=' + this.outerStack.siz…
960 this.outerStack.popToIndex(0, animated);
986 this.outerStack.clear(animated);
[all …]
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/navigation/
H A Dnavigation_test_ng.cpp1375 auto outerStack = AceType::MakeRefPtr<MockNavigationStack>(); variable
1377 EXPECT_CALL(*outerStack, OnAttachToParent(_)).Times(0);
1386 [&outerStack]() -> RefPtr<MockNavigationStack> { in __anoncbabf4f52902()
1387 return outerStack; in __anoncbabf4f52902()