Home
last modified time | relevance | path

Searched refs:mInitialInsetsState (Results 1 – 1 of 1) sorted by relevance

/aosp14/frameworks/base/core/java/android/view/
H A DInsetsAnimationControlImpl.java97 private final InsetsState mInitialInsetsState; field in InsetsAnimationControlImpl
133 mInitialInsetsState = new InsetsState(state, true /* copySources */); in InsetsAnimationControlImpl()
136 mCurrentInsets = getInsetsFromState(mInitialInsetsState, frame, null /* idSideMap */); in InsetsAnimationControlImpl()
137 mHiddenInsets = calculateInsets(mInitialInsetsState, frame, controls, false /* shown */, in InsetsAnimationControlImpl()
139 mShownInsets = calculateInsets(mInitialInsetsState, frame, controls, true /* shown */, in InsetsAnimationControlImpl()
151 mCurrentInsets = calculateInsets(mInitialInsetsState, controls, true /* shown */); in InsetsAnimationControlImpl()
468 final InsetsSource source = mInitialInsetsState.peekSource(control.getId()); in updateLeashesForSide()