Lines Matching refs:i
320 for (int i = 0; i < numCameras; i++) { in onCreate()
321 cameraNames[i + 1] = "Camera " + i; in onCreate()
411 for (int i = 0; i < grantResults.length; i++) { in onRequestPermissionsResult()
412 if (grantResults[i] == PackageManager.PERMISSION_DENIED) { in onRequestPermissionsResult()
413 log("Recording permission " + permissions[i] + " denied"); in onRequestPermissionsResult()
788 for (int i = 0; i < mVideoRecordSizes.size(); i++) {
789 Camera.Size s = mVideoRecordSizes.get(i);
791 mVideoRecordSize = i;
1051 Log.i(TAG, "Supported scene modes is null"); in setUpCamera()
1210 int i = 0; in updatePreviewSizes() local
1212 availableSizeNames[i++] = in updatePreviewSizes()
1260 int i = 0; in updatePreviewFormats() local
1262 availableFormatNames[i++] = mFormatNames.get(previewFormat); in updatePreviewFormats()
1283 int i = 0; in updateSnapshotSizes() local
1285 availableSizeNames[i++] = in updateSnapshotSizes()
1348 for (int i = 0; i < PROFILES.length; i++) { in updateCamcorderProfile()
1349 if (CamcorderProfile.hasProfile(cameraId, PROFILES[i])) { in updateCamcorderProfile()
1350 availableCamcorderProfileNames.add(PROFILE_NAMES[i]); in updateCamcorderProfile()
1351 mCamcorderProfiles.add(CamcorderProfile.get(cameraId, PROFILES[i])); in updateCamcorderProfile()
1504 for (int i = 0; i < CALLBACK_BUFFER_COUNT; i++) { in configureCallbacks()
1877 for (int i = -1; i < mLogIndentLevel; i++) { in logIndent()
1878 mLogIndentArray[i + 1] = '\t'; in logIndent()