Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardSecurityViewFlipper.java79 KeyguardInputView ksv = getSecurityView(); in getTitle() local
80 if (ksv != null) { in getTitle()
81 return ksv.getTitle(); in getTitle()
DKeyguardClockSwitchController.java270 View ksv = mView.findViewById(R.id.keyguard_slice_view); in hideSliceViewAndNotificationIconContainer() local
271 ksv.setVisibility(View.GONE); in hideSliceViewAndNotificationIconContainer()
332 View ksv = mView.findViewById(R.id.keyguard_slice_view); in onViewAttached() local
333 int viewIndex = mStatusArea.indexOfChild(ksv); in onViewAttached()
334 ksv.setVisibility(View.GONE); in onViewAttached()