Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/atomicserviceweb/interfaces/
H A Datomicserviceweb.js611 getNavPathIndexByDelta(e8) { method in AtomicService
935 … this.navPathStack?.popToIndex(this.getNavPathIndexByDelta(p4.delta), p4.result, p4.animated);
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/atomicserviceweb/source/
H A Datomicserviceweb.ets492 getNavPathIndexByDelta(delta: number): number {
821 …this.navPathStack?.popToIndex(this.getNavPathIndexByDelta(options.delta), options.result, options.…