Home | History | Annotate | Download | only in transition

Lines Matching refs:PROPNAME_VISIBILITY

54     static final String PROPNAME_VISIBILITY = "android:visibility:visibility";
80 PROPNAME_VISIBILITY,
144 transitionValues.values.put(PROPNAME_VISIBILITY, visibility);
180 int visibility = (Integer) values.values.get(PROPNAME_VISIBILITY);
191 if (startValues != null && startValues.values.containsKey(PROPNAME_VISIBILITY)) {
192 visInfo.mStartVisibility = (Integer) startValues.values.get(PROPNAME_VISIBILITY);
198 if (endValues != null && endValues.values.containsKey(PROPNAME_VISIBILITY)) {
199 visInfo.mEndVisibility = (Integer) endValues.values.get(PROPNAME_VISIBILITY);
463 && newValues.values.containsKey(PROPNAME_VISIBILITY)
464 != startValues.values.containsKey(PROPNAME_VISIBILITY)) {