Searched defs:reqWidth (Results 1 – 6 of 6) 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, int which); in attach()
|
| D | WallpaperService.java | 2373 int windowType, boolean isPreview, int reqWidth, int reqHeight, Rect padding, in IWallpaperEngineWrapper() 2721 int windowType, boolean isPreview, int reqWidth, int reqHeight, Rect padding, in attach()
|
| /frameworks/native/services/surfaceflinger/ |
| D | ScreenCaptureOutput.cpp | 36 Rect getOrientedDisplaySpaceRect(ui::Rotation orientation, int reqWidth, int reqHeight) { in getOrientedDisplaySpaceRect()
|
| /frameworks/native/libs/gui/ |
| D | BLASTBufferQueue.cpp | 880 uint32_t reqWidth = mReqWidth ? mReqWidth : mUserWidth; in allocateBuffers() local
|
| D | Surface.cpp | 156 uint32_t reqWidth = mReqWidth ? mReqWidth : mUserWidth; in allocateBuffers() local
|