Searched refs:firstIfdType (Results 1 – 1 of 1) sorted by relevance
5224 private void swapBasedOnImageSize(@IfdType int firstIfdType, @IfdType int secondIfdType) in swapBasedOnImageSize() argument5226 if (mAttributes[firstIfdType].isEmpty() || mAttributes[secondIfdType].isEmpty()) { in swapBasedOnImageSize()5234 (ExifAttribute) mAttributes[firstIfdType].get(TAG_IMAGE_LENGTH); in swapBasedOnImageSize()5236 (ExifAttribute) mAttributes[firstIfdType].get(TAG_IMAGE_WIDTH); in swapBasedOnImageSize()5258 HashMap tempMap = mAttributes[firstIfdType]; in swapBasedOnImageSize()5259 mAttributes[firstIfdType] = mAttributes[secondIfdType]; in swapBasedOnImageSize()