Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DNotificationPanelViewTest.java124 when(mKeyguardBottomArea.getRightView()).thenReturn(mock(KeyguardAffordanceView.class)); in setup()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DKeyguardBottomAreaView.java596 public KeyguardAffordanceView getRightView() { in getRightView() method in KeyguardBottomAreaView
DNotificationPanelView.java2369 ? mKeyguardBottomArea.getRightView() in getLeftIcon()
2377 : mKeyguardBottomArea.getRightView(); in getRightIcon()