Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DKeyguardBottomAreaView.kt95 fun initFrom(oldBottomArea: KeyguardBottomAreaView) { in <lambda>()
101 oldBottomArea.requireViewById<View>(R.id.ambient_indication_container) in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DNotificationPanelViewController.java1467 KeyguardBottomAreaView oldBottomArea = mKeyguardBottomArea; in reInflateViews() local
1474 mKeyguardBottomArea.initFrom(oldBottomArea); in reInflateViews()