Home
last modified time | relevance | path

Searched refs:scaleTypeInt (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/android/app/
DActivityTransitionCoordinator.java427 int scaleTypeInt = sharedElementBundle.getInt(KEY_SCALE_TYPE, -1); in setSharedElementState() local
428 if (scaleTypeInt >= 0) { in setSharedElementState()
430 ImageView.ScaleType scaleType = SCALE_TYPE_VALUES[scaleTypeInt]; in setSharedElementState()
596 int scaleTypeInt = bundle.getInt(KEY_SCALE_TYPE, -1); in getOldSharedElementState() local
597 if (scaleTypeInt < 0) { in getOldSharedElementState()
755 int scaleTypeInt = scaleTypeToInt(imageView.getScaleType()); in captureSharedElementState() local
756 sharedElementBundle.putInt(KEY_SCALE_TYPE, scaleTypeInt); in captureSharedElementState()