Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DPhoneStatusBar.java739 mNotificationPanel.setBackground(new FastColorDrawable(context.getColor( in makeStatusBarView()
3692 private static class FastColorDrawable extends Drawable { class in PhoneStatusBar
3695 public FastColorDrawable(int color) { in FastColorDrawable() method in PhoneStatusBar.FastColorDrawable