Searched refs:applyChangeInsets (Results 1 – 3 of 3) sorted by relevance
134 mController.applyChangeInsets(new InsetsState()); in testChangeInsets()153 mController.applyChangeInsets(mInsetsState); in testFinishing()
145 public boolean applyChangeInsets(InsetsState state) { in applyChangeInsets() method in InsetsAnimationControlImpl
131 if (mAnimationControls.get(i).applyChangeInsets(state)) { in InsetsController()