Home
last modified time | relevance | path

Searched refs:mReqHeight (Results 1 – 5 of 5) sorted by relevance

/frameworks/native/services/surfaceflinger/
DRenderArea.h28 mReqHeight(reqHeight), in mReqWidth()
72 int getReqHeight() const { return mReqHeight; }; in getReqHeight()
85 const uint32_t mReqHeight; variable
/frameworks/native/libs/gui/
DSurface.cpp82 mReqHeight = 0; in Surface()
125 uint32_t reqHeight = mReqHeight ? mReqHeight : mUserHeight; in allocateBuffers()
551 reqHeight = mReqHeight ? mReqHeight : mUserHeight; in dequeueBuffer()
1336 mReqHeight = 0; in disconnect()
1539 if (width != mReqWidth || height != mReqHeight) { in setBuffersDimensions()
1543 mReqHeight = height; in setBuffersDimensions()
/frameworks/base/core/java/android/service/wallpaper/
DWallpaperService.java429 return mIWallpaperEngine.mReqHeight; in getDesiredMinimumHeight()
1110 mIWallpaperEngine.mReqHeight = desiredHeight; in doDesiredSizeChanged()
1183 final int availh = mIWallpaperEngine.mReqHeight-mCurHeight; in doOffsetsChanged()
1308 int mReqHeight; field in WallpaperService.IWallpaperEngineWrapper
1327 mReqHeight = reqHeight; in IWallpaperEngineWrapper()
/frameworks/native/libs/gui/include/gui/
DSurface.h331 uint32_t mReqHeight; variable
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt69530 Landroid/service/wallpaper/WallpaperService$IWallpaperEngineWrapper;->mReqHeight:I