Home
last modified time | relevance | path

Searched refs:PROPNAME_SCREEN_LOCATION (Results 1 – 3 of 3) sorted by relevance

/frameworks/support/transition/src/main/java/androidx/transition/
DVisibility.java56 private static final String PROPNAME_SCREEN_LOCATION = "android:visibility:screenLocation"; field in Visibility
148 transitionValues.values.put(PROPNAME_SCREEN_LOCATION, loc); in captureValues()
394 int[] screenLoc = (int[]) startValues.values.get(PROPNAME_SCREEN_LOCATION); in onDisappear()
/frameworks/base/core/java/android/transition/
DVisibility.java51 private static final String PROPNAME_SCREEN_LOCATION = "android:visibility:screenLocation"; field in Visibility
151 transitionValues.values.put(PROPNAME_SCREEN_LOCATION, loc); in captureValues()
418 int[] screenLoc = (int[]) startValues.values.get(PROPNAME_SCREEN_LOCATION); in onDisappear()
/frameworks/base/config/
Dhiddenapi-private-dex.txt89549 Landroid/transition/Visibility;->PROPNAME_SCREEN_LOCATION:Ljava/lang/String;