Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DConfigurationContainer.java98 static final int BOUNDS_CHANGE_NONE = 0; field in ConfigurationContainer
304 if (boundsChange == BOUNDS_CHANGE_NONE) { in setBounds()
323 return BOUNDS_CHANGE_NONE; in diffRequestedOverrideBounds()
326 int boundsChange = BOUNDS_CHANGE_NONE; in diffRequestedOverrideBounds()
DTask.java342 if (setBounds(getRequestedOverrideBounds(), forced) != BOUNDS_CHANGE_NONE && relayout) { in resize()
584 if (setBounds(mTmpRect2) != BOUNDS_CHANGE_NONE) { in adjustBoundsForDisplayChangeIfNeeded()
DWindowContainer.java491 if (diff == BOUNDS_CHANGE_NONE) { in onRequestedOverrideConfigurationChanged()
DTaskStack.java273 return BOUNDS_CHANGE_NONE; in setBounds()