Searched refs:BOUNDS_CHANGE_SIZE (Results 1 – 3 of 3) sorted by relevance
297 if (forceResize && (boundsChanged & BOUNDS_CHANGE_SIZE) != BOUNDS_CHANGE_SIZE) { in setBounds()299 return BOUNDS_CHANGE_SIZE | boundsChanged; in setBounds()
102 static final int BOUNDS_CHANGE_SIZE = 1 << 1; field in ConfigurationContainer337 boundsChange |= BOUNDS_CHANGE_SIZE; in diffRequestedOverrideBounds()
495 if ((diff & BOUNDS_CHANGE_SIZE) == BOUNDS_CHANGE_SIZE) { in onRequestedOverrideConfigurationChanged()