Searched refs:mReqWidth (Results 1 – 5 of 5) sorted by relevance
34 if ((mReqWidth > width) || (mReqHeight > height)) { in updateDimensions()35 ALOGE("size mismatch (%d, %d) > (%d, %d)", mReqWidth, mReqHeight, width, height); in updateDimensions()39 if (mReqWidth == 0) { in updateDimensions()40 mReqWidth = width; in updateDimensions()
20 : mReqHeight(reqHeight), mReqWidth(reqWidth), mCaptureFill(captureFill) { in mReqHeight()37 int getReqWidth() const { return mReqWidth; }; in getReqWidth()45 uint32_t mReqWidth; variable
79 mReqWidth = 0; in Surface()122 uint32_t reqWidth = mReqWidth ? mReqWidth : mUserWidth; in allocateBuffers()489 reqWidth = mReqWidth ? mReqWidth : mUserWidth; in dequeueBuffer()1247 mReqWidth = 0; in disconnect()1451 if (width != mReqWidth || height != mReqHeight) { in setBuffersDimensions()1454 mReqWidth = width; in setBuffersDimensions()
407 return mIWallpaperEngine.mReqWidth; in getDesiredMinimumWidth()1049 mIWallpaperEngine.mReqWidth = desiredWidth; in doDesiredSizeChanged()1121 final int availw = mIWallpaperEngine.mReqWidth-mCurWidth; in doOffsetsChanged()1247 int mReqWidth; field in WallpaperService.IWallpaperEngineWrapper1261 mReqWidth = reqWidth; in IWallpaperEngineWrapper()
324 uint32_t mReqWidth; variable