Home | History | Annotate | Download | only in view

Lines Matching refs:newVisibility

1439      * @param newVisibility The new visibility value (GONE, INVISIBLE, or VISIBLE).
1442 protected void onChildVisibilityChanged(View child, int oldVisibility, int newVisibility) {
1444 if (newVisibility == VISIBLE) {
1447 mTransition.hideChild(this, child, newVisibility);
1461 if (newVisibility == VISIBLE && mCurrentDragStartEvent != null) {