Searched refs:BOUNDS_CHANGE_SIZE (Results 1 – 3 of 3) sorted by relevance
87 static final int BOUNDS_CHANGE_SIZE = 1 << 1; field in ConfigurationContainer283 boundsChange |= BOUNDS_CHANGE_SIZE; in diffOverrideBounds()
268 if (forceResize && (boundsChanged & BOUNDS_CHANGE_SIZE) != BOUNDS_CHANGE_SIZE) { in setBounds()270 return BOUNDS_CHANGE_SIZE | boundsChanged; in setBounds()
466 if ((diff & BOUNDS_CHANGE_SIZE) == BOUNDS_CHANGE_SIZE) { in onOverrideConfigurationChanged()