Searched refs:setSystemInsets (Results 1 – 5 of 5) sorted by relevance
80 public void setSystemInsets(Rect systemInsets) { in setSystemInsets() method in TaskStackLowRamLayoutAlgorithm
287 public void setSystemInsets(Rect systemInsets) {
348 public boolean setSystemInsets(Rect systemInsets) { in setSystemInsets() method in TaskStackLayoutAlgorithm351 mTaskGridLayoutAlgorithm.setSystemInsets(systemInsets); in setSystemInsets()352 mTaskStackLowRamLayoutAlgorithm.setSystemInsets(systemInsets); in setSystemInsets()
841 mLayoutAlgorithm.setSystemInsets(mStableLayoutAlgorithm.mSystemInsets); in updateLayoutToStableBounds()1171 public void setSystemInsets(Rect systemInsets) { in setSystemInsets() method in TaskStackView1173 changed |= mStableLayoutAlgorithm.setSystemInsets(systemInsets); in setSystemInsets()1174 changed |= mLayoutAlgorithm.setSystemInsets(systemInsets); in setSystemInsets()1923 mLayoutAlgorithm.setSystemInsets(systemInsets); in onBusEvent()
780 stackLayout.setSystemInsets(systemInsets); in updateDummyStackViewLayout()