Searched refs:boundsChanged (Results 1 – 1 of 1) sorted by relevance
3248 final int boundsChanged = setBounds(bounds); in setBounds() local3250 if (forceResize && (boundsChanged & BOUNDS_CHANGE_SIZE) != BOUNDS_CHANGE_SIZE) { in setBounds()3252 return BOUNDS_CHANGE_SIZE | boundsChanged; in setBounds()3255 return boundsChanged; in setBounds()