Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
DTaskStackView.java151 private TaskStackLayoutAlgorithm mStableLayoutAlgorithm; field in TaskStackView
279 mStableLayoutAlgorithm = new TaskStackLayoutAlgorithm(context, null); in TaskStackView()
368 mStableLayoutAlgorithm.reset(); in onReload()
907 mLayoutAlgorithm.setSystemInsets(mStableLayoutAlgorithm.mSystemInsets); in updateLayoutToStableBounds()
1246 changed |= mStableLayoutAlgorithm.setSystemInsets(systemInsets); in setSystemInsets()
1277 mStableLayoutAlgorithm.initialize(mDisplayRect, mStableWindowRect, mStableStackBounds, in onMeasure()
1333 mTmpRect.set(mStableLayoutAlgorithm.getTaskRect()); in measureTaskView()
1387 mTmpRect.set(mStableLayoutAlgorithm.getTaskRect()); in layoutTaskView()
2032 Rect systemInsets = new Rect(mStableLayoutAlgorithm.mSystemInsets); in onBusEvent()
2284 mStableLayoutAlgorithm.reloadOnConfigurationChange(getContext()); in reloadOnConfigurationChange()