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

/frameworks/native/libs/gui/
H A DSurface.cpp63 mReqHeight = 0;
98 uint32_t reqHeight = mReqHeight ? mReqHeight : mUserHeight;
100 mReqHeight, mReqFormat, mReqUsage);
206 reqH = mReqHeight ? mReqHeight : mUserHeight;
584 mReqHeight = 0;
655 mReqHeight = h;
/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 3905 milliseconds