Searched refs:mSnapshotH (Results 1 – 1 of 1) sorted by relevance
123 private final int mSnapshotH; field in SnapshotDrawerUtils.SnapshotSurface133 mSnapshotH = hwBuffer.getHeight(); in SnapshotSurface()156 mSizeMismatch = (mFrame.width() != mSnapshotW || mFrame.height() != mSnapshotH); in setFrames()192 boolean aspectRatioMismatch = !isAspectRatioMatch(mFrame, mSnapshotW, mSnapshotH) in drawSizeMismatchSnapshot()242 final float scaleY = (float) mFrame.height() / mSnapshotH; in drawSizeMismatchSnapshot()277 rect.set(0, 0, mSnapshotW, mSnapshotH); in calculateSnapshotCrop()280 final float scaleY = (float) mSnapshotH / mSnapshot.getTaskSize().y; in calculateSnapshotCrop()300 final float scaleY = (float) mSnapshotH / mSnapshot.getTaskSize().y; in calculateSnapshotFrame()