Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
DTaskStackView.java851 mLayoutAlgorithm.setSystemInsets(mStableLayoutAlgorithm.mSystemInsets); in updateLayoutToStableBounds()
1171 public void setSystemInsets(Rect systemInsets) { in setSystemInsets() method in TaskStackView
1173 changed |= mStableLayoutAlgorithm.setSystemInsets(systemInsets); in setSystemInsets()
1174 changed |= mLayoutAlgorithm.setSystemInsets(systemInsets); in setSystemInsets()
1852 mLayoutAlgorithm.setSystemInsets(systemInsets); in onBusEvent()
DRecentsView.java176 mTaskStackView.setSystemInsets(mSystemInsets); in onReload()
408 mTaskStackView.setSystemInsets(mSystemInsets); in onApplyWindowInsets()
DTaskStackLayoutAlgorithm.java406 public boolean setSystemInsets(Rect systemInsets) { in setSystemInsets() method in TaskStackLayoutAlgorithm
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
DRecentsImpl.java609 stackLayout.setSystemInsets(systemInsets); in updateHeaderBarLayout()