Searched defs:mReqWidth (Results 1 - 2 of 2) sorted by last modified time

/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 101 milliseconds