Home
last modified time | relevance | path

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

/frameworks/native/libs/gui/
DSurface.cpp112 mReqHeight = 0; in Surface()
161 uint32_t reqHeight = mReqHeight ? mReqHeight : mUserHeight; in allocateBuffers()
579 dequeueInput->height = mReqHeight ? mReqHeight : mUserHeight; in getDequeueBufferInputLocked()
1927 mReqHeight = 0; in disconnect()
2135 if (width != mReqWidth || height != mReqHeight) { in setBuffersDimensions()
2139 mReqHeight = height; in setBuffersDimensions()
DBLASTBufferQueue.cpp904 uint32_t reqHeight = mReqHeight ? mReqHeight : mUserHeight; in allocateBuffers()
/frameworks/base/core/java/android/service/wallpaper/
DWallpaperService.java591 return mIWallpaperEngine.mReqHeight; in getDesiredMinimumHeight()
1639 mIWallpaperEngine.mReqHeight = desiredHeight; in doDesiredSizeChanged()
1760 final int availh = mIWallpaperEngine.mReqHeight-mCurHeight; in doOffsetsChanged()
2456 int mReqHeight; field in WallpaperService.IWallpaperEngineWrapper
2478 mReqHeight = reqHeight; in IWallpaperEngineWrapper()
/frameworks/native/libs/gui/include/gui/
DSurface.h476 uint32_t mReqHeight; variable
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt50296 Landroid/service/wallpaper/WallpaperService$IWallpaperEngineWrapper;->mReqHeight:I