Searched refs:mHiddenInsets (Results 1 – 1 of 1) sorted by relevance
61 private final Insets mHiddenInsets; field in InsetsAnimationControlImpl91 mHiddenInsets = calculateInsets(mInitialInsetsState, frame, consumers, false /* shown */, in InsetsAnimationControlImpl()101 mAnimation = new WindowInsetsAnimationListener.InsetsAnimation(mTypes, mHiddenInsets, in InsetsAnimationControlImpl()108 return mHiddenInsets; in getHiddenStateInsets()223 return Insets.max(Insets.min(insets, mShownInsets), mHiddenInsets); in sanitize()