Searched refs:mReqHeight (Results 1 – 3 of 3) sorted by relevance
70 mReqHeight = 0; in Surface()105 uint32_t reqHeight = mReqHeight ? mReqHeight : mUserHeight; in allocateBuffers()244 reqHeight = mReqHeight ? mReqHeight : mUserHeight; in dequeueBuffer()788 mReqHeight = 0; in disconnect()980 if (width != mReqWidth || height != mReqHeight) { in setBuffersDimensions()984 mReqHeight = height; in setBuffersDimensions()
359 return mIWallpaperEngine.mReqHeight; in getDesiredMinimumHeight()886 mIWallpaperEngine.mReqHeight = desiredHeight; in doDesiredSizeChanged()959 final int availh = mIWallpaperEngine.mReqHeight-mCurHeight; in doOffsetsChanged()1084 int mReqHeight; field in WallpaperService.IWallpaperEngineWrapper1098 mReqHeight = reqHeight; in IWallpaperEngineWrapper()
259 uint32_t mReqHeight; variable