Home
last modified time | relevance | path

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

/frameworks/native/libs/gui/
DSurface.cpp76 mReqWidth = 0; in Surface()
119 uint32_t reqWidth = mReqWidth ? mReqWidth : mUserWidth; in allocateBuffers()
483 reqWidth = mReqWidth ? mReqWidth : mUserWidth; in dequeueBuffer()
1191 mReqWidth = 0; in disconnect()
1396 if (width != mReqWidth || height != mReqHeight) { in setBuffersDimensions()
1399 mReqWidth = width; in setBuffersDimensions()
/frameworks/base/core/java/android/service/wallpaper/
DWallpaperService.java365 return mIWallpaperEngine.mReqWidth; in getDesiredMinimumWidth()
901 mIWallpaperEngine.mReqWidth = desiredWidth; in doDesiredSizeChanged()
973 final int availw = mIWallpaperEngine.mReqWidth-mCurWidth; in doOffsetsChanged()
1099 int mReqWidth; field in WallpaperService.IWallpaperEngineWrapper
1113 mReqWidth = reqWidth; in IWallpaperEngineWrapper()
/frameworks/native/include/gui/
DSurface.h312 uint32_t mReqWidth; variable