/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/ |
D | ShadeViewProviderModule.kt | 115 ): NotificationShadeWindowView { in <lambda>() 119 return root as NotificationShadeWindowView? in <lambda>() 127 notificationShadeWindowView: NotificationShadeWindowView, in <lambda>() 136 notificationShadeWindowView: NotificationShadeWindowView, in <lambda>() 158 notificationShadeWindowView: NotificationShadeWindowView, in <lambda>() 172 notificationShadeWindowView: NotificationShadeWindowView, in <lambda>() 180 notificationShadeWindowView: NotificationShadeWindowView, in <lambda>() 189 notificationShadeWindowView: NotificationShadeWindowView, in <lambda>() 207 notificationShadeWindowView: NotificationShadeWindowView, in <lambda>() 217 notificationShadeWindowView: NotificationShadeWindowView, in <lambda>()
|
D | NotificationShadeWindowView.java | 62 public class NotificationShadeWindowView extends WindowRootView { class 76 public NotificationShadeWindowView(Context context, AttributeSet attrs) { in NotificationShadeWindowView() method in NotificationShadeWindowView 483 return NotificationShadeWindowView.this;
|
D | OWNERS | 17 per-file NotificationShadeWindowView.java = pixel@google.com, cinek@google.com, juliacr@google.com
|
D | NotificationShadeWindowViewController.java | 96 private final NotificationShadeWindowView mView; 166 NotificationShadeWindowView notificationShadeWindowView, in NotificationShadeWindowViewController() 308 mView.setInteractionEventHandler(new NotificationShadeWindowView.InteractionEventHandler() { in setupExpandedStatusBar() 675 public NotificationShadeWindowView getView() { in getView()
|
D | ShadeControllerImpl.java | 376 private NotificationShadeWindowView getNotificationShadeWindowView() { in getNotificationShadeWindowView()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
D | BrightnessMirrorController.java | 32 import com.android.systemui.shade.NotificationShadeWindowView; 44 private final NotificationShadeWindowView mStatusBarWindow; 56 public BrightnessMirrorController(NotificationShadeWindowView statusBarWindow, in BrightnessMirrorController()
|
/frameworks/base/packages/SystemUI/src/com/android/keyguard/ |
D | KeyguardUnfoldTransition.kt | 26 import com.android.systemui.shade.NotificationShadeWindowView in <lambda>() 47 private val shadeWindowView: NotificationShadeWindowView, in <lambda>()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/ |
D | KeyguardUnfoldTransitionTest.kt | 27 import com.android.systemui.shade.NotificationShadeWindowView 58 private lateinit var notificationShadeWindowView: NotificationShadeWindowView
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/ |
D | NotificationShadeWindowViewTest.kt | 43 import com.android.systemui.shade.NotificationShadeWindowView.InteractionEventHandler 134 private lateinit var underTest: NotificationShadeWindowView 142 underTest = spy(NotificationShadeWindowView(context, null)) in setUp()
|
D | NotificationShadeWindowViewControllerTest.kt | 55 import com.android.systemui.shade.NotificationShadeWindowView.InteractionEventHandler 110 @Mock private lateinit var view: NotificationShadeWindowView
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/ |
D | StatusBarNotificationPresenterTest.java | 49 import com.android.systemui.shade.NotificationShadeWindowView; 286 final NotificationShadeWindowView notificationShadeWindowView = in createPresenter() 287 mock(NotificationShadeWindowView.class); in createPresenter()
|
D | StatusBarKeyguardViewManagerTest.java | 91 import com.android.systemui.shade.NotificationShadeWindowView; 156 @Mock private NotificationShadeWindowView mNotificationShadeWindowView;
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/navigationbar/ |
D | NavigationBarTest.java | 100 import com.android.systemui.shade.NotificationShadeWindowView; 438 NotificationShadeWindowView mockShadeWindowView = mock(NotificationShadeWindowView.class); in testSetImeWindowStatusWhenImeSwitchOnDisplay() 475 NotificationShadeWindowView mockShadeWindowView = mock(NotificationShadeWindowView.class); in testSetImeWindowStatusWhenKeyguardLockingAndImeInsetsChange()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ |
D | KeyguardViewConfigurator.kt | 67 import com.android.systemui.shade.NotificationShadeWindowView 88 private val notificationShadeWindowView: NotificationShadeWindowView,
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | StatusBarNotificationPresenter.java | 44 import com.android.systemui.shade.NotificationShadeWindowView; 116 NotificationShadeWindowView statusBarWindow, in StatusBarNotificationPresenter()
|
D | CentralSurfacesImpl.java | 173 import com.android.systemui.shade.NotificationShadeWindowView; 1507 protected NotificationShadeWindowView getNotificationShadeWindowView() { in getNotificationShadeWindowView()
|
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/shade/ |
D | NotificationShadeWindowControllerImplTest.java | 94 @Spy private final NotificationShadeWindowView mNotificationShadeWindowView = spy( 95 new NotificationShadeWindowView(mContext, null));
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/wmshell/ |
D | BubblesTest.java | 116 import com.android.systemui.shade.NotificationShadeWindowView; 244 private NotificationShadeWindowView mNotificationShadeWindowView;
|