Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/
DBubbleExperimentConfig.java231 boolean shouldTint = notification.getLargeIcon() == null; in createFromNotif()
232 icon = shouldTint in createFromNotif()
235 if (shouldTint) { in createFromNotif()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DKeyguardBottomAreaView.java345 || state.tint != mRightAffordanceView.shouldTint()) { in updateRightAffordanceIcon()
404 || state.tint != mLeftAffordanceView.shouldTint()) { in updateLeftAffordanceIcon()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DKeyguardAffordanceView.java156 public boolean shouldTint() { in shouldTint() method in KeyguardAffordanceView