HomeSort by relevance Sort by last modified time
    Searched refs:sharedElementBundle (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/java/android/app/
ActivityTransitionCoordinator.java 489 Bundle sharedElementBundle = transitionArgs.getBundle(name);
490 if (sharedElementBundle == null) {
495 int scaleTypeInt = sharedElementBundle.getInt(KEY_SCALE_TYPE, -1);
501 float[] matrixValues = sharedElementBundle.getFloatArray(KEY_IMAGE_MATRIX);
508 float z = sharedElementBundle.getFloat(KEY_TRANSLATION_Z);
510 float elevation = sharedElementBundle.getFloat(KEY_ELEVATION);
513 float left = sharedElementBundle.getFloat(KEY_SCREEN_LEFT);
514 float top = sharedElementBundle.getFloat(KEY_SCREEN_TOP);
515 float right = sharedElementBundle.getFloat(KEY_SCREEN_RIGHT);
516 float bottom = sharedElementBundle.getFloat(KEY_SCREEN_BOTTOM)
    [all...]
ExitTransitionCoordinator.java 441 final Bundle sharedElementBundle = mSharedElementBundle;
447 sharedElementBundle);

Completed in 79 milliseconds