Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/globalactions/
DGlobalActionsLayout.java26 import com.android.systemui.HardwareBgDrawable;
48 HardwareBgDrawable listBackground = getBackgroundDrawable(listBgColor); in setBackgrounds()
58 HardwareBgDrawable separatedBackground = getBackgroundDrawable(separatedBgColor); in setBackgrounds()
65 protected HardwareBgDrawable getBackgroundDrawable(int backgroundColor) { in getBackgroundDrawable()
66 HardwareBgDrawable background = new HardwareBgDrawable(true, true, getContext()); in getBackgroundDrawable()
DGlobalActionsLayoutLite.java27 import com.android.systemui.HardwareBgDrawable;
48 protected HardwareBgDrawable getBackgroundDrawable(int backgroundColor) { in getBackgroundDrawable()
DGlobalActionsFlatLayout.java29 import com.android.systemui.HardwareBgDrawable;
53 protected HardwareBgDrawable getBackgroundDrawable(int backgroundColor) { in getBackgroundDrawable()
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DHardwareBgDrawable.java29 public class HardwareBgDrawable extends LayerDrawable { class
37 public HardwareBgDrawable(boolean roundTop, boolean roundEnd, Context context) { in HardwareBgDrawable() method in HardwareBgDrawable
41 public HardwareBgDrawable(boolean roundTop, Drawable[] layers) { in HardwareBgDrawable() method in HardwareBgDrawable