Searched refs:secondIfdType (Results 1 – 2 of 2) sorted by relevance
3782 private void swapBasedOnImageSize(@IfdType int firstIfdType, @IfdType int secondIfdType) in swapBasedOnImageSize() argument3784 if (mAttributes[firstIfdType].isEmpty() || mAttributes[secondIfdType].isEmpty()) { in swapBasedOnImageSize()3796 (ExifAttribute) mAttributes[secondIfdType].get(TAG_IMAGE_LENGTH); in swapBasedOnImageSize()3798 (ExifAttribute) mAttributes[secondIfdType].get(TAG_IMAGE_WIDTH); in swapBasedOnImageSize()3817 mAttributes[firstIfdType] = mAttributes[secondIfdType]; in swapBasedOnImageSize()3818 mAttributes[secondIfdType] = tempMap; in swapBasedOnImageSize()
3752 private void swapBasedOnImageSize(@IfdType int firstIfdType, @IfdType int secondIfdType) in swapBasedOnImageSize() argument3754 if (mAttributes[firstIfdType].isEmpty() || mAttributes[secondIfdType].isEmpty()) { in swapBasedOnImageSize()3766 (ExifAttribute) mAttributes[secondIfdType].get(TAG_IMAGE_LENGTH); in swapBasedOnImageSize()3768 (ExifAttribute) mAttributes[secondIfdType].get(TAG_IMAGE_WIDTH); in swapBasedOnImageSize()3787 mAttributes[firstIfdType] = mAttributes[secondIfdType]; in swapBasedOnImageSize()3788 mAttributes[secondIfdType] = tempMap; in swapBasedOnImageSize()