Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
H A DKeyguardBottomAreaTest.kt29 private lateinit var mKeyguardBottomArea: KeyguardBottomAreaView
43 mKeyguardBottomArea = LayoutInflater.from(mContext).inflate(
45 mKeyguardBottomArea.setStatusBar(mStatusBar)
53 other.initFrom(mKeyguardBottomArea)
H A DNotificationPanelViewControllerTest.java158 private KeyguardBottomAreaView mKeyguardBottomArea; field in NotificationPanelViewControllerTest
348 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()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DNotificationPanelViewController.java1128 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 …]
H A DPanelView.java33 protected KeyguardBottomAreaView mKeyguardBottomArea; field in PanelView
H A DPanelViewController.java167 protected KeyguardBottomAreaView mKeyguardBottomArea; field in PanelViewController
995 mKeyguardBottomArea.getIndicationArea(), in startUnlockHintAnimationPhase1()