Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DInsetsAnimationControlRunner.java70 default boolean controlsType(@InsetsType int type) { in controlsType() method
DInsetsAnimationControlImpl.java140 mHasZeroInsetsIme = mShownInsets.bottom == 0 && controlsType(WindowInsets.Type.ime()); in InsetsAnimationControlImpl()
153 mHasZeroInsetsIme = mShownInsets.bottom == 0 && controlsType(WindowInsets.Type.ime()); in InsetsAnimationControlImpl()
DInsetsController.java1884 if (control.controlsType(type)) { in getAnimationType()