Home
last modified time | relevance | path

Searched refs:isPortrait (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/video/
H A Dvideo_controller_v2.h75 void RequestFullscreen(bool isPortrait) in RequestFullscreen() argument
78 requestFullscreenImpl_(isPortrait); in RequestFullscreen()
173 void RequestFullscreen(bool isPortrait) in RequestFullscreen() argument
176 item->RequestFullscreen(isPortrait); in RequestFullscreen()
H A Dvideo_element_v2.h35 void OnPreFullScreen(bool isPortrait) override;
H A Dvideo_element_v2.cpp273 void VideoElementV2::OnPreFullScreen(bool isPortrait) in OnPreFullScreen() argument
275 direction_ = isPortrait ? "horizontal" : "vertical"; in OnPreFullScreen()
H A Dvideo_element.h76 virtual void OnPreFullScreen(bool isPortrait) {} in OnPreFullScreen() argument
H A Dvideo_element.cpp914 …deoController->SetRequestFullscreenImpl([weak = WeakClaim(this), uiTaskExecutor](bool isPortrait) { in SetMethodCall() argument
915 uiTaskExecutor.PostTask([weak, isPortrait]() { in SetMethodCall()
918 videoElement->OnPreFullScreen(isPortrait); in SetMethodCall()
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/multinavigation/interfaces/
H A Dmultinavigation.js86 this.isPortrait = undefined;
157 this.onOrientationChange && this.isPortrait && this.onOrientationChange(this.isPortrait);
271 get isPortrait() {
274 set isPortrait(o9) {
438 if (p8.isPortrait !== undefined) {
439 this.isPortrait = p8.isPortrait;
460 get isPortrait() {
463 set isPortrait(l8) {
489 isPortrait: this.isPortrait,
543 this.isPortrait = z7;
[all …]
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/multinavigation/source/
H A Dmultinavigation.ets112 private isPortrait: boolean | undefined = undefined;
137 if (DeviceListenerManager.getInstance().isPortrait) {
185 this.onOrientationChange && this.isPortrait && this.onOrientationChange(this.isPortrait);
227 @Link isPortrait: boolean;
253 if (DeviceHelper.isTablet() && this.isPortrait) {
338 @State isPortrait: boolean = false;
344 isPortrait: this.isPortrait,
379 this.isPortrait = isPortrait;
380 this.multiStack.isPortrait = isPortrait;
435 isPortrait: boolean = false;
[all …]
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/camera/large_system/
H A Dcamera.h60 void SetDeviceOrientation(bool isPortrait) in SetDeviceOrientation() argument
62 isPortrait_ = isPortrait; in SetDeviceOrientation()
/ohos5.0/base/inputmethod/imf/frameworks/native/inputmethod_ability/include/
H A Dinput_method_panel.h136 bool GetDisplaySize(bool isPortrait, WindowSize &size);
/ohos5.0/base/inputmethod/imf/frameworks/native/inputmethod_ability/src/
H A Dinput_method_panel.cpp996 bool InputMethodPanel::GetDisplaySize(bool isPortrait, WindowSize &size) in GetDisplaySize() argument
1006 if (isPortrait != isDisplayPortrait) { in GetDisplaySize()