Searched refs:isPortrait (Results 1 – 10 of 10) sorted by relevance
75 void RequestFullscreen(bool isPortrait) in RequestFullscreen() argument78 requestFullscreenImpl_(isPortrait); in RequestFullscreen()173 void RequestFullscreen(bool isPortrait) in RequestFullscreen() argument176 item->RequestFullscreen(isPortrait); in RequestFullscreen()
35 void OnPreFullScreen(bool isPortrait) override;
273 void VideoElementV2::OnPreFullScreen(bool isPortrait) in OnPreFullScreen() argument275 direction_ = isPortrait ? "horizontal" : "vertical"; in OnPreFullScreen()
76 virtual void OnPreFullScreen(bool isPortrait) {} in OnPreFullScreen() argument
914 …deoController->SetRequestFullscreenImpl([weak = WeakClaim(this), uiTaskExecutor](bool isPortrait) { in SetMethodCall() argument915 uiTaskExecutor.PostTask([weak, isPortrait]() { in SetMethodCall()918 videoElement->OnPreFullScreen(isPortrait); in SetMethodCall()
86 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 …]
112 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 …]
60 void SetDeviceOrientation(bool isPortrait) in SetDeviceOrientation() argument62 isPortrait_ = isPortrait; in SetDeviceOrientation()
136 bool GetDisplaySize(bool isPortrait, WindowSize &size);
996 bool InputMethodPanel::GetDisplaySize(bool isPortrait, WindowSize &size) in GetDisplaySize() argument1006 if (isPortrait != isDisplayPortrait) { in GetDisplaySize()