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()
1227 int newVisible; in update() local1234 newVisible = VISIBLE; in update()1236 newVisible = GONE; in update()1238 if (newVisible != getVisibility()) { in update()1239 setVisibility(newVisible); in update()