Searched refs:mKeyguardBottomArea (Results 1 – 4 of 4) sorted by relevance
25 private lateinit var mKeyguardBottomArea: KeyguardBottomAreaView variable in com.android.systemui.statusbar.phone.KeyguardBottomAreaTest30 mKeyguardBottomArea = LayoutInflater.from(mContext).inflate( in setup()32 mKeyguardBottomArea.setStatusBar(mStatusBar) in setup()40 other.initFrom(mKeyguardBottomArea) in initFrom_doesntCrash()
82 private KeyguardBottomAreaView mKeyguardBottomArea; field in NotificationPanelViewTest138 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()
492 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 …]
135 protected KeyguardBottomAreaView mKeyguardBottomArea; field in PanelView1126 mKeyguardBottomArea.getIndicationArea(), in startUnlockHintAnimationPhase1()