Home
last modified time | relevance | path

Searched refs:controlWindowInsetsAnimation (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/java/android/view/
DWindowInsetsController.java67 void controlWindowInsetsAnimation(@InsetType int types, in controlWindowInsetsAnimation() method
79 controlWindowInsetsAnimation(ime(), listener); in controlInputMethodAnimation()
DInsetsController.java272 public void controlWindowInsetsAnimation(@InsetType int types, in controlWindowInsetsAnimation() method in InsetsController
274 controlWindowInsetsAnimation(types, listener, false /* fromIme */); in controlWindowInsetsAnimation()
277 private void controlWindowInsetsAnimation(@InsetType int types, in controlWindowInsetsAnimation() method in InsetsController
/frameworks/base/core/tests/coretests/src/android/view/
DInsetsControllerTest.java123 mController.controlWindowInsetsAnimation(topBar(), mockListener); in testControlsRevoked_duringAnim()
135 mController.controlWindowInsetsAnimation(0, controlListener); in testFrameDoesntMatchDisplay()
326 mController.controlWindowInsetsAnimation(topBar(), mockListener); in testAnimationEndState_controller()