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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DKeyguardBottomAreaView.java100 private final TrustDrawable mTrustDrawable; field in class:KeyguardBottomAreaView
119 mTrustDrawable = new TrustDrawable(mContext);
178 mLockIcon.setBackground(mTrustDrawable);
372 mTrustDrawable.start();
374 mTrustDrawable.stop();
385 mTrustDrawable.stop();
391 mTrustDrawable.start();
393 mTrustDrawable.stop();
415 mTrustDrawable.setTrustManaged(trustManaged);

Completed in 57 milliseconds