Home | History | Annotate | Download | only in animation

Lines Matching refs:newVisibility

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