Searched defs:HighlightColorDrawable (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
H A DTaskViewHeader.java76 private class HighlightColorDrawable extends Drawable { class in class:TaskViewHeader
83 public HighlightColorDrawable() { method in class:TaskViewHeader.HighlightColorDrawable
178 private HighlightColorDrawable mBackground;
179 private HighlightColorDrawable mOverlayBackground;
227 mBackground = new HighlightColorDrawable();
230 mOverlayBackground = new HighlightColorDrawable();

Completed in 56 milliseconds