Searched refs:mReqHeight (Results 1 – 3 of 3) sorted by relevance
77 mReqHeight = 0; in Surface()120 uint32_t reqHeight = mReqHeight ? mReqHeight : mUserHeight; in allocateBuffers()484 reqHeight = mReqHeight ? mReqHeight : mUserHeight; in dequeueBuffer()1192 mReqHeight = 0; in disconnect()1396 if (width != mReqWidth || height != mReqHeight) { in setBuffersDimensions()1400 mReqHeight = height; in setBuffersDimensions()
374 return mIWallpaperEngine.mReqHeight; in getDesiredMinimumHeight()902 mIWallpaperEngine.mReqHeight = desiredHeight; in doDesiredSizeChanged()975 final int availh = mIWallpaperEngine.mReqHeight-mCurHeight; in doOffsetsChanged()1100 int mReqHeight; field in WallpaperService.IWallpaperEngineWrapper1114 mReqHeight = reqHeight; in IWallpaperEngineWrapper()
316 uint32_t mReqHeight; variable