Searched refs:mStableLayoutAlgorithm (Results 1 – 1 of 1) sorted by relevance
141 private TaskStackLayoutAlgorithm mStableLayoutAlgorithm; field in TaskStackView257 mStableLayoutAlgorithm = new TaskStackLayoutAlgorithm(context, null); in TaskStackView()331 mStableLayoutAlgorithm.reset(); in onReload()840 mLayoutAlgorithm.setSystemInsets(mStableLayoutAlgorithm.mSystemInsets); in updateLayoutToStableBounds()1172 changed |= mStableLayoutAlgorithm.setSystemInsets(systemInsets); in setSystemInsets()1203 mStableLayoutAlgorithm.initialize(mDisplayRect, mStableWindowRect, mStableStackBounds); in onMeasure()1257 mTmpRect.set(mStableLayoutAlgorithm.getTaskRect()); in measureTaskView()1311 mTmpRect.set(mStableLayoutAlgorithm.getTaskRect()); in layoutTaskView()1912 Rect systemInsets = new Rect(mStableLayoutAlgorithm.mSystemInsets); in onBusEvent()2119 mStableLayoutAlgorithm.reloadOnConfigurationChange(getContext()); in reloadOnConfigurationChange()