Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DTask.java370 int boundsChanged = setBounds(bounds, overrideConfig); in resizeLocked() local
372 boundsChanged |= BOUNDS_CHANGE_SIZE; in resizeLocked()
374 if (boundsChanged == BOUNDS_CHANGE_NONE) { in resizeLocked()
377 if ((boundsChanged & BOUNDS_CHANGE_SIZE) == BOUNDS_CHANGE_SIZE) { in resizeLocked()