Home
last modified time | relevance | path

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

/frameworks/native/include/gui/
DSurfaceComposerClient.h186 Rect sourceCrop, uint32_t reqWidth, uint32_t reqHeight,
206 Rect sourceCrop, uint32_t reqWidth, uint32_t reqHeight,
209 Rect sourceCrop, uint32_t reqWidth, uint32_t reqHeight,
213 Rect sourceCrop, uint32_t reqWidth, uint32_t reqHeight,
DISurfaceComposer.h145 Rect sourceCrop, uint32_t reqWidth, uint32_t reqHeight,
/frameworks/base/core/java/android/service/wallpaper/
DIWallpaperService.aidl28 int reqWidth, int reqHeight, in Rect padding); in attach() argument
DWallpaperService.java1083 int windowType, boolean isPreview, int reqWidth, int reqHeight, Rect padding) { in IWallpaperEngineWrapper() argument
1090 mReqHeight = reqHeight; in IWallpaperEngineWrapper()
1233 int windowType, boolean isPreview, int reqWidth, int reqHeight, Rect padding) { in attach() argument
1235 windowType, isPreview, reqWidth, reqHeight, padding); in attach()
/frameworks/native/libs/gui/
DSurfaceComposerClient.cpp690 Rect sourceCrop, uint32_t reqWidth, uint32_t reqHeight, in capture() argument
695 reqWidth, reqHeight, minLayerZ, maxLayerZ, useIdentityTransform); in capture()
718 Rect sourceCrop, uint32_t reqWidth, uint32_t reqHeight, in update() argument
732 reqWidth, reqHeight, minLayerZ, maxLayerZ, useIdentityTransform, in update()
745 Rect sourceCrop, uint32_t reqWidth, uint32_t reqHeight, in update() argument
749 return ScreenshotClient::update(display, sourceCrop, reqWidth, reqHeight, in update()
760 uint32_t reqWidth, uint32_t reqHeight, bool useIdentityTransform) { in update() argument
761 return ScreenshotClient::update(display, sourceCrop, reqWidth, reqHeight, in update()
DISurfaceComposer.cpp108 Rect sourceCrop, uint32_t reqWidth, uint32_t reqHeight, in captureScreen() argument
119 data.writeInt32(reqHeight); in captureScreen()
347 uint32_t reqHeight = data.readInt32(); in onTransact() local
354 sourceCrop, reqWidth, reqHeight, minLayerZ, maxLayerZ, in onTransact()
DSurface.cpp98 uint32_t reqHeight = mReqHeight ? mReqHeight : mUserHeight; in allocateBuffers() local
/frameworks/base/docs/html/training/displaying-bitmaps/
Dload-bitmap.jd105 BitmapFactory.Options options, int reqWidth, int reqHeight) {
111 if (height > reqHeight || width > reqWidth) {
118 while ((halfHeight / inSampleSize) > reqHeight
141 int reqWidth, int reqHeight) {
149 options.inSampleSize = calculateInSampleSize(options, reqWidth, reqHeight);
Dmanage-memory.jd202 int reqWidth, int reqHeight, ImageCache cache) {
/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.cpp2958 Rect sourceCrop, uint32_t reqWidth, uint32_t reqHeight, in captureScreen() argument
3006 uint32_t reqWidth, reqHeight; in captureScreen() member in android::SurfaceFlinger::captureScreen::MessageCaptureScreen
3015 Rect sourceCrop, uint32_t reqWidth, uint32_t reqHeight, in captureScreen() argument
3019 sourceCrop(sourceCrop), reqWidth(reqWidth), reqHeight(reqHeight), in captureScreen()
3033 sourceCrop, reqWidth, reqHeight, minLayerZ, maxLayerZ, in captureScreen()
3056 sourceCrop, reqWidth, reqHeight, minLayerZ, maxLayerZ, in captureScreen()
3069 Rect sourceCrop, uint32_t reqWidth, uint32_t reqHeight, in renderScreenImplLocked() argument
3107 reqWidth, reqHeight, sourceCrop, hw_h, yswap, rotation); in renderScreenImplLocked()
3138 Rect sourceCrop, uint32_t reqWidth, uint32_t reqHeight, in captureScreenImplLocked() argument
3148 if ((reqWidth > hw_w) || (reqHeight > hw_h)) { in captureScreenImplLocked()
[all …]
DSurfaceFlinger.h206 Rect sourceCrop, uint32_t reqWidth, uint32_t reqHeight,
316 Rect sourceCrop, uint32_t reqWidth, uint32_t reqHeight,
323 Rect sourceCrop, uint32_t reqWidth, uint32_t reqHeight,