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

/frameworks/native/libs/gui/
H A DSurface.cpp70 mReqWidth = 0;
105 uint32_t reqWidth = mReqWidth ? mReqWidth : mUserWidth;
278 reqWidth = mReqWidth ? mReqWidth : mUserWidth;
857 mReqWidth = 0;
1050 if (width != mReqWidth || height != mReqHeight) {
1053 mReqWidth = width;
/frameworks/native/include/gui/
H A DSurface.h263 // mReqWidth is the buffer width that will be requested at the next dequeue
265 uint32_t mReqWidth; member in class:android::Surface
/frameworks/base/core/java/android/service/wallpaper/
H A DWallpaperService.java351 return mIWallpaperEngine.mReqWidth;
886 mIWallpaperEngine.mReqWidth = desiredWidth;
958 final int availw = mIWallpaperEngine.mReqWidth-mCurWidth;
1084 int mReqWidth; field in class:WallpaperService.IWallpaperEngineWrapper
1098 mReqWidth = reqWidth;

Completed in 44 milliseconds