Searched refs:reqHeight (Results 1 - 9 of 9) sorted by relevance

/frameworks/base/core/java/android/service/wallpaper/
H A DIWallpaperService.aidl28 int reqWidth, int reqHeight, in Rect padding);
H A DWallpaperService.java1090 int windowType, boolean isPreview, int reqWidth, int reqHeight, Rect padding) {
1097 mReqHeight = reqHeight;
1240 int windowType, boolean isPreview, int reqWidth, int reqHeight, Rect padding) {
1242 windowType, isPreview, reqWidth, reqHeight, padding);
1088 IWallpaperEngineWrapper(WallpaperService context, IWallpaperConnection conn, IBinder windowToken, int windowType, boolean isPreview, int reqWidth, int reqHeight, Rect padding) argument
1239 attach(IWallpaperConnection conn, IBinder windowToken, int windowType, boolean isPreview, int reqWidth, int reqHeight, Rect padding) argument
/frameworks/native/include/gui/
H A 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,
H A DISurfaceComposer.h145 Rect sourceCrop, uint32_t reqWidth, uint32_t reqHeight,
/frameworks/native/libs/gui/
H A DSurfaceComposerClient.cpp690 Rect sourceCrop, uint32_t reqWidth, uint32_t reqHeight,
695 reqWidth, reqHeight, minLayerZ, maxLayerZ, useIdentityTransform);
718 Rect sourceCrop, uint32_t reqWidth, uint32_t reqHeight,
732 reqWidth, reqHeight, minLayerZ, maxLayerZ, useIdentityTransform,
745 Rect sourceCrop, uint32_t reqWidth, uint32_t reqHeight,
749 return ScreenshotClient::update(display, sourceCrop, reqWidth, reqHeight,
760 uint32_t reqWidth, uint32_t reqHeight, bool useIdentityTransform) {
761 return ScreenshotClient::update(display, sourceCrop, reqWidth, reqHeight,
687 capture( const sp<IBinder>& display, const sp<IGraphicBufferProducer>& producer, Rect sourceCrop, uint32_t reqWidth, uint32_t reqHeight, uint32_t minLayerZ, uint32_t maxLayerZ, bool useIdentityTransform) argument
717 update(const sp<IBinder>& display, Rect sourceCrop, uint32_t reqWidth, uint32_t reqHeight, uint32_t minLayerZ, uint32_t maxLayerZ, bool useIdentityTransform, uint32_t rotation) argument
744 update(const sp<IBinder>& display, Rect sourceCrop, uint32_t reqWidth, uint32_t reqHeight, uint32_t minLayerZ, uint32_t maxLayerZ, bool useIdentityTransform) argument
759 update(const sp<IBinder>& display, Rect sourceCrop, uint32_t reqWidth, uint32_t reqHeight, bool useIdentityTransform) argument
H A DISurfaceComposer.cpp108 Rect sourceCrop, uint32_t reqWidth, uint32_t reqHeight,
119 data.writeInt32(reqHeight);
357 uint32_t reqHeight = data.readInt32(); local
364 sourceCrop, reqWidth, reqHeight, minLayerZ, maxLayerZ,
106 captureScreen(const sp<IBinder>& display, const sp<IGraphicBufferProducer>& producer, Rect sourceCrop, uint32_t reqWidth, uint32_t reqHeight, uint32_t minLayerZ, uint32_t maxLayerZ, bool useIdentityTransform, ISurfaceComposer::Rotation rotation) argument
H A DSurface.cpp98 uint32_t reqHeight = mReqHeight ? mReqHeight : mUserHeight; local
/frameworks/native/services/surfaceflinger/
H A DSurfaceFlinger.h206 Rect sourceCrop, uint32_t reqWidth, uint32_t reqHeight,
321 Rect sourceCrop, uint32_t reqWidth, uint32_t reqHeight,
328 Rect sourceCrop, uint32_t reqWidth, uint32_t reqHeight,
H A DSurfaceFlinger.cpp3002 Rect sourceCrop, uint32_t reqWidth, uint32_t reqHeight,
3050 uint32_t reqWidth, reqHeight; member in class:android::MessageCaptureScreen
3059 Rect sourceCrop, uint32_t reqWidth, uint32_t reqHeight,
3063 sourceCrop(sourceCrop), reqWidth(reqWidth), reqHeight(reqHeight),
3077 sourceCrop, reqWidth, reqHeight, minLayerZ, maxLayerZ,
3100 sourceCrop, reqWidth, reqHeight, minLayerZ, maxLayerZ,
3113 Rect sourceCrop, uint32_t reqWidth, uint32_t reqHeight,
3151 reqWidth, reqHeight, sourceCrop, hw_h, yswap, rotation);
3182 Rect sourceCrop, uint32_t reqWidth, uint32_t reqHeight,
3000 captureScreen(const sp<IBinder>& display, const sp<IGraphicBufferProducer>& producer, Rect sourceCrop, uint32_t reqWidth, uint32_t reqHeight, uint32_t minLayerZ, uint32_t maxLayerZ, bool useIdentityTransform, ISurfaceComposer::Rotation rotation) argument
3056 MessageCaptureScreen(SurfaceFlinger* flinger, const sp<IBinder>& display, const sp<IGraphicBufferProducer>& producer, Rect sourceCrop, uint32_t reqWidth, uint32_t reqHeight, uint32_t minLayerZ, uint32_t maxLayerZ, bool useIdentityTransform, Transform::orientation_flags rotation) argument
3111 renderScreenImplLocked( const sp<const DisplayDevice>& hw, Rect sourceCrop, uint32_t reqWidth, uint32_t reqHeight, uint32_t minLayerZ, uint32_t maxLayerZ, bool yswap, bool useIdentityTransform, Transform::orientation_flags rotation) argument
3179 captureScreenImplLocked( const sp<const DisplayDevice>& hw, const sp<IGraphicBufferProducer>& producer, Rect sourceCrop, uint32_t reqWidth, uint32_t reqHeight, uint32_t minLayerZ, uint32_t maxLayerZ, bool useIdentityTransform, Transform::orientation_flags rotation) argument
[all...]

Completed in 164 milliseconds