Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DKeyguardBottomAreaView.java339 || state.tint != mRightAffordanceView.shouldTint()) { in updateRightAffordanceIcon()
394 || state.tint != mLeftAffordanceView.shouldTint()) { in updateLeftAffordanceIcon()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DKeyguardAffordanceView.java155 public boolean shouldTint() { in shouldTint() method in KeyguardAffordanceView