Searched refs:HardwareBgDrawable (Results 1 – 4 of 4) sorted by relevance
26 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()
27 import com.android.systemui.HardwareBgDrawable;48 protected HardwareBgDrawable getBackgroundDrawable(int backgroundColor) { in getBackgroundDrawable()
29 import com.android.systemui.HardwareBgDrawable;53 protected HardwareBgDrawable getBackgroundDrawable(int backgroundColor) { in getBackgroundDrawable()
29 public class HardwareBgDrawable extends LayerDrawable { class37 public HardwareBgDrawable(boolean roundTop, boolean roundEnd, Context context) { in HardwareBgDrawable() method in HardwareBgDrawable41 public HardwareBgDrawable(boolean roundTop, Drawable[] layers) { in HardwareBgDrawable() method in HardwareBgDrawable