Searched defs:KEY_TRANSLATION_Z (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/app/
H A DActivityTransitionCoordinator.java133 protected static final String KEY_TRANSLATION_Z = "shared_element:translationZ"; field in class:ActivityTransitionCoordinator
508 float z = sharedElementBundle.getFloat(KEY_TRANSLATION_Z);
805 sharedElementBundle.putFloat(KEY_TRANSLATION_Z, view.getTranslationZ());

Completed in 56 milliseconds