Searched refs:VIDEO_PREVIOUS (Results 1 - 5 of 5) sorted by relevance
/foundation/window/window_manager/wm/include/ |
H A D | picture_in_picture_controller.h | 54 {"previousVideo", PiPControlType::VIDEO_PREVIOUS},
|
/foundation/window/window_manager/interfaces/kits/napi/picture_in_picture_napi/ |
H A D | js_pip_utils.cpp | 205 (void)SetNamedProperty(env, result, "VIDEO_PREVIOUS", in ExportControlType() 206 static_cast<uint32_t>(PiPControlType::VIDEO_PREVIOUS)); in ExportControlType()
|
/foundation/window/window_manager/window_scene/interfaces/include/ |
H A D | ws_common.h | 183 VIDEO_PREVIOUS = 1, member in OHOS::OHOS::OHOS::Rosen::WsPiPControlType
|
/foundation/window/window_manager/interfaces/innerkits/wm/ |
H A D | wm_common.h | 1020 VIDEO_PREVIOUS = 1, member in OHOS::Rosen::WindowType::WindowModeType::SystemBarSettingFlag::PiPControlType
|
/foundation/window/window_manager/window_scene/interfaces/kits/napi/scene_session_manager/ |
H A D | js_scene_utils.cpp | 1190 napi_set_named_property(env, objValue, "VIDEO_PREVIOUS", CreateJsValue(env, in CreateJsSessionPiPControlType() 1191 static_cast<uint32_t>(PiPControlType::VIDEO_PREVIOUS))); in CreateJsSessionPiPControlType()
|
Completed in 9 milliseconds