Home
last modified time | relevance | path

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

/ohos5.0/foundation/window/window_manager/wmserver/src/utils/
H A Dwindow_manager_service_utils.cpp71 DisplayOrientation disOrientation = WINDOW_TO_DISPLAY_ORIENTATION_MAP.at(requestOrientation); in IsExpectedRotatableWindow() local
72 if (disOrientation == currentOrientation) { in IsExpectedRotatableWindow()
75 if (restricted && (static_cast<int32_t>(disOrientation) - in IsExpectedRotatableWindow()