HomeSort by relevance Sort by last modified time
    Searched refs:PROPNAME_VISIBILITY (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/java/android/transition/
VisibilityPropagation.java 29 private static final String PROPNAME_VISIBILITY = "android:visibilityPropagation:visibility";
38 PROPNAME_VISIBILITY,
45 Integer visibility = (Integer) values.values.get(Visibility.PROPNAME_VISIBILITY);
49 values.values.put(PROPNAME_VISIBILITY, visibility);
75 Integer visibility = (Integer) values.values.get(PROPNAME_VISIBILITY);
Visibility.java 46 static final String PROPNAME_VISIBILITY = "android:visibility:visibility";
65 PROPNAME_VISIBILITY,
132 transitionValues.values.put(PROPNAME_VISIBILITY, visibility);
178 int visibility = (Integer) values.values.get(PROPNAME_VISIBILITY);
189 if (startValues != null && startValues.values.containsKey(PROPNAME_VISIBILITY)) {
190 visInfo.startVisibility = (Integer) startValues.values.get(PROPNAME_VISIBILITY);
196 if (endValues != null && endValues.values.containsKey(PROPNAME_VISIBILITY)) {
197 visInfo.endVisibility = (Integer) endValues.values.get(PROPNAME_VISIBILITY);

Completed in 53 milliseconds