Searched refs:mReqWidth (Results 1 – 5 of 5) sorted by relevance
111 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()
903 uint32_t reqWidth = mReqWidth ? mReqWidth : mUserWidth; in allocateBuffers()
582 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.IWallpaperEngineWrapper2477 mReqWidth = reqWidth; in IWallpaperEngineWrapper()
472 uint32_t mReqWidth; variable
50297 Landroid/service/wallpaper/WallpaperService$IWallpaperEngineWrapper;->mReqWidth:I