Searched refs:mSnapshotW (Results 1 – 1 of 1) sorted by relevance
122 private final int mSnapshotW; field in SnapshotDrawerUtils.SnapshotSurface132 mSnapshotW = hwBuffer.getWidth(); in SnapshotSurface()156 mSizeMismatch = (mFrame.width() != mSnapshotW || mFrame.height() != mSnapshotH); in setFrames()192 boolean aspectRatioMismatch = !isAspectRatioMatch(mFrame, mSnapshotW, mSnapshotH) in drawSizeMismatchSnapshot()241 final float scaleX = (float) mFrame.width() / mSnapshotW; in drawSizeMismatchSnapshot()277 rect.set(0, 0, mSnapshotW, mSnapshotH); in calculateSnapshotCrop()279 final float scaleX = (float) mSnapshotW / mSnapshot.getTaskSize().x; in calculateSnapshotCrop()299 final float scaleX = (float) mSnapshotW / mSnapshot.getTaskSize().x; in calculateSnapshotFrame()