Searched refs:mReqWidth (Results 1 – 5 of 5) sorted by relevance
27 : mReqWidth(reqWidth), in mReqWidth() function71 int getReqWidth() const { return mReqWidth; }; in getReqWidth()84 const uint32_t mReqWidth;
82 mReqWidth = 0; in Surface()125 uint32_t reqWidth = mReqWidth ? mReqWidth : mUserWidth; in allocateBuffers()551 reqWidth = mReqWidth ? mReqWidth : mUserWidth; in dequeueBuffer()1344 mReqWidth = 0; in disconnect()1548 if (width != mReqWidth || height != mReqHeight) { in setBuffersDimensions()1551 mReqWidth = width; in setBuffersDimensions()
420 return mIWallpaperEngine.mReqWidth; in getDesiredMinimumWidth()1109 mIWallpaperEngine.mReqWidth = desiredWidth; in doDesiredSizeChanged()1181 final int availw = mIWallpaperEngine.mReqWidth-mCurWidth; in doOffsetsChanged()1307 int mReqWidth; field in WallpaperService.IWallpaperEngineWrapper1326 mReqWidth = reqWidth; in IWallpaperEngineWrapper()
368 uint32_t mReqWidth; variable
64852 Landroid/service/wallpaper/WallpaperService$IWallpaperEngineWrapper;->mReqWidth:I