Searched refs:mReqWidth (Results 1 – 4 of 4) sorted by relevance
29 : mReqWidth(reqWidth), in mReqWidth() function73 int getReqWidth() const { return static_cast<int>(mReqWidth); } in getReqWidth()89 const uint32_t mReqWidth;
426 return mIWallpaperEngine.mReqWidth; in getDesiredMinimumWidth()1150 mIWallpaperEngine.mReqWidth = desiredWidth; in doDesiredSizeChanged()1223 final int availw = mIWallpaperEngine.mReqWidth-mCurWidth; in doOffsetsChanged()1342 int mReqWidth; field in WallpaperService.IWallpaperEngineWrapper1361 mReqWidth = reqWidth; in IWallpaperEngineWrapper()
95 mReqWidth = 0; in Surface()139 uint32_t reqWidth = mReqWidth ? mReqWidth : mUserWidth; in allocateBuffers()635 reqWidth = mReqWidth ? mReqWidth : mUserWidth; in dequeueBuffer()1579 mReqWidth = 0; in disconnect()1786 if (width != mReqWidth || height != mReqHeight) { in setBuffersDimensions()1789 mReqWidth = width; in setBuffersDimensions()
387 uint32_t mReqWidth; variable