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

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

Completed in 274 milliseconds