Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardSecurityViewFlipper.java90 KeyguardInputView securityView = getSecurityView(); in updateConstraints() local
91 if (securityView != null) { in updateConstraints()
92 securityView.updateConstraints(useSplitBouncer); in updateConstraints()
DKeyguardSecurityContainer.java619 KeyguardInputView securityView = mSecurityViewFlipper.getSecurityView(); in beginJankInstrument() local
620 if (securityView == null) return; in beginJankInstrument()
621 InteractionJankMonitor.getInstance().begin(securityView, cuj); in beginJankInstrument()