Searched refs:mKeyguardBottomArea (Results 1 – 5 of 5) sorted by relevance
29 private lateinit var mKeyguardBottomArea: KeyguardBottomAreaView43 mKeyguardBottomArea = LayoutInflater.from(mContext).inflate(45 mKeyguardBottomArea.setStatusBar(mStatusBar)53 other.initFrom(mKeyguardBottomArea)
158 private KeyguardBottomAreaView mKeyguardBottomArea; field in NotificationPanelViewControllerTest348 when(mView.findViewById(R.id.keyguard_bottom_area)).thenReturn(mKeyguardBottomArea); in setup()349 when(mKeyguardBottomArea.getLeftView()).thenReturn(mock(KeyguardAffordanceView.class)); in setup()350 when(mKeyguardBottomArea.getRightView()).thenReturn(mock(KeyguardAffordanceView.class)); in setup()351 when(mKeyguardBottomArea.animate()).thenReturn(mock(ViewPropertyAnimator.class)); in setup()403 .thenReturn(mKeyguardBottomArea); in setup()
1128 mView.removeView(mKeyguardBottomArea); in reInflateViews()1132 mKeyguardBottomArea.initFrom(oldBottomArea); in reInflateViews()1134 mView.addView(mKeyguardBottomArea, index); in reInflateViews()2188 mKeyguardBottomArea.animate().cancel(); in setKeyguardBottomAreaVisibility()2198 mKeyguardBottomArea.setAlpha(1f); in setKeyguardBottomAreaVisibility()3603 mKeyguardBottomArea.dozeTimeTick(); in dozeTimeTick()3622 return mKeyguardBottomArea; in getKeyguardBottomAreaView()4263 ? mKeyguardBottomArea.getRightView() : mKeyguardBottomArea.getLeftView(); in getLeftIcon()4269 ? mKeyguardBottomArea.getLeftView() : mKeyguardBottomArea.getRightView(); in getRightIcon()4275 ? mKeyguardBottomArea.getRightPreview() : mKeyguardBottomArea.getLeftPreview(); in getLeftPreview()[all …]
33 protected KeyguardBottomAreaView mKeyguardBottomArea; field in PanelView
167 protected KeyguardBottomAreaView mKeyguardBottomArea; field in PanelViewController995 mKeyguardBottomArea.getIndicationArea(), in startUnlockHintAnimationPhase1()