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.java217 plugin.setup(statusBar.getStatusBarWindow(), in startServicesIfNeeded()
DScreenDecorations.java667 View statusBar = (sb != null ? sb.getStatusBarWindow() : null); in setupStatusBarPadding()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/
DScreenDecorationsTest.java99 when(mStatusBar.getStatusBarWindow()).thenReturn(mView); in setup()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DPanelView.java1016 if (mStatusBar.getStatusBarWindow().getHeight() in expand()
DStatusBar.java1239 public StatusBarWindowView getStatusBarWindow() { in getStatusBarWindow() method
3347 if (getStatusBarWindow().getHeight() != getStatusBarHeight()) { in postOnShadeExpanded()