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

/frameworks/native/include/gui/
H A DSurface.h182 // mReqHeight is the buffer height that will be requested at the next
184 uint32_t mReqHeight; member in class:android::Surface
/frameworks/native/libs/gui/
H A DSurface.cpp61 mReqHeight = 0;
184 int reqH = mReqHeight ? mReqHeight : mUserHeight;
190 "failed: %d", mReqWidth, mReqHeight, mReqFormat, mReqUsage,
519 mReqHeight = 0;
588 mReqHeight = h;
/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 583 milliseconds