Searched refs:mLastNonFullscreenBounds (Results 1 – 3 of 3) sorted by relevance
261 Rect mLastNonFullscreenBounds = null; field in TaskRecord1180 if (mLastNonFullscreenBounds != null) { in saveToXml()1182 null, ATTR_NON_FULLSCREEN_BOUNDS, mLastNonFullscreenBounds.flattenToString()); in saveToXml()1464 mLastNonFullscreenBounds = mBounds; in updateOverrideConfiguration()1477 mLastNonFullscreenBounds = mBounds; in updateOverrideConfiguration()1633 if (mLastNonFullscreenBounds != null) { in updateOverrideConfigurationForStack()1634 updateOverrideConfiguration(mLastNonFullscreenBounds); in updateOverrideConfigurationForStack()1677 return mLastNonFullscreenBounds; in getLaunchBounds()
4971 " mLastNonFullscreenBounds=" + task.mLastNonFullscreenBounds); in dumpActivitiesLocked()
9416 } else if (task.mLastNonFullscreenBounds != null) { in getTaskBounds()9417 rect.set(task.mLastNonFullscreenBounds); in getTaskBounds()