Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DKeyguardBottomAreaViewController.kt32 view: KeyguardBottomAreaView,
35 ) : ViewController<KeyguardBottomAreaView> (view) {
58 fun getView(): KeyguardBottomAreaView { in getView()
DKeyguardBottomAreaView.kt40 class KeyguardBottomAreaView in <lambda>() class
95 fun initFrom(oldBottomArea: KeyguardBottomAreaView) { in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DShadeViewProviderModule.kt49 import com.android.systemui.statusbar.phone.KeyguardBottomAreaView in <lambda>()
150 ): KeyguardBottomAreaView { in <lambda>()
152 as KeyguardBottomAreaView in <lambda>()
DNotificationPanelViewController.java216 import com.android.systemui.statusbar.phone.KeyguardBottomAreaView;
378 private KeyguardBottomAreaView mKeyguardBottomArea;
1467 KeyguardBottomAreaView oldBottomArea = mKeyguardBottomArea; in reInflateViews()
1570 private void setKeyguardBottomArea(KeyguardBottomAreaView keyguardBottomArea) { in setKeyguardBottomArea()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/
DQuickSettingsControllerImplBaseTest.java78 import com.android.systemui.statusbar.phone.KeyguardBottomAreaView;
119 @Mock protected KeyguardBottomAreaView mQsFrame;
DNotificationPanelViewControllerBaseTest.java174 import com.android.systemui.statusbar.phone.KeyguardBottomAreaView;
233 @Mock protected KeyguardBottomAreaView mKeyguardBottomArea;
236 @Mock protected KeyguardBottomAreaView mQsFrame;
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/preview/
DKeyguardPreviewRenderer.kt93 import com.android.systemui.statusbar.phone.KeyguardBottomAreaView in <lambda>()
365 ) as KeyguardBottomAreaView in <lambda>()