Home
last modified time | relevance | path

Searched refs:mSystemBarBackgroundPainter (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DTaskSnapshotSurfaceTest.java191 mSurface.mSystemBarBackgroundPainter.drawStatusBarBackground( in testDrawStatusBarBackground()
204 mSurface.mSystemBarBackgroundPainter.drawStatusBarBackground( in testDrawStatusBarBackground_nullFrame()
217 mSurface.mSystemBarBackgroundPainter.drawStatusBarBackground( in testDrawStatusBarBackground_nope()
231 mSurface.mSystemBarBackgroundPainter.drawNavigationBarBackground(mockCanvas); in testDrawNavigationBarBackground()
244 mSurface.mSystemBarBackgroundPainter.drawNavigationBarBackground(mockCanvas); in testDrawNavigationBarBackground_left()
257 mSurface.mSystemBarBackgroundPainter.drawNavigationBarBackground(mockCanvas); in testDrawNavigationBarBackground_right()
/frameworks/base/services/core/java/com/android/server/wm/
DTaskSnapshotSurface.java134 @VisibleForTesting final SystemBarBackgroundPainter mSystemBarBackgroundPainter; field in TaskSnapshotSurface
250 mSystemBarBackgroundPainter = new SystemBarBackgroundPainter(windowFlags, in TaskSnapshotSurface()
283 mSystemBarBackgroundPainter.setInsets(contentInsets, stableInsets); in setFrames()
416 final int statusBarHeight = mSystemBarBackgroundPainter.getStatusBarColorViewHeight(); in drawBackgroundAndBars()
429 mSystemBarBackgroundPainter.drawDecors(c, frame); in drawBackgroundAndBars()