Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/view/
H A DInsetsAnimationControlRunner.java69 default boolean controlsType(@InsetsType int type) { in controlsType() method
H A DInsetsAnimationControlImpl.java141 mHasZeroInsetsIme = mShownInsets.bottom == 0 && controlsType(WindowInsets.Type.ime()); in InsetsAnimationControlImpl()
154 mHasZeroInsetsIme = mShownInsets.bottom == 0 && controlsType(WindowInsets.Type.ime()); in InsetsAnimationControlImpl()
H A DInsetsController.java1721 if (control.controlsType(type)) { in getAnimationType()