Searched refs:setSystemInsets (Results 1 – 6 of 6) sorted by relevance
80 public void setSystemInsets(Rect systemInsets) { in setSystemInsets() method in TaskStackLowRamLayoutAlgorithm
287 public void setSystemInsets(Rect systemInsets) {
843 mLayoutAlgorithm.setSystemInsets(mStableLayoutAlgorithm.mSystemInsets); in updateLayoutToStableBounds()1173 public void setSystemInsets(Rect systemInsets) { in setSystemInsets() method in TaskStackView1175 changed |= mStableLayoutAlgorithm.setSystemInsets(systemInsets); in setSystemInsets()1176 changed |= mLayoutAlgorithm.setSystemInsets(systemInsets); in setSystemInsets()1925 mLayoutAlgorithm.setSystemInsets(systemInsets); in onBusEvent()
348 public boolean setSystemInsets(Rect systemInsets) { in setSystemInsets() method in TaskStackLayoutAlgorithm351 mTaskGridLayoutAlgorithm.setSystemInsets(systemInsets); in setSystemInsets()352 mTaskStackLowRamLayoutAlgorithm.setSystemInsets(systemInsets); in setSystemInsets()
240 mTaskStackView.setSystemInsets(mSystemInsets);499 mTaskStackView.setSystemInsets(mSystemInsets);
766 stackLayout.setSystemInsets(systemInsets); in updateDummyStackViewLayout()