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

/frameworks/native/include/gui/
H A DSurface.h208 // mReqHeight is the buffer height that will be requested at the next
210 uint32_t mReqHeight; member in class:android::Surface
/frameworks/base/core/java/android/service/wallpaper/
H A DWallpaperService.java352 return mIWallpaperEngine.mReqHeight;
885 mIWallpaperEngine.mReqHeight = desiredHeight;
958 final int availh = mIWallpaperEngine.mReqHeight-mCurHeight;
1083 int mReqHeight; field in class:WallpaperService.IWallpaperEngineWrapper
1097 mReqHeight = reqHeight;

Completed in 298 milliseconds