Searched refs:boundsChanged (Results 1 – 1 of 1) sorted by relevance
295 final int boundsChanged = setBounds(bounds); in setBounds() local297 if (forceResize && (boundsChanged & BOUNDS_CHANGE_SIZE) != BOUNDS_CHANGE_SIZE) { in setBounds()299 return BOUNDS_CHANGE_SIZE | boundsChanged; in setBounds()302 return boundsChanged; in setBounds()