Searched refs:newVisible (Results 1 – 2 of 2) sorted by relevance
75 int newVisible; in update() local80 newVisible = VISIBLE; in update()82 newVisible = GONE; in update()84 if (newVisible != getVisibility()) { in update()85 setVisibility(newVisible); in update()
926 int newVisible; in update() local933 newVisible = VISIBLE; in update()935 newVisible = GONE; in update()937 if (newVisible != getVisibility()) { in update()938 setVisibility(newVisible); in update()