Searched refs:setSystemInsets (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/lowram/
H A DTaskStackLowRamLayoutAlgorithm.java80 public void setSystemInsets(Rect systemInsets) { method in class:TaskStackLowRamLayoutAlgorithm
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/grid/
H A DTaskGridLayoutAlgorithm.java288 public void setSystemInsets(Rect systemInsets) { method in class:TaskGridLayoutAlgorithm
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
H A DTaskStackLayoutAlgorithm.java434 public boolean setSystemInsets(Rect systemInsets) { method in class:TaskStackLayoutAlgorithm
437 mTaskGridLayoutAlgorithm.setSystemInsets(systemInsets);
438 mTaskStackLowRamLayoutAlgorithm.setSystemInsets(systemInsets);
H A DRecentsView.java229 mTaskStackView.setSystemInsets(mSystemInsets);
525 mTaskStackView.setSystemInsets(mSystemInsets);
H A DTaskStackView.java909 mLayoutAlgorithm.setSystemInsets(mStableLayoutAlgorithm.mSystemInsets);
1249 public void setSystemInsets(Rect systemInsets) { method in class:TaskStackView
1251 changed |= mStableLayoutAlgorithm.setSystemInsets(systemInsets);
1252 changed |= mLayoutAlgorithm.setSystemInsets(systemInsets);
2072 mLayoutAlgorithm.setSystemInsets(systemInsets);
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
H A DRecentsImpl.java750 stackLayout.setSystemInsets(systemInsets);

Completed in 101 milliseconds