Home | History | Annotate | Download | only in view

Lines Matching refs:newVisibility

1218      * @param newVisibility The new visibility value (GONE, INVISIBLE, or VISIBLE).
1221 protected void onChildVisibilityChanged(View child, int oldVisibility, int newVisibility) {
1223 if (newVisibility == VISIBLE) {
1226 mTransition.hideChild(this, child, newVisibility);
1241 if (newVisibility == VISIBLE) {