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

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

Completed in 84 milliseconds