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 | 1399 int windowType, boolean isPreview, int reqWidth, int reqHeight, Rect padding, in IWallpaperEngineWrapper() 1619 int windowType, boolean isPreview, int reqWidth, int reqHeight, Rect padding, in attach()
|
| /frameworks/native/services/surfaceflinger/ |
| D | RenderArea.h | 29 : mReqWidth(reqWidth), in mReqWidth() argument
|
| D | SurfaceFlinger.cpp | 5419 const Rect& sourceCrop, uint32_t reqWidth, in captureScreen() 5567 int32_t reqWidth, int32_t reqHeight, Dataspace reqDataSpace, in captureLayers() 5644 int reqWidth = 0; in captureLayers() local 5806 const auto reqWidth = renderArea.getReqWidth(); in renderScreenImplLocked() local
|
| /frameworks/native/libs/gui/ |
| D | ISurfaceComposer.cpp | 117 uint32_t reqWidth, uint32_t reqHeight, bool useIdentityTransform, in captureScreen() 1306 uint32_t reqWidth = 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 | 139 uint32_t reqWidth = mReqWidth ? mReqWidth : mUserWidth; in allocateBuffers() local 623 uint32_t reqWidth; in dequeueBuffer() local
|