Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/multinavigation/interfaces/
H A Dmultinavigation.js602 this.placeHolderPolicyInfo = undefined;
658 if (this.placeHolderPolicyInfo === undefined) {
696 if (n7 === SplitPolicy.HOME_PAGE && this.placeHolderPolicyInfo !== undefined &&
849 (this.placeHolderPolicyInfo !== undefined && h5 === 2 &&
877 if (this.placeHolderPolicyInfo !== undefined) {
1090 if (this.placeHolderPolicyInfo !== undefined) {
1100 this.subStackList[0].pushSecondaryPath(this.placeHolderPolicyInfo, i3);
1101 this.totalStack.push(this.placeHolderPolicyInfo);
1221 if (this.placeHolderPolicyInfo === undefined) {
1262 this.subStackList[f2].pushSecondaryPath(this.placeHolderPolicyInfo, false);
[all …]
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/multinavigation/source/
H A Dmultinavigation.ets434 placeHolderPolicyInfo: MultiNavPolicyInfo | undefined = undefined;
497 if (this.placeHolderPolicyInfo === undefined) {
533 if (policy === SplitPolicy.HOME_PAGE && this.placeHolderPolicyInfo !== undefined &&
712 (this.placeHolderPolicyInfo !== undefined && totalSize === 2 &&
740 if (this.placeHolderPolicyInfo !== undefined) {
962 if (this.placeHolderPolicyInfo !== undefined) {
971 this.subStackList[0].pushSecondaryPath(this.placeHolderPolicyInfo, animated);
972 this.totalStack.push(this.placeHolderPolicyInfo);
1108 if (this.placeHolderPolicyInfo === undefined) {
1149 this.subStackList[subIndex].pushSecondaryPath(this.placeHolderPolicyInfo!, false);
[all …]