Home
last modified time | relevance | path

Searched refs:mReqWidth (Results 1 – 5 of 5) sorted by relevance

/frameworks/native/services/surfaceflinger/
DRenderArea.cpp34 if ((mReqWidth > width) || (mReqHeight > height)) { in updateDimensions()
35 ALOGE("size mismatch (%d, %d) > (%d, %d)", mReqWidth, mReqHeight, width, height); in updateDimensions()
39 if (mReqWidth == 0) { in updateDimensions()
40 mReqWidth = width; in updateDimensions()
DRenderArea.h20 : mReqHeight(reqHeight), mReqWidth(reqWidth), mCaptureFill(captureFill) { in mReqHeight()
37 int getReqWidth() const { return mReqWidth; }; in getReqWidth()
45 uint32_t mReqWidth; variable
/frameworks/native/libs/gui/
DSurface.cpp79 mReqWidth = 0; in Surface()
122 uint32_t reqWidth = mReqWidth ? mReqWidth : mUserWidth; in allocateBuffers()
489 reqWidth = mReqWidth ? mReqWidth : mUserWidth; in dequeueBuffer()
1247 mReqWidth = 0; in disconnect()
1451 if (width != mReqWidth || height != mReqHeight) { in setBuffersDimensions()
1454 mReqWidth = width; in setBuffersDimensions()
/frameworks/base/core/java/android/service/wallpaper/
DWallpaperService.java407 return mIWallpaperEngine.mReqWidth; in getDesiredMinimumWidth()
1049 mIWallpaperEngine.mReqWidth = desiredWidth; in doDesiredSizeChanged()
1121 final int availw = mIWallpaperEngine.mReqWidth-mCurWidth; in doOffsetsChanged()
1247 int mReqWidth; field in WallpaperService.IWallpaperEngineWrapper
1261 mReqWidth = reqWidth; in IWallpaperEngineWrapper()
/frameworks/native/libs/gui/include/gui/
DSurface.h324 uint32_t mReqWidth; variable