Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/mediaprojection/appselector/view/
H A DMediaProjectionTaskView.kt47 private val defaultBackgroundColor: Int
51 defaultBackgroundColor =
60 Paint(Paint.ANTI_ALIAS_FLAG).apply { color = defaultBackgroundColor }
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/wrapper/
H A DNotificationViewWrapper.java119 protected boolean needsInversion(int defaultBackgroundColor, View view) { in needsInversion() argument
138 background = defaultBackgroundColor; in needsInversion()