Searched refs:firstIfdType (Results 1 – 1 of 1) sorted by relevance
4271 private void swapBasedOnImageSize(@IfdType int firstIfdType, @IfdType int secondIfdType) in swapBasedOnImageSize() argument4273 if (mAttributes[firstIfdType].isEmpty() || mAttributes[secondIfdType].isEmpty()) { in swapBasedOnImageSize()4281 (ExifAttribute) mAttributes[firstIfdType].get(TAG_IMAGE_LENGTH); in swapBasedOnImageSize()4283 (ExifAttribute) mAttributes[firstIfdType].get(TAG_IMAGE_WIDTH); in swapBasedOnImageSize()4305 HashMap tempMap = mAttributes[firstIfdType]; in swapBasedOnImageSize()4306 mAttributes[firstIfdType] = mAttributes[secondIfdType]; in swapBasedOnImageSize()