Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
H A DNotificationPanelViewController.java1070 setKeyguardBottomArea(mView.findViewById(R.id.keyguard_bottom_area)); in onFinishInflate()
1408 setKeyguardBottomArea(mKeyguardBottomAreaViewControllerProvider.get().getView()); in reInflateViews()
1501 private void setKeyguardBottomArea(KeyguardBottomAreaView keyguardBottomArea) { in setKeyguardBottomArea() method in NotificationPanelViewController