Searched refs:PROPNAME_SCREEN_POSITION (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/transition/
H A DSlide.java43 private static final String PROPNAME_SCREEN_POSITION = "android:slide:screenPosition"; field in class:Slide
155 transitionValues.values.put(PROPNAME_SCREEN_POSITION, position);
227 int[] position = (int[]) endValues.values.get(PROPNAME_SCREEN_POSITION);
243 int[] position = (int[]) startValues.values.get(PROPNAME_SCREEN_POSITION);
/frameworks/support/v17/preference-leanback/api21/android/support/v17/preference/
H A DLeanbackPreferenceFragmentTransitionHelperApi21.java54 private static final String PROPNAME_SCREEN_POSITION = field in class:LeanbackPreferenceFragmentTransitionHelperApi21.FadeAndShortSlideTransition
108 transitionValues.values.put(PROPNAME_SCREEN_POSITION, position[0]);
147 Integer position = (Integer) endValues.values.get(PROPNAME_SCREEN_POSITION);
166 Integer position = (Integer) startValues.values.get(PROPNAME_SCREEN_POSITION);

Completed in 89 milliseconds