Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DKeyguardBottomAreaView.java100 private final TrustDrawable mTrustDrawable; field in KeyguardBottomAreaView
119 mTrustDrawable = new TrustDrawable(mContext); in KeyguardBottomAreaView()
178 mLockIcon.setBackground(mTrustDrawable); in onFinishInflate()
367 mTrustDrawable.start(); in onVisibilityChanged()
369 mTrustDrawable.stop(); in onVisibilityChanged()
380 mTrustDrawable.stop(); in onDetachedFromWindow()
386 mTrustDrawable.start(); in updateLockIcon()
388 mTrustDrawable.stop(); in updateLockIcon()
410 mTrustDrawable.setTrustManaged(trustManaged); in updateLockIcon()