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

/frameworks/native/include/gui/
H A DSurface.h180 // mReqHeight is the buffer height that will be requested at the next
182 uint32_t mReqHeight; member in class:android::Surface
/frameworks/base/core/java/android/service/wallpaper/
H A DWallpaperService.java341 return mIWallpaperEngine.mReqHeight;
789 mIWallpaperEngine.mReqHeight = desiredHeight;
851 final int availh = mIWallpaperEngine.mReqHeight-mCurHeight;
957 int mReqHeight; field in class:WallpaperService.IWallpaperEngineWrapper
970 mReqHeight = reqHeight;

Completed in 63 milliseconds