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 421 Bundle sharedElementBundle = transitionArgs.getBundle(name);
422 if (sharedElementBundle == null) {
427 int scaleTypeInt = sharedElementBundle.getInt(KEY_SCALE_TYPE, -1);
433 float[] matrixValues = sharedElementBundle.getFloatArray(KEY_IMAGE_MATRIX);
440 float z = sharedElementBundle.getFloat(KEY_TRANSLATION_Z);
442 float elevation = sharedElementBundle.getFloat(KEY_ELEVATION);
445 float left = sharedElementBundle.getFloat(KEY_SCREEN_LEFT);
446 float top = sharedElementBundle.getFloat(KEY_SCREEN_TOP);
447 float right = sharedElementBundle.getFloat(KEY_SCREEN_RIGHT);
448 float bottom = sharedElementBundle.getFloat(KEY_SCREEN_BOTTOM)
    [all...]
ExitTransitionCoordinator.java 424 final Bundle sharedElementBundle = mSharedElementBundle;
430 sharedElementBundle);

Completed in 46 milliseconds