Searched refs:mKeyguardBottomArea (Results 1 – 3 of 3) sorted by relevance
391 mKeyguardBottomArea.setStatusBar(mStatusBar); in setStatusBar()410 mKeyguardBottomArea = findViewById(R.id.keyguard_bottom_area); in onFinishInflate()534 index = indexOfChild(mKeyguardBottomArea); in reInflateViews()535 removeView(mKeyguardBottomArea); in reInflateViews()536 KeyguardBottomAreaView oldBottomArea = mKeyguardBottomArea; in reInflateViews()537 mKeyguardBottomArea = (KeyguardBottomAreaView) mInjectionInflationController in reInflateViews()542 mKeyguardBottomArea.initFrom(oldBottomArea); in reInflateViews()543 addView(mKeyguardBottomArea, index); in reInflateViews()545 mKeyguardIndicationController.setIndicationArea(mKeyguardBottomArea); in reInflateViews()559 mKeyguardBottomArea.setAffordanceHelper(mAffordanceHelper); in initBottomArea()[all …]
135 protected KeyguardBottomAreaView mKeyguardBottomArea; field in PanelView1118 mKeyguardBottomArea.getIndicationArea(), in startUnlockHintAnimationPhase1()
77 private KeyguardBottomAreaView mKeyguardBottomArea; field in NotificationPanelViewTest123 when(mKeyguardBottomArea.getLeftView()).thenReturn(mock(KeyguardAffordanceView.class)); in setup()124 when(mKeyguardBottomArea.getRightView()).thenReturn(mock(KeyguardAffordanceView.class)); in setup()189 mKeyguardBottomArea = NotificationPanelViewTest.this.mKeyguardBottomArea; in TestableNotificationPanelView()