Searched defs:mReqWidth (Results 1 - 2 of 2) sorted by relevance

/frameworks/native/include/gui/
H A DSurface.h204 // mReqWidth is the buffer width that will be requested at the next dequeue
206 uint32_t mReqWidth; member in class:android::Surface
/frameworks/base/core/java/android/service/wallpaper/
H A DWallpaperService.java343 return mIWallpaperEngine.mReqWidth;
884 mIWallpaperEngine.mReqWidth = desiredWidth;
956 final int availw = mIWallpaperEngine.mReqWidth-mCurWidth;
1082 int mReqWidth; field in class:WallpaperService.IWallpaperEngineWrapper
1096 mReqWidth = reqWidth;

Completed in 408 milliseconds