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

/frameworks/native/include/gui/
H A DSurfaceTextureClient.h148 // mReqWidth is the buffer width that will be requested at the next dequeue
150 uint32_t mReqWidth; member in class:android::SurfaceTextureClient
/frameworks/native/libs/gui/
H A DSurfaceTextureClient.cpp79 mReqWidth = 0;
202 int reqW = mReqWidth ? mReqWidth : mUserWidth;
209 "failed: %d", mReqWidth, mReqHeight, mReqFormat, mReqUsage,
530 mReqWidth = 0;
599 mReqWidth = w;
/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
975 mReqWidth = reqWidth;

Completed in 1108 milliseconds