Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DSurfaceControl.java47 Rect sourceCrop, int width, int height, int minLayer, int maxLayer, in nativeScreenshot() argument
50 Rect sourceCrop, int width, int height, int minLayer, int maxLayer, in nativeScreenshotToBuffer() argument
53 Rect sourceCrop, int width, int height, int minLayer, int maxLayer, in nativeScreenshot() argument
805 int width, int height, int minLayer, int maxLayer, in screenshot() argument
807 screenshot(display, consumer, new Rect(), width, height, minLayer, maxLayer, in screenshot()
867 int minLayer, int maxLayer, boolean useIdentityTransform, in screenshot() argument
873 minLayer, maxLayer, false, useIdentityTransform, rotation); in screenshot()
881 int minLayer, int maxLayer, boolean useIdentityTransform, in screenshotToBuffer() argument
886 minLayer, maxLayer, false, useIdentityTransform, rotation); in screenshotToBuffer()
910 int width, int height, int minLayer, int maxLayer, boolean allLayers, in screenshot() argument
[all …]
/frameworks/base/core/jni/
Dandroid_view_SurfaceControl.cpp145 jint minLayer, jint maxLayer, bool allLayers, bool useIdentityTransform, in nativeScreenshotToBuffer() argument
154 maxLayer = INT32_MAX; in nativeScreenshotToBuffer()
158 sourceCrop, width, height, minLayer, maxLayer, useIdentityTransform, in nativeScreenshotToBuffer()
175 jint minLayer, jint maxLayer, bool allLayers, bool useIdentityTransform, in nativeScreenshotBitmap() argument
188 maxLayer = INT32_MAX; in nativeScreenshotBitmap()
192 minLayer, maxLayer, useIdentityTransform, static_cast<uint32_t>(rotation)); in nativeScreenshotBitmap()
248 jint minLayer, jint maxLayer, bool allLayers, bool useIdentityTransform) { in nativeScreenshot() argument
261 maxLayer = INT32_MAX; in nativeScreenshot()
265 width, height, minLayer, maxLayer, in nativeScreenshot()
/frameworks/base/services/core/java/com/android/server/wm/
DDisplayContent.java2872 final int maxLayer = mScreenshotApplicationState.maxLayer; in screenshotApplications() local
2878 " minLayer=" + minLayer + " maxLayer=" + maxLayer); in screenshotApplications()
2967 if (mScreenshotApplicationState.maxLayer < layer) { in screenshotApplications()
2968 mScreenshotApplicationState.maxLayer = layer; in screenshotApplications()
3016 final int maxLayer = mScreenshotApplicationState.maxLayer; in screenshotApplications() local
3038 if (maxLayer == 0) { in screenshotApplications()
3040 + ": returning null maxLayer=" + maxLayer); in screenshotApplications()
3088 + maxLayer + " appToken=" + appToken); in screenshotApplications()
3110 bitmap = screenshoter.screenshot(crop, width, height, minLayer, maxLayer, in screenshotApplications()
3114 + ") to layer " + maxLayer); in screenshotApplications()
[all …]