Home | History | Annotate | Download | only in widget

Lines Matching refs:newVisibility

1249                 final int newVisibility = lp.onScreen > 0 ? VISIBLE : INVISIBLE;
1250 if (child.getVisibility() != newVisibility) {
1251 child.setVisibility(newVisibility);