Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DKeyguardBottomAreaView.java453 || state.tint != mRightAffordanceView.shouldTint()) { in updateRightAffordanceIcon()
513 || state.tint != mLeftAffordanceView.shouldTint()) { in updateLeftAffordanceIcon()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DKeyguardAffordanceView.java157 public boolean shouldTint() { in shouldTint() method in KeyguardAffordanceView