Searched defs:reqHeight (Results 1 – 7 of 7) 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 | 1354 int windowType, boolean isPreview, int reqWidth, int reqHeight, Rect padding, in IWallpaperEngineWrapper() 1566 int windowType, boolean isPreview, int reqWidth, int reqHeight, Rect padding, in attach()
|
/frameworks/native/libs/gui/ |
D | ISurfaceComposer.cpp | 117 uint32_t reqWidth, uint32_t reqHeight, bool useIdentityTransform, in captureScreen() 1307 uint32_t reqHeight = data.readUint32(); in onTransact() local
|
D | SurfaceComposerClient.cpp | 1912 uint32_t reqWidth, uint32_t reqHeight, bool useIdentityTransform, in capture() 1928 uint32_t reqWidth, uint32_t reqHeight, bool useIdentityTransform, in capture()
|
D | Surface.cpp | 140 uint32_t reqHeight = mReqHeight ? mReqHeight : mUserHeight; in allocateBuffers() local 624 uint32_t reqHeight; in dequeueBuffer() local
|
/frameworks/native/services/surfaceflinger/ |
D | SurfaceFlinger.cpp | 5419 uint32_t reqHeight, bool useIdentityTransform, in captureScreen() 5566 int32_t reqWidth, int32_t reqHeight, Dataspace reqDataSpace, in captureLayers() 5644 int reqHeight = 0; in captureLayers() local 5806 const auto reqHeight = renderArea.getReqHeight(); in renderScreenImplLocked() local
|