Searched refs:sharedElementBundle (Results 1 – 2 of 2) sorted by relevance
489 Bundle sharedElementBundle = transitionArgs.getBundle(name); in setSharedElementState() local490 if (sharedElementBundle == null) { in setSharedElementState()495 int scaleTypeInt = sharedElementBundle.getInt(KEY_SCALE_TYPE, -1); in setSharedElementState()501 float[] matrixValues = sharedElementBundle.getFloatArray(KEY_IMAGE_MATRIX); in setSharedElementState()508 float z = sharedElementBundle.getFloat(KEY_TRANSLATION_Z); in setSharedElementState()510 float elevation = sharedElementBundle.getFloat(KEY_ELEVATION); in setSharedElementState()513 float left = sharedElementBundle.getFloat(KEY_SCREEN_LEFT); in setSharedElementState()514 float top = sharedElementBundle.getFloat(KEY_SCREEN_TOP); in setSharedElementState()515 float right = sharedElementBundle.getFloat(KEY_SCREEN_RIGHT); in setSharedElementState()516 float bottom = sharedElementBundle.getFloat(KEY_SCREEN_BOTTOM); in setSharedElementState()[all …]
441 final Bundle sharedElementBundle = mSharedElementBundle; in notifyComplete() local447 sharedElementBundle); in notifyComplete()