Searched refs:BOUNDS_CHANGE_SIZE (Results 1 – 3 of 3) sorted by relevance
109 static final int BOUNDS_CHANGE_SIZE = 1 << 1; field in ConfigurationContainer412 boundsChange |= BOUNDS_CHANGE_SIZE; in diffRequestedOverrideMaxBounds()434 boundsChange |= BOUNDS_CHANGE_SIZE; in diffRequestedOverrideBounds()
1045 if ((diff & BOUNDS_CHANGE_SIZE) == BOUNDS_CHANGE_SIZE) { in onRequestedOverrideConfigurationChanged()
2630 if (forceResize && (boundsChanged & BOUNDS_CHANGE_SIZE) != BOUNDS_CHANGE_SIZE) { in setBounds()2632 return BOUNDS_CHANGE_SIZE | boundsChanged; in setBounds()