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

/frameworks/native/include/gui/
H A DSurfaceTextureClient.h152 // mReqHeight is the buffer height that will be requested at the next
154 uint32_t mReqHeight; member in class:android::SurfaceTextureClient
/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
976 mReqHeight = reqHeight;

Completed in 108 milliseconds