/frameworks/base/media/java/android/media/ |
CamcorderProfile.java | 343 * {@link #hasProfile(int, int)}. 410 * {@link #hasProfile} may return {@code true} for unsupported resolutions. To ensure a 424 public static boolean hasProfile(int quality) { 430 return hasProfile(i, quality); 445 * {@link #hasProfile} may return {@code true} for unsupported resolutions. To ensure a 460 public static boolean hasProfile(int cameraId, int quality) {
|
/packages/apps/Contacts/src/com/android/contacts/list/ |
MultiSelectEntryContactListAdapter.java | 120 view.setClickable((position == 0 && hasProfile() || !isLocalDirectory) 124 if (position == 0 && hasProfile() || !mDisplayCheckBoxes || !isLocalDirectory) {
|
DefaultContactBrowseListFragment.java | 182 mUserProfileExists = getAdapter().hasProfile();
|
MultiSelectContactsListFragment.java | 148 && (position > 0 || !getAdapter().hasProfile()))) {
|
/cts/tests/tests/media/src/android/media/cts/ |
CamcorderProfileTest.java | 205 assertFalse(CamcorderProfile.hasProfile(cameraId, quality)); 215 if ((cameraId != -1 && CamcorderProfile.hasProfile(cameraId, quality)) || 216 (cameraId == -1 && CamcorderProfile.hasProfile(quality))) { 257 if (CamcorderProfile.hasProfile(cameraId, quality) || isProfileMandatory(quality)) { 269 * Check unknown profiles: hasProfile() should return false. 273 + cameraId, CamcorderProfile.hasProfile(cameraId, quality)); 280 if (CamcorderProfile.hasProfile(cameraId, CamcorderProfile.QUALITY_HIGH_SPEED_LOW)) { 284 if (CamcorderProfile.hasProfile(cameraId, CamcorderProfile.QUALITY_HIGH_SPEED_HIGH)) {
|
ClearKeySystemTest.java | 294 return CamcorderProfile.hasProfile(CamcorderProfile.QUALITY_QCIF); 296 return CamcorderProfile.hasProfile(CamcorderProfile.QUALITY_QVGA); 298 return CamcorderProfile.hasProfile(CamcorderProfile.QUALITY_CIF); 300 return CamcorderProfile.hasProfile(CamcorderProfile.QUALITY_480P); 302 return CamcorderProfile.hasProfile(CamcorderProfile.QUALITY_720P); 304 return CamcorderProfile.hasProfile(CamcorderProfile.QUALITY_1080P);
|
/packages/apps/LegacyCamera/src/com/android/camera/ |
CameraSettings.java | 89 if (CamcorderProfile.hasProfile(cameraId, quality)) { 458 if (CamcorderProfile.hasProfile(mCameraId, CamcorderProfile.QUALITY_1080P)) { 461 if (CamcorderProfile.hasProfile(mCameraId, CamcorderProfile.QUALITY_720P)) { 464 if (CamcorderProfile.hasProfile(mCameraId, CamcorderProfile.QUALITY_480P)) {
|
/cts/tools/cts-device-info/src/com/android/cts/deviceinfo/ |
CameraDeviceInfo.java | 412 store.addResult("profile_480p", CamcorderProfile.hasProfile(CamcorderProfile.QUALITY_480P)); 413 store.addResult("profile_720p", CamcorderProfile.hasProfile(CamcorderProfile.QUALITY_720P)); 414 store.addResult("profile_1080p", CamcorderProfile.hasProfile(CamcorderProfile.QUALITY_1080P)); 415 store.addResult("profile_cif", CamcorderProfile.hasProfile(CamcorderProfile.QUALITY_CIF)); 416 store.addResult("profile_qcif", CamcorderProfile.hasProfile(CamcorderProfile.QUALITY_QCIF)); 417 store.addResult("profile_qvga", CamcorderProfile.hasProfile(CamcorderProfile.QUALITY_QVGA));
|
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/ |
Camera2RecordingTest.java | 282 if (CamcorderProfile.hasProfile(quality)) { 384 if (!CamcorderProfile.hasProfile(cameraId, profileId) || 457 if (CamcorderProfile.hasProfile(CamcorderProfile.QUALITY_2160P)) { 516 return !CamcorderProfile.hasProfile(cameraId, profileId) || 543 if (!CamcorderProfile.hasProfile(cameraId, profileId) || [all...] |
Camera2SwitchPreviewTest.java | 325 if (CamcorderProfile.hasProfile(CamcorderProfile.QUALITY_2160P)) { 345 if (!CamcorderProfile.hasProfile(cameraId, profileId) || 444 return !CamcorderProfile.hasProfile(cameraId, profileId) ||
|
MediaRecorderStressTest.java | 183 CamcorderProfile.hasProfile(CAMERA_ID, profile));
|
/cts/tests/camera/src/android/hardware/camera2/cts/ |
RecordingTest.java | 328 if (!CamcorderProfile.hasProfile(cameraId, profileId)) { 515 if (CamcorderProfile.hasProfile(quality)) { 635 if (!CamcorderProfile.hasProfile(cameraId, profileId)) { [all...] |
RobustnessTest.java | [all...] |
ExtendedCameraCharacteristicsTest.java | [all...] |
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/video/ |
CameraVideoActivity.java | 478 if (CamcorderProfile.hasProfile(cameraId, qualityArray[i])) { 516 if (CamcorderProfile.hasProfile(cameraId, possibleQuality[i])) {
|
/packages/apps/Camera2/src/com/android/camera/settings/ |
SettingsUtil.java | 338 && CamcorderProfile.hasProfile(cameraId, sVideoQualities[i])) {
|
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/ |
ContactEntryListAdapter.java | 386 public boolean hasProfile() {
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/ |
RVCVRecordActivity.java | 425 if (CamcorderProfile.hasProfile(i)) { [all...] |
/packages/apps/Camera2/src/com/android/camera/ |
VideoModule.java | 765 if (CamcorderProfile.hasProfile(mCameraId, quality) == false) { [all...] |
/pdk/apps/TestingCamera/src/com/android/testingcamera/ |
TestingCamera.java | [all...] |
/cts/tests/camera/src/android/hardware/cts/ |
CameraTest.java | [all...] |
/external/libgdx/backends/gdx-backend-android/libs/ |
android-4.4.jar | |
/external/robolectric/v1/lib/main/ |
android.jar | |
/prebuilts/sdk/14/ |
android.jar | |
/prebuilts/sdk/15/ |
android.jar | |