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.java141 private int mSnapshotSize = 0; field in TestingCamera
707 if (pos == mSnapshotSize) return;
709 mSnapshotSize = pos;
710 int width = mSnapshotSizes.get(mSnapshotSize).width;
711 int height = mSnapshotSizes.get(mSnapshotSize).height;
1259 mSnapshotSize = 0; in updateSnapshotSizes()
1261 int snapshotWidth = mSnapshotSizes.get(mSnapshotSize).width; in updateSnapshotSizes()
1262 int snapshotHeight = mSnapshotSizes.get(mSnapshotSize).height; in updateSnapshotSizes()