Home
last modified time | relevance | path

Searched refs:getLeftView (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
H A DNotificationPanelViewControllerTest.java349 when(mKeyguardBottomArea.getLeftView()).thenReturn(mock(KeyguardAffordanceView.class)); in setup()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DKeyguardBottomAreaView.java748 public KeyguardAffordanceView getLeftView() { in getLeftView() method in KeyguardBottomAreaView
H A DNotificationPanelViewController.java4263 ? mKeyguardBottomArea.getRightView() : mKeyguardBottomArea.getLeftView(); in getLeftIcon()
4269 ? mKeyguardBottomArea.getLeftView() : mKeyguardBottomArea.getRightView(); in getRightIcon()