Searched refs:mReqHeight (Results 1 – 3 of 3) sorted by relevance
71 mReqHeight = 0; in Surface()106 uint32_t reqHeight = mReqHeight ? mReqHeight : mUserHeight; in allocateBuffers()279 reqHeight = mReqHeight ? mReqHeight : mUserHeight; in dequeueBuffer()864 mReqHeight = 0; in disconnect()1056 if (width != mReqWidth || height != mReqHeight) { in setBuffersDimensions()1060 mReqHeight = height; in setBuffersDimensions()
360 return mIWallpaperEngine.mReqHeight; in getDesiredMinimumHeight()887 mIWallpaperEngine.mReqHeight = desiredHeight; in doDesiredSizeChanged()960 final int availh = mIWallpaperEngine.mReqHeight-mCurHeight; in doOffsetsChanged()1085 int mReqHeight; field in WallpaperService.IWallpaperEngineWrapper1099 mReqHeight = reqHeight; in IWallpaperEngineWrapper()
269 uint32_t mReqHeight; variable