Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DRemoteInputQuickSettingsDisabler.kt70 val newIsLandscape = newConfig.orientation == Configuration.ORIENTATION_LANDSCAPE regex
71 if (newIsLandscape != isLandscape) {
72 isLandscape = newIsLandscape