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.java222 public void initFrom(KeyguardBottomAreaView oldBottomArea) { in initFrom() argument
223 setStatusBar(oldBottomArea.mStatusBar); in initFrom()
DNotificationPanelView.java661 KeyguardBottomAreaView oldBottomArea = mKeyguardBottomArea; in reInflateViews() local
667 mKeyguardBottomArea.initFrom(oldBottomArea); in reInflateViews()