Searched refs:secondIfdType (Results 1 – 2 of 2) sorted by relevance
4031 private void swapBasedOnImageSize(@IfdType int firstIfdType, @IfdType int secondIfdType) in swapBasedOnImageSize() argument4033 if (mAttributes[firstIfdType].isEmpty() || mAttributes[secondIfdType].isEmpty()) { in swapBasedOnImageSize()4045 (ExifAttribute) mAttributes[secondIfdType].get(TAG_IMAGE_LENGTH); in swapBasedOnImageSize()4047 (ExifAttribute) mAttributes[secondIfdType].get(TAG_IMAGE_WIDTH); in swapBasedOnImageSize()4066 mAttributes[firstIfdType] = mAttributes[secondIfdType]; in swapBasedOnImageSize()4067 mAttributes[secondIfdType] = tempMap; in swapBasedOnImageSize()
6396 private void swapBasedOnImageSize(@IfdType int firstIfdType, @IfdType int secondIfdType)6398 if (mAttributes[firstIfdType].isEmpty() || mAttributes[secondIfdType].isEmpty()) {6410 (ExifAttribute) mAttributes[secondIfdType].get(TAG_IMAGE_LENGTH);6412 (ExifAttribute) mAttributes[secondIfdType].get(TAG_IMAGE_WIDTH);6431 mAttributes[firstIfdType] = mAttributes[secondIfdType];6432 mAttributes[secondIfdType] = tempMap;