Searched refs:mHasZeroInsetsIme (Results 1 – 1 of 1) sorted by relevance
97 private final boolean mHasZeroInsetsIme; field in InsetsAnimationControlImpl131 mHasZeroInsetsIme = mShownInsets.bottom == 0 && controlsInternalType(ITYPE_IME); in InsetsAnimationControlImpl()132 if (mHasZeroInsetsIme) { in InsetsAnimationControlImpl()144 mHasZeroInsetsIme = mShownInsets.bottom == 0 && controlsInternalType(ITYPE_IME); in InsetsAnimationControlImpl()169 return mHasZeroInsetsIme; in hasZeroInsetsIme()439 final boolean visible = mHasZeroInsetsIme && side == ISIDE_BOTTOM in updateLeashesForSide()