Searched refs:thisDisplayId (Results 1 – 3 of 3) sorted by relevance
39 @DisplayId private val thisDisplayId: Int, constant in com.android.systemui.statusbar.window.StatusBarWindowStateController76 if (displayId != thisDisplayId) { in windowIsShowing()
47 @DisplayId private val thisDisplayId: Int, constant63 if (displayId != thisDisplayId) { in <lambda>()
113 @Assisted("displayId") thisDisplayId: Int,141 return displayId == thisDisplayId && (types and WindowInsets.Type.statusBars() != 0) in isTransientRelevant()154 if (displayId != thisDisplayId) return in onSystemBarAttributesChanged()