Searched refs:mTrustDrawable (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DLockIcon.java52 private TrustDrawable mTrustDrawable; field in class:LockIcon
62 mTrustDrawable = new TrustDrawable(context);
63 setBackground(mTrustDrawable);
71 mTrustDrawable.start();
73 mTrustDrawable.stop();
80 mTrustDrawable.stop();
104 mTrustDrawable.stop();
105 mTrustDrawable = new TrustDrawable(getContext());
106 setBackground(mTrustDrawable);
119 mTrustDrawable
[all...]

Completed in 1348 milliseconds