Home
last modified time | relevance | path

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

/frameworks/native/libs/gui/
DSurface.cpp111 mReqWidth = 0; in Surface()
160 uint32_t reqWidth = mReqWidth ? mReqWidth : mUserWidth; in allocateBuffers()
578 dequeueInput->width = mReqWidth ? mReqWidth : mUserWidth; in getDequeueBufferInputLocked()
1926 mReqWidth = 0; in disconnect()
2135 if (width != mReqWidth || height != mReqHeight) { in setBuffersDimensions()
2138 mReqWidth = width; in setBuffersDimensions()
DBLASTBufferQueue.cpp903 uint32_t reqWidth = mReqWidth ? mReqWidth : mUserWidth; in allocateBuffers()
/frameworks/base/core/java/android/service/wallpaper/
DWallpaperService.java582 return mIWallpaperEngine.mReqWidth; in getDesiredMinimumWidth()
1638 mIWallpaperEngine.mReqWidth = desiredWidth; in doDesiredSizeChanged()
1758 final int availw = mIWallpaperEngine.mReqWidth-mCurWidth; in doOffsetsChanged()
2455 int mReqWidth; field in WallpaperService.IWallpaperEngineWrapper
2477 mReqWidth = reqWidth; in IWallpaperEngineWrapper()
/frameworks/native/libs/gui/include/gui/
DSurface.h472 uint32_t mReqWidth; variable
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt50297 Landroid/service/wallpaper/WallpaperService$IWallpaperEngineWrapper;->mReqWidth:I