Searched refs:mShownInsets (Results 1 – 1 of 1) sorted by relevance
64 private final Insets mShownInsets; field in InsetsAnimationControlImpl93 mShownInsets = calculateInsets(mInitialInsetsState, frame, consumers, true /* shown */, in InsetsAnimationControlImpl()102 mShownInsets); in InsetsAnimationControlImpl()113 return mShownInsets; in getShownStateInsets()149 final Insets offset = Insets.subtract(mShownInsets, mPendingInsets); in applyChangeInsets()223 return Insets.max(Insets.min(insets, mShownInsets), mHiddenInsets); in sanitize()