Searched refs:boundsChanged (Results 1 – 1 of 1) sorted by relevance
266 final int boundsChanged = setBounds(bounds); in setBounds() local268 if (forceResize && (boundsChanged & BOUNDS_CHANGE_SIZE) != BOUNDS_CHANGE_SIZE) { in setBounds()270 return BOUNDS_CHANGE_SIZE | boundsChanged; in setBounds()273 return boundsChanged; in setBounds()