Home
last modified time | relevance | path

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

/frameworks/native/libs/gui/
DSurface.cpp69 mReqWidth = 0; in Surface()
104 uint32_t reqWidth = mReqWidth ? mReqWidth : mUserWidth; in allocateBuffers()
243 reqWidth = mReqWidth ? mReqWidth : mUserWidth; in dequeueBuffer()
787 mReqWidth = 0; in disconnect()
980 if (width != mReqWidth || height != mReqHeight) { in setBuffersDimensions()
983 mReqWidth = width; in setBuffersDimensions()
/frameworks/base/core/java/android/service/wallpaper/
DWallpaperService.java350 return mIWallpaperEngine.mReqWidth; in getDesiredMinimumWidth()
885 mIWallpaperEngine.mReqWidth = desiredWidth; in doDesiredSizeChanged()
957 final int availw = mIWallpaperEngine.mReqWidth-mCurWidth; in doOffsetsChanged()
1083 int mReqWidth; field in WallpaperService.IWallpaperEngineWrapper
1097 mReqWidth = reqWidth; in IWallpaperEngineWrapper()
/frameworks/native/include/gui/
DSurface.h255 uint32_t mReqWidth; variable