Searched refs:mEmptyRect (Results 1 – 2 of 2) sorted by relevance
74 private final Rect mEmptyRect = new Rect(0, 0, 0, 0); field in KeyguardStatusBarView500 applyDarkness(R.id.battery, mEmptyRect, intensity, iconColor); in updateIconsAndTextColors()501 applyDarkness(R.id.clock, mEmptyRect, intensity, iconColor); in updateIconsAndTextColors()
60 private final Rect mEmptyRect = new Rect(); field in WindowFrameTests