HomeSort by relevance Sort by last modified time
    Searched refs:ShadowKeyDrawable (Results 1 - 3 of 3) sorted by null

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
KeyButtonDrawable.java 28 import com.android.systemui.statusbar.phone.ShadowKeyDrawable;
41 ShadowKeyDrawable light = new ShadowKeyDrawable(lightDrawable.mutate());
42 ShadowKeyDrawable dark = new ShadowKeyDrawable(darkDrawable.mutate());
55 new ShadowKeyDrawable(lightDrawable.mutate()) });
79 if (getDrawable(0) instanceof ShadowKeyDrawable) {
80 ((ShadowKeyDrawable) getDrawable(0)).setRotation(degrees);
82 if (mHasDarkDrawable && getDrawable(1) instanceof ShadowKeyDrawable) {
83 ((ShadowKeyDrawable) getDrawable(1)).setRotation(degrees)
    [all...]
TintedKeyButtonDrawable.java 24 import com.android.systemui.statusbar.phone.ShadowKeyDrawable;
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
ShadowKeyDrawable.java 36 public class ShadowKeyDrawable extends Drawable {
41 public ShadowKeyDrawable(Drawable d) {
45 private ShadowKeyDrawable(Drawable d, ShadowDrawableState state) {
194 return new ShadowKeyDrawable(null, this);

Completed in 262 milliseconds