Searched refs:shouldTint (Results 1 – 3 of 3) sorted by relevance
231 boolean shouldTint = notification.getLargeIcon() == null; in createFromNotif()232 icon = shouldTint in createFromNotif()235 if (shouldTint) { in createFromNotif()
345 || state.tint != mRightAffordanceView.shouldTint()) { in updateRightAffordanceIcon()404 || state.tint != mLeftAffordanceView.shouldTint()) { in updateLeftAffordanceIcon()
156 public boolean shouldTint() { in shouldTint() method in KeyguardAffordanceView