Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DTask.java303 int boundsChange = BOUNDS_CHANGE_NONE; in setBounds() local
305 boundsChange |= BOUNDS_CHANGE_POSITION; in setBounds()
308 boundsChange |= BOUNDS_CHANGE_SIZE; in setBounds()
318 return boundsChange; in setBounds()