Home
last modified time | relevance | path

Searched refs:secondIfdType (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/media/java/android/media/
DExifInterface.java5224 private void swapBasedOnImageSize(@IfdType int firstIfdType, @IfdType int secondIfdType) in swapBasedOnImageSize() argument
5226 if (mAttributes[firstIfdType].isEmpty() || mAttributes[secondIfdType].isEmpty()) { in swapBasedOnImageSize()
5238 (ExifAttribute) mAttributes[secondIfdType].get(TAG_IMAGE_LENGTH); in swapBasedOnImageSize()
5240 (ExifAttribute) mAttributes[secondIfdType].get(TAG_IMAGE_WIDTH); in swapBasedOnImageSize()
5259 mAttributes[firstIfdType] = mAttributes[secondIfdType]; in swapBasedOnImageSize()
5260 mAttributes[secondIfdType] = tempMap; in swapBasedOnImageSize()