Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/
DSystemUIApplication.java206 plugin.setup(statusBar.getStatusBarWindow(), in startServicesIfNeeded()
DScreenDecorations.java285 View statusBar = (sb != null ? sb.getStatusBarWindow() : null); in setupPadding()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/
DScreenDecorationsTest.java77 when(mStatusBar.getStatusBarWindow()).thenReturn(mView); in setup()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DPanelView.java1030 if (mStatusBar.getStatusBarWindow().getHeight() in expand()
DStatusBar.java1333 public StatusBarWindowView getStatusBarWindow() { in getStatusBarWindow() method
4412 if (mNotificationPanel.mStatusBar.getStatusBarWindow() in onWorkChallengeChanged()