Home
last modified time | relevance | path

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

/aosp12/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/startingsurface/
H A DTaskSnapshotWindowTest.java227 mWindow.drawStatusBarBackground(mockCanvas, new Rect(0, 0, 50, 100)); in testDrawStatusBarBackground()
239 mWindow.drawStatusBarBackground(mockCanvas, null); in testDrawStatusBarBackground_nullFrame()
251 mWindow.drawStatusBarBackground(mockCanvas, new Rect(0, 0, 100, 100)); in testDrawStatusBarBackground_nope()
/aosp12/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DTaskSnapshotSurfaceTest.java267 mSurface.mSystemBarBackgroundPainter.drawStatusBarBackground( in testDrawStatusBarBackground()
280 mSurface.mSystemBarBackgroundPainter.drawStatusBarBackground( in testDrawStatusBarBackground_nullFrame()
293 mSurface.mSystemBarBackgroundPainter.drawStatusBarBackground( in testDrawStatusBarBackground_nope()
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/startingsurface/
H A DTaskSnapshotWindow.java298 public void drawStatusBarBackground(Canvas c, @Nullable Rect alreadyDrawnFrame) { in drawStatusBarBackground() method in TaskSnapshotWindow
299 mSystemBarBackgroundPainter.drawStatusBarBackground(c, alreadyDrawnFrame, in drawStatusBarBackground()
626 drawStatusBarBackground(c, alreadyDrawnFrame, getStatusBarColorViewHeight()); in drawDecors()
630 void drawStatusBarBackground(Canvas c, @Nullable Rect alreadyDrawnFrame, in drawStatusBarBackground() method in TaskSnapshotWindow.SystemBarBackgroundPainter
/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DTaskSnapshotSurface.java594 drawStatusBarBackground(c, alreadyDrawnFrame, getStatusBarColorViewHeight()); in drawDecors()
599 void drawStatusBarBackground(Canvas c, @Nullable Rect alreadyDrawnFrame, in drawStatusBarBackground() method in TaskSnapshotSurface.SystemBarBackgroundPainter
/aosp12/frameworks/base/services/
H A Dart-profile49201 HPLcom/android/server/wm/TaskSnapshotSurface$SystemBarBackgroundPainter;->drawStatusBarBackground(L…