Searched refs:controlsType (Results 1 – 3 of 3) sorted by relevance
69 default boolean controlsType(@InsetsType int type) { in controlsType() method
141 mHasZeroInsetsIme = mShownInsets.bottom == 0 && controlsType(WindowInsets.Type.ime()); in InsetsAnimationControlImpl()154 mHasZeroInsetsIme = mShownInsets.bottom == 0 && controlsType(WindowInsets.Type.ime()); in InsetsAnimationControlImpl()
1721 if (control.controlsType(type)) { in getAnimationType()