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 | 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/libs/gui/ |
D | ISurfaceComposer.cpp | 114 uint32_t reqWidth, uint32_t reqHeight, bool useIdentityTransform, in captureScreen() 1070 uint32_t reqHeight = 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 | 126 uint32_t reqHeight = mReqHeight ? mReqHeight : mUserHeight; in allocateBuffers() local 540 uint32_t reqHeight; in dequeueBuffer() local
|
/frameworks/native/services/surfaceflinger/ |
D | SurfaceFlinger.cpp | 5656 uint32_t reqWidth, uint32_t reqHeight, in captureScreen() 5765 int32_t reqWidth, int32_t reqHeight, Dataspace reqDataSpace, in captureLayers() 5845 int reqHeight = 0; in captureLayers() local 6019 const auto reqHeight = renderArea.getReqHeight(); in renderScreenImplLocked() local
|