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