Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DRemoteInputQuickSettingsDisabler.kt71 val newIsLandscape = newConfig.orientation == Configuration.ORIENTATION_LANDSCAPE in onConfigChanged() constant
72 if (newIsLandscape != isLandscape) { in onConfigChanged()
73 isLandscape = newIsLandscape in onConfigChanged()