Home
last modified time | relevance | path

Searched refs:PROPNAME_VISIBILITY (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/core/java/android/transition/
DVisibilityPropagation.java29 private static final String PROPNAME_VISIBILITY = "android:visibilityPropagation:visibility"; field in VisibilityPropagation
38 PROPNAME_VISIBILITY,
45 Integer visibility = (Integer) values.values.get(Visibility.PROPNAME_VISIBILITY); in captureValues()
49 values.values.put(PROPNAME_VISIBILITY, visibility); in captureValues()
75 Integer visibility = (Integer) values.values.get(PROPNAME_VISIBILITY); in getViewVisibility()
DVisibility.java50 static final String PROPNAME_VISIBILITY = "android:visibility:visibility"; field in Visibility
79 PROPNAME_VISIBILITY,
150 transitionValues.values.put(PROPNAME_VISIBILITY, visibility); in captureValues()
186 int visibility = (Integer) values.values.get(PROPNAME_VISIBILITY); in isVisible()
197 if (startValues != null && startValues.values.containsKey(PROPNAME_VISIBILITY)) { in getVisibilityChangeInfo()
198 visInfo.startVisibility = (Integer) startValues.values.get(PROPNAME_VISIBILITY); in getVisibilityChangeInfo()
204 if (endValues != null && endValues.values.containsKey(PROPNAME_VISIBILITY)) { in getVisibilityChangeInfo()
205 visInfo.endVisibility = (Integer) endValues.values.get(PROPNAME_VISIBILITY); in getVisibilityChangeInfo()
513 newValues.values.containsKey(PROPNAME_VISIBILITY) != in isTransitionRequired()
514 startValues.values.containsKey(PROPNAME_VISIBILITY)) { in isTransitionRequired()
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardClockSwitch.java485 private static final String PROPNAME_VISIBILITY = "systemui:keyguard:visibility"; field in KeyguardClockSwitch.ClockVisibilityTransition
536 transitionValues.values.put(PROPNAME_VISIBILITY, in captureVisibility()
548 final int endVisibility = (int) endValues.values.get(PROPNAME_VISIBILITY); in onAppear()
563 final int endVisibility = (int) endValues.values.get(PROPNAME_VISIBILITY); in onDisappear()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt76533 Landroid/transition/Visibility;->PROPNAME_VISIBILITY:Ljava/lang/String;
76538 Landroid/transition/VisibilityPropagation;->PROPNAME_VISIBILITY:Ljava/lang/String;