Home
last modified time | relevance | path

Searched refs:BOUNDS_CHANGE_NONE (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wm/
DConfigurationContainer.java83 static final int BOUNDS_CHANGE_NONE = 0; field in ConfigurationContainer
250 if (boundsChange == BOUNDS_CHANGE_NONE) { in setBounds()
269 return BOUNDS_CHANGE_NONE; in diffOverrideBounds()
272 int boundsChange = BOUNDS_CHANGE_NONE; in diffOverrideBounds()
DTaskWindowContainerController.java32 import static com.android.server.wm.ConfigurationContainer.BOUNDS_CHANGE_NONE;
160 if (mContainer.setBounds(mContainer.getOverrideBounds(), forced) != BOUNDS_CHANGE_NONE in resize()
DTask.java285 return BOUNDS_CHANGE_NONE; in setBounds()
289 return BOUNDS_CHANGE_NONE; in setBounds()
532 if (setBounds(mTmpRect2) != BOUNDS_CHANGE_NONE) { in updateDisplayInfo()
DWindowContainer.java462 if (diff == BOUNDS_CHANGE_NONE) { in onOverrideConfigurationChanged()
DTaskStack.java299 return BOUNDS_CHANGE_NONE; in setBounds()