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

/frameworks/native/include/gui/
H A DSurfaceTextureClient.h136 // mReqWidth is the buffer width that will be requested at the next dequeue
138 uint32_t mReqWidth; member in class:android::SurfaceTextureClient
/frameworks/base/core/java/android/service/wallpaper/
H A DWallpaperService.java325 return mIWallpaperEngine.mReqWidth;
779 mIWallpaperEngine.mReqWidth = desiredWidth;
840 final int availw = mIWallpaperEngine.mReqWidth-mCurWidth;
946 int mReqWidth; field in class:WallpaperService.IWallpaperEngineWrapper
965 mReqWidth = reqWidth;

Completed in 208 milliseconds