Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/footer/ui/binder/
H A DFooterActionsViewBinder.kt172 val securityView = securityHolder.view regex
173 securityView.isVisible = security != null
183 securityView.isClickable = true
184 securityView.setOnClickListener {
185 onClick(quickSettingsContext, Expandable.fromView(securityView))
189 securityView.isClickable = false
190 securityView.setOnClickListener(null)
/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardSecurityContainer.java616 KeyguardInputView securityView = mSecurityViewFlipper.getSecurityView(); in beginJankInstrument() local
617 if (securityView == null) return; in beginJankInstrument()
618 InteractionJankMonitor.getInstance().begin(securityView, cuj); in beginJankInstrument()