Searched refs:boundsChange (Results 1 – 2 of 2) sorted by relevance
248 int boundsChange = diffOverrideBounds(bounds); in setBounds() local250 if (boundsChange == BOUNDS_CHANGE_NONE) { in setBounds()251 return boundsChange; in setBounds()259 return boundsChange; in setBounds()272 int boundsChange = BOUNDS_CHANGE_NONE; in diffOverrideBounds() local278 boundsChange |= BOUNDS_CHANGE_POSITION; in diffOverrideBounds()283 boundsChange |= BOUNDS_CHANGE_SIZE; in diffOverrideBounds()286 return boundsChange; in diffOverrideBounds()
292 final int boundsChange = super.setBounds(bounds); in setBounds() local296 return boundsChange; in setBounds()