Searched refs:firstIfdType (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()3792 (ExifAttribute) mAttributes[firstIfdType].get(TAG_IMAGE_LENGTH); in swapBasedOnImageSize()3794 (ExifAttribute) mAttributes[firstIfdType].get(TAG_IMAGE_WIDTH); in swapBasedOnImageSize()3816 HashMap tempMap = mAttributes[firstIfdType]; in swapBasedOnImageSize()3817 mAttributes[firstIfdType] = mAttributes[secondIfdType]; in swapBasedOnImageSize()
3752 private void swapBasedOnImageSize(@IfdType int firstIfdType, @IfdType int secondIfdType) in swapBasedOnImageSize() argument3754 if (mAttributes[firstIfdType].isEmpty() || mAttributes[secondIfdType].isEmpty()) { in swapBasedOnImageSize()3762 (ExifAttribute) mAttributes[firstIfdType].get(TAG_IMAGE_LENGTH); in swapBasedOnImageSize()3764 (ExifAttribute) mAttributes[firstIfdType].get(TAG_IMAGE_WIDTH); in swapBasedOnImageSize()3786 HashMap<String, ExifAttribute> tempMap = mAttributes[firstIfdType]; in swapBasedOnImageSize()3787 mAttributes[firstIfdType] = mAttributes[secondIfdType]; in swapBasedOnImageSize()