Searched refs:mDisplayedBounds (Results 1 – 1 of 1) sorted by relevance
330 final Rect mDisplayedBounds = new Rect(); field in TaskRecord466 if (!mDisplayedBounds.isEmpty()) { in createTask()467 mTask.setOverrideDisplayedBounds(mDisplayedBounds); in createTask()1973 mDisplayedBounds.setEmpty(); in setDisplayedBounds()1975 mDisplayedBounds.set(bounds); in setDisplayedBounds()1979 mDisplayedBounds.isEmpty() ? null : mDisplayedBounds); in setDisplayedBounds()1988 return mDisplayedBounds; in getDisplayedBounds()1995 return !mDisplayedBounds.isEmpty(); in hasDisplayedBounds()