Home
last modified time | relevance | path

Searched defs:reqHeight (Results 1 – 11 of 11) sorted by relevance

/frameworks/base/tests/JankBench/app/src/main/java/com/android/benchmark/ui/
DUtils.java97 BitmapFactory.Options options, int reqWidth, int reqHeight) { in calculateInSampleSize()
120 int reqWidth, int reqHeight) { in decodeSampledBitmapFromResource()
/frameworks/base/core/java/android/service/wallpaper/
DIWallpaperService.aidl28 int reqWidth, int reqHeight, in Rect padding); in attach()
DWallpaperService.java1255 int windowType, boolean isPreview, int reqWidth, int reqHeight, Rect padding) { in IWallpaperEngineWrapper()
1435 int windowType, boolean isPreview, int reqWidth, int reqHeight, Rect padding) { in attach()
/frameworks/native/services/surfaceflinger/
DRenderArea.h20 : mReqHeight(reqHeight), mReqWidth(reqWidth), mCaptureFill(captureFill) { in mReqHeight() argument
DDisplayDevice.h343 DisplayRenderArea(const sp<const DisplayDevice> device, Rect sourceCrop, uint32_t reqHeight, in DisplayRenderArea()
DSurfaceFlinger.cpp4709 Rect sourceCrop, uint32_t reqWidth, uint32_t reqHeight, in captureScreen()
4735 int32_t reqWidth, int32_t reqHeight, bool childrenOnly) in captureLayers()
4824 int32_t reqHeight = crop.height() * frameScale; in captureLayers() local
4928 const auto reqHeight = renderArea.getReqHeight(); in renderScreenImplLocked() local
5071 const auto reqHeight = renderArea.getReqHeight(); in captureScreenImplLocked() local
/frameworks/native/libs/gui/
DISurfaceComposer.cpp106 Rect sourceCrop, uint32_t reqWidth, uint32_t reqHeight, in captureScreen()
613 uint32_t reqHeight = data.readUint32(); in onTransact() local
DSurface.cpp123 uint32_t reqHeight = mReqHeight ? mReqHeight : mUserHeight; in allocateBuffers() local
478 uint32_t reqHeight; in dequeueBuffer() local
DSurfaceComposerClient.cpp765 uint32_t reqHeight, int32_t minLayerZ, int32_t maxLayerZ, in capture()
/frameworks/av/packages/MediaComponents/src/com/android/support/mediarouter/app/
DMediaRouteControllerDialog.java1422 int reqHeight = getDesiredArtHeight(options.outWidth, options.outHeight); in doInBackground() local
/frameworks/support/mediarouter/src/main/java/androidx/mediarouter/app/
DMediaRouteControllerDialog.java1415 int reqHeight = getDesiredArtHeight(options.outWidth, options.outHeight); in doInBackground() local