Searched refs:sharedElementBundle (Results 1 – 2 of 2) sorted by relevance
494 Bundle sharedElementBundle = transitionArgs.getBundle(name); in setSharedElementState() local495 if (sharedElementBundle == null) { in setSharedElementState()500 int scaleTypeInt = sharedElementBundle.getInt(KEY_SCALE_TYPE, -1); in setSharedElementState()506 float[] matrixValues = sharedElementBundle.getFloatArray(KEY_IMAGE_MATRIX); in setSharedElementState()513 float z = sharedElementBundle.getFloat(KEY_TRANSLATION_Z); in setSharedElementState()515 float elevation = sharedElementBundle.getFloat(KEY_ELEVATION); in setSharedElementState()518 float left = sharedElementBundle.getFloat(KEY_SCREEN_LEFT); in setSharedElementState()519 float top = sharedElementBundle.getFloat(KEY_SCREEN_TOP); in setSharedElementState()520 float right = sharedElementBundle.getFloat(KEY_SCREEN_RIGHT); in setSharedElementState()521 float bottom = sharedElementBundle.getFloat(KEY_SCREEN_BOTTOM); in setSharedElementState()[all …]
446 final Bundle sharedElementBundle = mSharedElementBundle; in notifyComplete() local452 sharedElementBundle); in notifyComplete()