Searched refs:mIndexToPlace (Results 1 – 1 of 1) sorted by relevance
213 private int mIndexToPlace; field in CaptureHolder.CaptureThread222 mIndexToPlace = indexToPlace; in CaptureThread()283 if (mCapturedStates[mIndexToPlace] != null) { in run()284 Log.d(TAG, "Deleting capture: " + mCapturedStates[mIndexToPlace]); in run()286 File oldFile = new File(mCapturedStates[mIndexToPlace].fileNameBase + suffix); in run()295 mCapturedStates[mIndexToPlace] = mNewCapturedState; in run()