Searched refs:scaleTypeInt (Results 1 – 1 of 1) sorted by relevance
429 int scaleTypeInt = sharedElementBundle.getInt(KEY_SCALE_TYPE, -1); in setSharedElementState() local430 if (scaleTypeInt >= 0) { in setSharedElementState()432 ImageView.ScaleType scaleType = SCALE_TYPE_VALUES[scaleTypeInt]; in setSharedElementState()598 int scaleTypeInt = bundle.getInt(KEY_SCALE_TYPE, -1); in getOldSharedElementState() local599 if (scaleTypeInt < 0) { in getOldSharedElementState()757 int scaleTypeInt = scaleTypeToInt(imageView.getScaleType()); in captureSharedElementState() local758 sharedElementBundle.putInt(KEY_SCALE_TYPE, scaleTypeInt); in captureSharedElementState()