Searched refs:boundsChanged (Results 1 – 1 of 1) sorted by relevance
2844 final int boundsChanged = setBounds(bounds); in setBounds() local2846 if (forceResize && (boundsChanged & BOUNDS_CHANGE_SIZE) != BOUNDS_CHANGE_SIZE) { in setBounds()2848 return BOUNDS_CHANGE_SIZE | boundsChanged; in setBounds()2851 return boundsChanged; in setBounds()