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

/frameworks/native/include/gui/
H A DSurface.h314 // mReqHeight is the buffer height that will be requested at the next
316 uint32_t mReqHeight; member in class:android::Surface
/frameworks/base/core/java/android/service/wallpaper/
H A DWallpaperService.java374 return mIWallpaperEngine.mReqHeight;
902 mIWallpaperEngine.mReqHeight = desiredHeight;
975 final int availh = mIWallpaperEngine.mReqHeight-mCurHeight;
1100 int mReqHeight; field in class:WallpaperService.IWallpaperEngineWrapper
1114 mReqHeight = reqHeight;

Completed in 110 milliseconds