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

/frameworks/native/libs/gui/
H A DSurface.cpp71 mReqHeight = 0;
106 uint32_t reqHeight = mReqHeight ? mReqHeight : mUserHeight;
279 reqHeight = mReqHeight ? mReqHeight : mUserHeight;
864 mReqHeight = 0;
1056 if (width != mReqWidth || height != mReqHeight) {
1060 mReqHeight = height;
/frameworks/native/include/gui/
H A DSurface.h267 // mReqHeight is the buffer height that will be requested at the next
269 uint32_t mReqHeight; member in class:android::Surface
/frameworks/base/core/java/android/service/wallpaper/
H A DWallpaperService.java360 return mIWallpaperEngine.mReqHeight;
887 mIWallpaperEngine.mReqHeight = desiredHeight;
960 final int availh = mIWallpaperEngine.mReqHeight-mCurHeight;
1085 int mReqHeight; field in class:WallpaperService.IWallpaperEngineWrapper
1099 mReqHeight = reqHeight;

Completed in 83 milliseconds