Searched refs:mSnapshotSize (Results 1 – 1 of 1) sorted by relevance
142 private int mSnapshotSize = 0; field in TestingCamera739 if (pos == mSnapshotSize) return;741 mSnapshotSize = pos;742 int width = mSnapshotSizes.get(mSnapshotSize).width;743 int height = mSnapshotSizes.get(mSnapshotSize).height;1293 mSnapshotSize = 0; in updateSnapshotSizes()1295 int snapshotWidth = mSnapshotSizes.get(mSnapshotSize).width; in updateSnapshotSizes()1296 int snapshotHeight = mSnapshotSizes.get(mSnapshotSize).height; in updateSnapshotSizes()