Searched refs:mStableLayoutAlgorithm (Results 1 – 1 of 1) sorted by relevance
138 private TaskStackLayoutAlgorithm mStableLayoutAlgorithm; field in TaskStackView255 mStableLayoutAlgorithm = new TaskStackLayoutAlgorithm(context, null); in TaskStackView()332 mStableLayoutAlgorithm.reset(); in onReload()853 mLayoutAlgorithm.setSystemInsets(mStableLayoutAlgorithm.mSystemInsets); in updateLayoutToStableBounds()1175 changed |= mStableLayoutAlgorithm.setSystemInsets(systemInsets); in setSystemInsets()1206 mStableLayoutAlgorithm.initialize(mDisplayRect, mStableWindowRect, mStableStackBounds, in onMeasure()1253 mTmpRect.set(mStableLayoutAlgorithm.mTaskRect); in measureTaskView()1299 mTmpRect.set(mStableLayoutAlgorithm.mTaskRect); in layoutTaskView()1845 Rect systemInsets = new Rect(mStableLayoutAlgorithm.mSystemInsets); in onBusEvent()2053 mStableLayoutAlgorithm.reloadOnConfigurationChange(getContext()); in reloadOnConfigurationChange()