Home | History | Annotate | Download | only in animation

Lines Matching refs:newVisibility

1419      * @param newVisibility The new visibility value of the child View, either
1422 public void hideChild(ViewGroup parent, View child, int newVisibility) {
1423 removeChild(parent, child, newVisibility == View.GONE);