Home
last modified time | relevance | path

Searched refs:OnPreFullScreen (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/video/
H A Dvideo_element_v2.h35 void OnPreFullScreen(bool isPortrait) override;
H A Dvideo_element.h76 virtual void OnPreFullScreen(bool isPortrait) {} in OnPreFullScreen() function
H A Dvideo_element_v2.cpp273 void VideoElementV2::OnPreFullScreen(bool isPortrait) in OnPreFullScreen() function in OHOS::Ace::VideoElementV2
H A Dvideo_element.cpp918 videoElement->OnPreFullScreen(isPortrait); in SetMethodCall()