/ohos5.0/docs/zh-cn/readme/ |
H A D | 多模输入子系统.md | 40 当前仅提供了BACK按键的事件注入。 42 当系统应用需要返回上一层时,通过注入接口将BACK键注入到多模服务,多模服务再上传到应用,以实现返回到上一层级目录的效果。使用方式如下所示:
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/navigator/ |
H A D | navigator_pattern_test_ng.cpp | 106 testProperty.typeValue = std::make_optional(NavigatorType::BACK); 119 EXPECT_EQ(eventHub->GetType(), NavigatorType::BACK); 246 eventHub->SetType(NavigatorType::BACK); 249 EXPECT_EQ(eventHub->GetType(), NavigatorType::BACK);
|
H A D | navigator_event_hub_test_ng.cpp | 66 navigatorEventHub.SetType(NavigatorType::BACK); 150 navigatorEventHub.SetType(NavigatorType::BACK);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigator/ |
H A D | navigator_event_hub.cpp | 53 case NavigatorType::BACK: in NavigatePage() 82 case NavigatorType::BACK: in GetNavigatorType()
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-js/ |
H A D | js-components-container-stepper.md | 139 prevLabel: 'BACK', 145 prevLabel: 'BACK', 151 prevLabel: 'BACK',
|
H A D | js-components-container-stepper-item.md | 25 …部步骤提示文本按钮属性,不支持动态修改。如果没有定义该属性,步骤导航器在中文语言环境下,使用"返回"和"下一步"文本按钮,在非中文语言环境下,使用"BACK"和"NEXT"文本按钮。针对第一个步骤…
|
/ohos5.0/docs/en/readme/ |
H A D | multimodal-input.md | 40 Currently, only the **BACK** key event can be injected. 42 …to return to the previous directory, you can call the API to inject the **BACK** key event to Mult… 51 keyCode: 2, // Keycode for the key, for example, 2 for the BACK key.
|
/ohos5.0/foundation/multimodalinput/input/ |
H A D | README.md | 60 Currently, only the **BACK** key event can be injected. 62 …o return to the previous directory, you can call the API to inject the **BACK** key event to Mul… 71 code:2, // Keycode for the key, for example, 2 for the BACK key.
|
H A D | README_zh.md | 60 当前仅提供了BACK按键的事件注入。 62 当系统应用需要返回上一层时,通过注入接口将BACK键注入到多模服务,多模服务再上传到应用,以实现返回到上一层级目录的效果。使用方式如下所示:
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/nodecontext/ |
H A D | render_node_graph_manager.h | 114 BACK = 0, enumerator 123 PosType posType { PosType::BACK };
|
H A D | render_node_graph_manager.cpp | 411 if (pendingNode.posType == PendingRenderNode::PosType::BACK) { in PendingAllocRenderNode() 500 … rawHandle, renderNodeDesc, PendingRenderNode::Type::ALLOC, PendingRenderNode::PosType::BACK, {}); in PushBackRenderNode() 525 …rawHandle, desc, PendingRenderNode::Type::DEALLOC, PendingRenderNode::PosType::BACK, renderNodeNam… in EraseRenderNode()
|
/ohos5.0/foundation/multimodalinput/input/frameworks/napi/mouse_event/src/ |
H A D | js_mouse_event.cpp | 47 BACK = 6, enumerator 127 DECLARE_NAPI_STATIC_PROPERTY("BACK", GetNapiInt32(env, static_cast<int32_t>(Button::BACK))), in Export()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/event/multimodal/ |
H A D | ace_multimodal_define.h | 53 BACK, enumerator
|
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-js/ |
H A D | js-components-container-stepper.md | 142 prevLabel: 'BACK', 148 prevLabel: 'BACK', 154 prevLabel: 'BACK',
|
H A D | js-components-container-stepper-item.md | 25 …r. Dynamic modification is not supported. If this attribute is not set, **BACK** and **NEXT** will…
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/navigator/ |
H A D | navigator_component.h | 30 BACK enumerator
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-input-kit/ |
H A D | js-apis-mouseevent.md | 47 | BACK | 6 | 鼠标后退键 |
|
/ohos5.0/docs/zh-cn/application-dev/media/camera/ |
H A D | camera-animation.md | 208 console.info('showBlurAnim BACK'); 282 console.info('rotateFirstAnim BACK');
|
/ohos5.0/drivers/peripheral/distributed_camera/hdi_service/test/unittest/common/dcamera_device/ |
H A D | dcamera_device_test.cpp | 37 "Position": "BACK",
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/frontend/ |
H A D | cj_page_router_abstract.h | 40 BACK, enumerator
|
/ohos5.0/docs/zh-cn/application-dev/ui/ |
H A D | ui-js-components-stepper.md | 128 prevLabel: 'BACK', 133 prevLabel: 'BACK',
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_navigator.cpp | 73 NavigatorModel::GetInstance()->SetType(NavigatorType::BACK); in Create()
|
/ohos5.0/docs/en/application-dev/ui/ |
H A D | ui-js-components-stepper.md | 128 prevLabel: 'BACK', 133 prevLabel: 'BACK',
|
/ohos5.0/docs/en/application-dev/reference/apis-input-kit/ |
H A D | js-apis-mouseevent.md | 47 | BACK | 6 | Back button on the mouse.|
|
/ohos5.0/drivers/peripheral/distributed_camera/hdi_service/test/unittest/common/dstream_operator/ |
H A D | dstream_operator_test.cpp | 41 "Position": "BACK",
|