Searched refs:applyDarkness (Results 1 – 1 of 1) sorted by relevance
450 applyDarkness(R.id.battery, mEmptyTintRect, intensity, iconColor); in updateIconsAndTextColors()451 applyDarkness(R.id.clock, mEmptyTintRect, intensity, iconColor); in updateIconsAndTextColors()454 private void applyDarkness(int id, ArrayList<Rect> tintAreas, float intensity, int color) { in applyDarkness() method in KeyguardStatusBarView