Lines Matching refs:i
318 for (int i = 0; i < numCameras; i++) { in onCreate()
319 cameraNames[i + 1] = "Camera " + i; in onCreate()
379 for (int i = 0; i < grantResults.length; i++) { in onRequestPermissionsResult()
380 if (grantResults[i] == PackageManager.PERMISSION_DENIED) { in onRequestPermissionsResult()
381 log("Recording permission " + permissions[i] + " denied"); in onRequestPermissionsResult()
756 for (int i = 0; i < mVideoRecordSizes.size(); i++) {
757 Camera.Size s = mVideoRecordSizes.get(i);
759 mVideoRecordSize = i;
1019 Log.i(TAG, "Supported scene modes is null"); in setUpCamera()
1176 int i = 0; in updatePreviewSizes() local
1178 availableSizeNames[i++] = in updatePreviewSizes()
1226 int i = 0; in updatePreviewFormats() local
1228 availableFormatNames[i++] = mFormatNames.get(previewFormat); in updatePreviewFormats()
1249 int i = 0; in updateSnapshotSizes() local
1251 availableSizeNames[i++] = in updateSnapshotSizes()
1314 for (int i = 0; i < PROFILES.length; i++) { in updateCamcorderProfile()
1315 if (CamcorderProfile.hasProfile(cameraId, PROFILES[i])) { in updateCamcorderProfile()
1316 availableCamcorderProfileNames.add(PROFILE_NAMES[i]); in updateCamcorderProfile()
1317 mCamcorderProfiles.add(CamcorderProfile.get(cameraId, PROFILES[i])); in updateCamcorderProfile()
1436 for (int i = 0; i < CALLBACK_BUFFER_COUNT; i++) { in configureCallbacks()
1787 for (int i = -1; i < mLogIndentLevel; i++) { in logIndent()
1788 mLogIndentArray[i + 1] = '\t'; in logIndent()