HomeSort by relevance Sort by last modified time
    Searched refs:elmtType (Results 1 - 3 of 3) sorted by null

  /cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/its/
ItsSerializer.java 382 Type elmtType = ((GenericArrayType)keyType).getGenericComponentType();
383 if (elmtType == int.class || elmtType == float.class || elmtType == byte.class ||
384 elmtType == long.class || elmtType == double.class || elmtType == boolean.class) {
386 } else if (elmtType == Rational.class) {
392 } else if (elmtType == Size.class) {
398 } else if (elmtType == Rect.class)
    [all...]
  /cts/tests/camera/utils/src/android/hardware/camera2/cts/helpers/
CameraMetadataGetter.java 536 Type elmtType = ((GenericArrayType) keyType).getGenericComponentType();
537 if (elmtType == int.class || elmtType == float.class || elmtType == byte.class ||
538 elmtType == long.class || elmtType == double.class
539 || elmtType == boolean.class) {
541 } else if (elmtType == Rational.class) {
547 } else if (elmtType == Size.class) {
553 } else if (elmtType == Rect.class)
    [all...]
  /cts/tools/cts-device-info/src/com/android/cts/deviceinfo/
CameraDeviceInfo.java 307 Type elmtType = ((GenericArrayType) keyType).getGenericComponentType();
309 if (elmtType == int.class) {
312 } else if (elmtType == float.class) {
315 } else if (elmtType == long.class) {
318 } else if (elmtType == double.class) {
321 } else if (elmtType == boolean.class) {
324 } else if (elmtType == byte.class) {
332 } else if (elmtType == Rational.class) {
339 } else if (elmtType == Size.class) {
346 } else if (elmtType == Rect.class)
    [all...]

Completed in 261 milliseconds