Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DTrustDrawable.java38 public class TrustDrawable extends Drawable { class
76 public TrustDrawable(Context context) { in TrustDrawable() method in TrustDrawable
DKeyguardBottomAreaView.java100 private final TrustDrawable mTrustDrawable;
119 mTrustDrawable = new TrustDrawable(mContext); in KeyguardBottomAreaView()