/ohos5.0/docs/en/application-dev/application-models/ |
H A D | page-mission-stack.md | 26 1. Touch the **Back** button on PageC of UIAbility2 to return to PageB. 28 2. Touch the **Back** button on PageB of UIAbility2 to return to PageA. 30 3. Touch the **Back** button on PageA of UIAbility2 to return to Page3 of UIAbility1. 32 4. Touch the **Back** button on Page3 of UIAbility1 to return to Page2. 34 5. Touch the **Back** button on Page2 of UIAbility1 to return to Page1 of UIAbility1. 36 6. Touch the **Back** button on Page1 of UIAbility1 to return to the home screen. 41 …Back** button on the page of Ability2 to return to a page of Ability1. The MissionList records the…
|
/ohos5.0/foundation/graphic/graphic_utils_lite/test/ |
H A D | list_unit_test.cpp | 86 EXPECT_EQ(list_->Back(), SECOND_VALUE); 108 EXPECT_EQ(list_->Back(), SECOND_VALUE); 130 EXPECT_EQ(list_->Back(), FIRST_VALUE); 154 EXPECT_EQ(list_->Back(), FIRST_VALUE); 178 EXPECT_EQ(list_->Back(), SECOND_VALUE); 204 EXPECT_EQ(list_->Back(), SECOND_VALUE); 230 EXPECT_EQ(list_->Back(), SECOND_VALUE);
|
H A D | vector_unit_test.cpp | 88 EXPECT_EQ(vector_->Back(), SECOND_VALUE); 110 EXPECT_EQ(vector_->Back(), SECOND_VALUE); 116 EXPECT_EQ(vector_->Back(), FIRST_VALUE);
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-ts/ |
H A D | ohos-arkui-advanced-EditableTitleBar.md | 37 …e](#editablelefticontype) | 是 | - | 左侧按钮类型。<br />默认值:EditableLeftIconType.Back,表示返回。<br/>**原子化服务AP… 44 …cel,触发取消时的动作闭包。<br />默认值:() => void。<br />从API version 12开始,当左侧按钮类型为 Back,触发返回时的动作闭包。<br/>**原… 60 | Back | 0 | 返回按钮。 | 132 leftIconStyle: EditableLeftIconType.Back, 195 leftIconStyle: EditableLeftIconType.Back, 205 leftIconStyle: EditableLeftIconType.Back, 218 // 点击左侧Back图标,触发的动作。 225 leftIconStyle: EditableLeftIconType.Back,
|
H A D | ts-container-navigator.md | 42 | Back | 3 | 返回到指定的页面。指定的页面不存在栈中时不响应。未传入指定的页面时返回上一页。 | 127 Text('Back to previous page').width('100%').textAlign(TextAlign.Center) 162 Navigator({ target: 'pages/container/navigator/Back', type: NavigationType.Push }) { 179 // Back.ets 185 Navigator({ target: 'pages/container/navigator/Navigator', type: NavigationType.Back }) {
|
H A D | ts-universal-mouse-key.md | 92 case MouseButton.Back: 93 this.mouseBtn = 'Back';
|
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/ |
H A D | ohos-arkui-advanced-EditableTitleBar.md | 46 …allback that is triggered when the back action is performed with the left Back icon.<br>**Atomic s… 56 | Back | 0 | Back.| 120 leftIconStyle: EditableLeftIconType.Back, 187 leftIconStyle: EditableLeftIconType.Back, 199 leftIconStyle: EditableLeftIconType.Back, 212 // Action triggered when the Back icon on the left is clicked. 221 leftIconStyle: EditableLeftIconType.Back,
|
H A D | ts-container-navigator.md | 42 | Back | 3 | Returns to the specified page. If the specified page does not exist in the stack, n… 128 Text('Back to previous page').width('100%').textAlign(TextAlign.Center) 163 Navigator({ target: 'pages/container/navigator/Back', type: NavigationType.Push }) { 180 // Back.ets 186 Navigator({ target: 'pages/container/navigator/Navigator', type: NavigationType.Back }) {
|
H A D | ts-universal-attributes-popup.md | 54 …Back button during the entrance animation pauses the entrance animation and starts the exit animat… 55 … system does not respond to the dismissal event initiated by touching the Back button, swiping lef… 81 | PRESS_BACK | Touching the Back button. | 108 …Back button during the entrance animation pauses the entrance animation and starts the exit animat… 109 … system does not respond to the dismissal event initiated by touching the Back button, swiping lef…
|
/ohos5.0/docs/zh-cn/application-dev/quick-start/ |
H A D | arkts-custom-components-freezeV2.md | 81 Button('Back') 233 Button('Back Page', { stateEffect: true, type: ButtonType.Capsule }) 262 Button('Back Page', { stateEffect: true, type: ButtonType.Capsule }) 292 Button('Back Page', { stateEffect: true, type: ButtonType.Capsule }) 341 8.点击“Back Page”回到PageTwo,此时,pageTwoStack节点状态由inactive变为active,其NavigationContentMsgStack子组件中的@Monit… 343 9.再次点击“Back Page”回到PageOne,此时,pageOneStack节点状态由inactive变为active,其NavigationContentMsgStack子组件中的@Mon… 345 10.再次点击“Back Page”回到初始页。
|
H A D | start-with-ets-stage.md | 165 Text('Back') 265 Text('Back') 278 console.info(`Succeeded in clicking the 'Back' button.`)
|
H A D | arkts-custom-components-freeze.md | 411 Button('Back Page', { stateEffect: true, type: ButtonType.Capsule }) 448 Button('Back Page', { stateEffect: true, type: ButtonType.Capsule }) 485 Button('Back Page', { stateEffect: true, type: ButtonType.Capsule }) 542 8.点击“Back Page”回到PageTwo,此时,仅pageTwoStack中的NavigationContentMsgStack子组件中的@Watch中注册的方法info被触发。 544 9.再次点击“Back Page”回到PageOne,此时,仅pageOneStack中的NavigationContentMsgStack子组件中的@Watch中注册的方法info被触发。 546 10.再次点击“Back Page”回到初始页,此时,无任何触发。
|
/ohos5.0/foundation/arkui/advanced_ui_component/doc/ |
H A D | ts-composite-components-editabletitlebar.md | 46 | Back | 返回按钮 | 107 leftIconStyle: EditableLeftIconType.Back,
|
/ohos5.0/docs/en/application-dev/quick-start/ |
H A D | arkts-custom-components-freezeV2.md | 81 Button('Back') 100 3. Click **Back**. Page 2 is destroyed, and the state of page 1 changes from inactive to active. Th… 233 Button('Back Page', { stateEffect: true, type: ButtonType.Capsule }) 262 Button('Back Page', { stateEffect: true, type: ButtonType.Capsule }) 292 Button('Back Page', { stateEffect: true, type: ButtonType.Capsule }) 341 8. Click **Back Page** to return to **PageTwo**. The state of the **pageTwoStack** node changes fro… 343 9. Click **Back Page** again to return to **PageOne**. The state of the **pageOneStack** node chang… 345 10. When **Back Page** is clicked, the page is switched to the initial page.
|
H A D | start-with-ets-stage.md | 164 Text('Back') 244 …In the **Second.ets** file of the second page, bind the **onClick** event to the **Back** button s… 264 Text('Back') 275 …// Bind the onClick event to the Back button so that clicking the button redirects the user back t… 277 console.info(`Succeeded in clicking the 'Back' button.`)
|
/ohos5.0/foundation/arkui/ui_lite/frameworks/components/ |
H A D | root_view.cpp | 120 splitRects.Back().SetBottom(mask.GetTop() - 1); in DivideInvalidateRect() 140 splitRects.Back().SetRight(mask.GetLeft() - 1); in DivideInvalidateRect() 164 splitRects.Back().SetRight(mask.GetLeft() - 1); in DivideInvalidateRect() 182 splitRects.Back().SetBottom(mask.GetTop() - 1); in DivideInvalidateRect() 202 splitRects.Back().SetLeft(mask.GetRight() + 1); in DivideInvalidateRect() 220 splitRects.Back().SetTop(mask.GetBottom() + 1); in DivideInvalidateRect()
|
/ohos5.0/foundation/multimedia/image_effect/frameworks/native/render_environment/render_thread/queue/ |
H A D | render_queue_itf.h | 31 virtual bool Back(T &data) = 0;
|
H A D | render_fifo_queue.h | 68 bool Back(T &result) override in Back() function
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/router/ |
H A D | cj_router_ffi.cpp | 53 frontend->Back(url, param); in FfiOHOSAceFrameworkRouterBack()
|
/ohos5.0/foundation/ability/ability_lite/services/abilitymgr_lite/src/slite/ |
H A D | ability_list.cpp | 189 AbilityRecord *lastRecord = abilityList_.Back(); in PopBottomAbility() 201 AbilityRecord *secondLastRecord = abilityList_.Back(); in PopBottomAbility()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/frontend/ |
H A D | cj_frontend_abstract.cpp | 126 Back(target.url, params); in NavigatePage() 130 Back(target.url, params); in NavigatePage() 198 void CJFrontendAbstract::Back(const std::string& uri, const std::string& params) in Back() function in OHOS::Ace::CJFrontendAbstract
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigator/ |
H A D | navigator_event_hub.cpp | 54 delegate->Back(url_, params_); in NavigatePage()
|
/ohos5.0/docs/en/application-dev/reference/apis-input-kit/ |
H A D | js-apis-intentioncode.md | 32 | INTENTION_BACK | 7 | Back |
|
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/ffmpeg_adapter/demuxer/ |
H A D | block_queue_pool.h | 66 std::shared_ptr<SamplePacket> Back(uint32_t trackIndex);
|
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/utils/bundle_lite/ |
H A D | utils_list.h | 85 const T Back() const in Back() function
|