Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DInsetsAnimationControlImpl.java89 private final InsetsState mInitialInsetsState; field in InsetsAnimationControlImpl
123 mInitialInsetsState = new InsetsState(state, true /* copySources */); in InsetsAnimationControlImpl()
126 mCurrentInsets = getInsetsFromState(mInitialInsetsState, frame, null /* typeSideMap */); in InsetsAnimationControlImpl()
127 mHiddenInsets = calculateInsets(mInitialInsetsState, frame, controls, false /* shown */, in InsetsAnimationControlImpl()
129 mShownInsets = calculateInsets(mInitialInsetsState, frame, controls, true /* shown */, in InsetsAnimationControlImpl()
141 mCurrentInsets = calculateInsets(mInitialInsetsState, controls, true /* shown */); in InsetsAnimationControlImpl()
432 final InsetsSource source = mInitialInsetsState.getSource(control.getType()); in updateLeashesForSide()