Searched refs:sharedElementBundle (Results 1 – 2 of 2) sorted by relevance
423 Bundle sharedElementBundle = transitionArgs.getBundle(name); in setSharedElementState() local424 if (sharedElementBundle == null) { in setSharedElementState()429 int scaleTypeInt = sharedElementBundle.getInt(KEY_SCALE_TYPE, -1); in setSharedElementState()435 float[] matrixValues = sharedElementBundle.getFloatArray(KEY_IMAGE_MATRIX); in setSharedElementState()442 float z = sharedElementBundle.getFloat(KEY_TRANSLATION_Z); in setSharedElementState()444 float elevation = sharedElementBundle.getFloat(KEY_ELEVATION); in setSharedElementState()447 float left = sharedElementBundle.getFloat(KEY_SCREEN_LEFT); in setSharedElementState()448 float top = sharedElementBundle.getFloat(KEY_SCREEN_TOP); in setSharedElementState()449 float right = sharedElementBundle.getFloat(KEY_SCREEN_RIGHT); in setSharedElementState()450 float bottom = sharedElementBundle.getFloat(KEY_SCREEN_BOTTOM); in setSharedElementState()[all …]
426 final Bundle sharedElementBundle = mSharedElementBundle; in notifyComplete() local432 sharedElementBundle); in notifyComplete()