Home | History | Annotate | Download | only in transition

Lines Matching defs:visibility

23  * View Visibility and the center position of the View.
30 private static final String PROPNAME_VISIBILITY = "android:visibilityPropagation:visibility";
46 Integer visibility = (Integer) values.values.get(Visibility.PROPNAME_VISIBILITY);
47 if (visibility == null) {
48 visibility = view.getVisibility();
50 values.values.put(PROPNAME_VISIBILITY, visibility);
76 Integer visibility = (Integer) values.values.get(PROPNAME_VISIBILITY);
77 if (visibility == null) {
80 return visibility;