Home
last modified time | relevance | path

Searched refs:makeHardwareBitmap (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/core/tests/screenshothelpertests/src/com/android/internal/util/
H A DScreenshotRequestTest.java71 Bitmap bitmap = makeHardwareBitmap(50, 50); in testProvidedScreenshot()
113 Bitmap bitmap = makeHardwareBitmap(50, 50); in testFullScreenshot_withBitmap()
140 private Bitmap makeHardwareBitmap(int width, int height) { in makeHardwareBitmap() method in ScreenshotRequestTest
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/screenshot/
H A DRequestProcessorTest.kt133 val bitmap = makeHardwareBitmap(100, 100)
203 val bitmap = makeHardwareBitmap(100, 100)
234 val bitmap = makeHardwareBitmap(100, 100)
257 private fun makeHardwareBitmap(width: Int, height: Int): Bitmap { regex
H A DTakeScreenshotServiceTest.kt308 private fun makeHardwareBitmap(width: Int, height: Int): Bitmap { regex