Searched refs:PROPNAME_SCREEN_LOCATION (Results 1 - 2 of 2) sorted by path

/frameworks/base/core/java/android/transition/
H A DVisibility.java51 private static final String PROPNAME_SCREEN_LOCATION = "android:visibility:screenLocation"; field in class:Visibility
151 transitionValues.values.put(PROPNAME_SCREEN_LOCATION, loc);
418 int[] screenLoc = (int[]) startValues.values.get(PROPNAME_SCREEN_LOCATION);
/frameworks/support/transition/src/main/java/androidx/transition/
H A DVisibility.java56 private static final String PROPNAME_SCREEN_LOCATION = "android:visibility:screenLocation"; field in class:Visibility
148 transitionValues.values.put(PROPNAME_SCREEN_LOCATION, loc);
394 int[] screenLoc = (int[]) startValues.values.get(PROPNAME_SCREEN_LOCATION);

Completed in 173 milliseconds