Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/
DNotificationPanelViewControllerBaseTest.java233 @Mock protected KeyguardBottomAreaView mKeyguardBottomArea; field in NotificationPanelViewControllerBaseTest
513 when(mKeyguardBottomAreaViewController.getView()).thenReturn(mKeyguardBottomArea); in setup()
514 when(mView.findViewById(R.id.keyguard_bottom_area)).thenReturn(mKeyguardBottomArea); in setup()
515 when(mKeyguardBottomArea.animate()).thenReturn(mViewPropertyAnimator); in setup()
657 .thenReturn(mKeyguardBottomArea); in setup()
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DNotificationPanelViewController.java378 private KeyguardBottomAreaView mKeyguardBottomArea; field in NotificationPanelViewController
632 () -> mKeyguardBottomArea.setVisibility(View.GONE);
1465 int index = mView.indexOfChild(mKeyguardBottomArea); in reInflateViews()
1466 mView.removeView(mKeyguardBottomArea); in reInflateViews()
1467 KeyguardBottomAreaView oldBottomArea = mKeyguardBottomArea; in reInflateViews()
1474 mKeyguardBottomArea.initFrom(oldBottomArea); in reInflateViews()
1475 mView.addView(mKeyguardBottomArea, index); in reInflateViews()
1518 mKeyguardBottomArea.init( in initBottomArea()
1571 mKeyguardBottomArea = keyguardBottomArea; in setKeyguardBottomArea()
2439 mKeyguardBottomArea.animate().cancel(); in setKeyguardBottomAreaVisibility()
[all …]