Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/
DRenderArea.h29 : mReqWidth(reqWidth), in mReqWidth() function
73 int getReqWidth() const { return static_cast<int>(mReqWidth); } in getReqWidth()
89 const uint32_t mReqWidth;
/frameworks/base/core/java/android/service/wallpaper/
DWallpaperService.java426 return mIWallpaperEngine.mReqWidth; in getDesiredMinimumWidth()
1150 mIWallpaperEngine.mReqWidth = desiredWidth; in doDesiredSizeChanged()
1223 final int availw = mIWallpaperEngine.mReqWidth-mCurWidth; in doOffsetsChanged()
1342 int mReqWidth; field in WallpaperService.IWallpaperEngineWrapper
1361 mReqWidth = reqWidth; in IWallpaperEngineWrapper()
/frameworks/native/libs/gui/
DSurface.cpp95 mReqWidth = 0; in Surface()
139 uint32_t reqWidth = mReqWidth ? mReqWidth : mUserWidth; in allocateBuffers()
635 reqWidth = mReqWidth ? mReqWidth : mUserWidth; in dequeueBuffer()
1579 mReqWidth = 0; in disconnect()
1786 if (width != mReqWidth || height != mReqHeight) { in setBuffersDimensions()
1789 mReqWidth = width; in setBuffersDimensions()
/frameworks/native/libs/gui/include/gui/
DSurface.h387 uint32_t mReqWidth; variable