Home
last modified time | relevance | path

Searched refs:mSnapshotSize (Results 1 – 1 of 1) sorted by relevance

/pdk/apps/TestingCamera/src/com/android/testingcamera/
DTestingCamera.java142 private int mSnapshotSize = 0; field in TestingCamera
739 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()