Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DKeyguardBottomAreaView.kt96 fun initFrom(oldBottomArea: KeyguardBottomAreaView) {
102 oldBottomArea.requireViewById<View>(R.id.ambient_indication_container)
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
H A DNotificationPanelViewController.java1407 KeyguardBottomAreaView oldBottomArea = mKeyguardBottomArea; in reInflateViews() local
1409 mKeyguardBottomArea.initFrom(oldBottomArea); in reInflateViews()