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() 1069 uint32_t reqHeight = data.readUint32(); in onTransact() local
|
| D | Surface.cpp | 125 uint32_t reqHeight = mReqHeight ? mReqHeight : mUserHeight; in allocateBuffers() local 539 uint32_t reqHeight; in dequeueBuffer() local
|
| D | SurfaceComposerClient.cpp | 1559 uint32_t reqWidth, uint32_t reqHeight, bool useIdentityTransform, in capture() 1577 uint32_t reqWidth, uint32_t reqHeight, bool useIdentityTransform, in capture()
|
| /frameworks/native/services/surfaceflinger/ |
| D | SurfaceFlinger.cpp | 5535 uint32_t reqWidth, uint32_t reqHeight, in captureScreen() 5644 int32_t reqWidth, int32_t reqHeight, Dataspace reqDataSpace, in captureLayers() 5724 int reqHeight = 0; in captureLayers() local 5898 const auto reqHeight = renderArea.getReqHeight(); in renderScreenImplLocked() local
|