Searched defs:reqWidth (Results 1 – 8 of 8) sorted by relevance
/frameworks/base/tests/JankBench/app/src/main/java/com/android/benchmark/ui/ |
D | Utils.java | 97 BitmapFactory.Options options, int reqWidth, int reqHeight) { in calculateInSampleSize() 120 int reqWidth, int reqHeight) { in decodeSampledBitmapFromResource()
|
/frameworks/base/core/java/android/service/wallpaper/ |
D | IWallpaperService.aidl | 28 int reqWidth, int reqHeight, in Rect padding, int displayId); in attach()
|
D | WallpaperService.java | 1319 int windowType, boolean isPreview, int reqWidth, int reqHeight, Rect padding, in IWallpaperEngineWrapper() 1524 int windowType, boolean isPreview, int reqWidth, int reqHeight, Rect padding, in attach()
|
/frameworks/native/services/surfaceflinger/ |
D | RenderArea.h | 27 : mReqWidth(reqWidth), in mReqWidth() argument
|
D | SurfaceFlinger.cpp | 5656 uint32_t reqWidth, uint32_t reqHeight, in captureScreen() 5765 int32_t reqWidth, int32_t reqHeight, Dataspace reqDataSpace, in captureLayers() 5844 int reqWidth = 0; in captureLayers() local 6018 const auto reqWidth = renderArea.getReqWidth(); in renderScreenImplLocked() local
|
/frameworks/native/libs/gui/ |
D | ISurfaceComposer.cpp | 114 uint32_t reqWidth, uint32_t reqHeight, bool useIdentityTransform, in captureScreen() 1069 uint32_t reqWidth = data.readUint32(); in onTransact() local
|
D | SurfaceComposerClient.cpp | 1560 uint32_t reqWidth, uint32_t reqHeight, bool useIdentityTransform, in capture() 1578 uint32_t reqWidth, uint32_t reqHeight, bool useIdentityTransform, in capture()
|
D | Surface.cpp | 125 uint32_t reqWidth = mReqWidth ? mReqWidth : mUserWidth; in allocateBuffers() local 539 uint32_t reqWidth; in dequeueBuffer() local
|