Home
last modified time | relevance | path

Searched refs:getStatusBarWindow (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/
DSystemUIApplication.java235 plugin.setup(statusBar.getStatusBarWindow(), in startServicesIfNeeded()
DScreenDecorations.java719 View statusBar = (sb != null ? sb.getStatusBarWindow() : null); in setupStatusBarPadding()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/
DScreenDecorationsTest.java102 when(mStatusBar.getStatusBarWindow()).thenReturn(mView); in setup()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationIconAreaController.java132 mAodIcons = mStatusBar.getStatusBarWindow().findViewById( in initAodIcons()
DPanelView.java1024 if (mStatusBar.getStatusBarWindow().getHeight() in expand()
DStatusBar.java1314 public StatusBarWindowView getStatusBarWindow() { in getStatusBarWindow() method
3470 if (getStatusBarWindow().getHeight() != getStatusBarHeight()) { in postOnShadeExpanded()
DNotificationPanelView.java1395 if (mStatusBar.getStatusBarWindow().getHeight() in stopWaitingForOpenPanelGesture()