Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/view/
H A DInsetsController.java1629 @InsetsType int removedTypes = 0; in cancelAnimation() local
1634 removedTypes = control.getTypes(); in cancelAnimation()
1641 onAnimationStateChanged(removedTypes, false /* running */); in cancelAnimation()