Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DKeyguardBottomAreaTest.kt25 private lateinit var mKeyguardBottomArea: KeyguardBottomAreaView variable in com.android.systemui.statusbar.phone.KeyguardBottomAreaTest
30 mKeyguardBottomArea = LayoutInflater.from(mContext).inflate( in setup()
32 mKeyguardBottomArea.setStatusBar(mStatusBar) in setup()
40 other.initFrom(mKeyguardBottomArea) in initFrom_doesntCrash()
DNotificationPanelViewTest.java82 private KeyguardBottomAreaView mKeyguardBottomArea; field in NotificationPanelViewTest
138 when(mKeyguardBottomArea.getLeftView()).thenReturn(mock(KeyguardAffordanceView.class)); in setup()
139 when(mKeyguardBottomArea.getRightView()).thenReturn(mock(KeyguardAffordanceView.class)); in setup()
221 mKeyguardBottomArea = NotificationPanelViewTest.this.mKeyguardBottomArea; in TestableNotificationPanelView()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationPanelView.java492 mKeyguardBottomArea.setStatusBar(mStatusBar); in setStatusBar()
511 mKeyguardBottomArea = findViewById(R.id.keyguard_bottom_area); in onFinishInflate()
659 index = indexOfChild(mKeyguardBottomArea); in reInflateViews()
660 removeView(mKeyguardBottomArea); in reInflateViews()
661 KeyguardBottomAreaView oldBottomArea = mKeyguardBottomArea; in reInflateViews()
662 mKeyguardBottomArea = (KeyguardBottomAreaView) mInjectionInflationController in reInflateViews()
667 mKeyguardBottomArea.initFrom(oldBottomArea); in reInflateViews()
668 addView(mKeyguardBottomArea, index); in reInflateViews()
670 mKeyguardIndicationController.setIndicationArea(mKeyguardBottomArea); in reInflateViews()
687 mKeyguardBottomArea.setAffordanceHelper(mAffordanceHelper); in initBottomArea()
[all …]
DPanelView.java135 protected KeyguardBottomAreaView mKeyguardBottomArea; field in PanelView
1126 mKeyguardBottomArea.getIndicationArea(), in startUnlockHintAnimationPhase1()