Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/window/
DStatusBarWindowStateController.kt39 @DisplayId private val thisDisplayId: Int, constant in com.android.systemui.statusbar.window.StatusBarWindowStateController
76 if (displayId != thisDisplayId) { in windowIsShowing()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/disableflags/data/repository/
DDisableFlagsRepository.kt47 @DisplayId private val thisDisplayId: Int, constant
63 if (displayId != thisDisplayId) { in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/data/repository/
DStatusBarModePerDisplayRepository.kt113 @Assisted("displayId") thisDisplayId: Int,
141 return displayId == thisDisplayId && (types and WindowInsets.Type.statusBars() != 0) in isTransientRelevant()
154 if (displayId != thisDisplayId) return in onSystemBarAttributesChanged()