Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DInsetsAnimationControlImpl.java66 private final InsetsState mInitialInsetsState; field in InsetsAnimationControlImpl
89 mInitialInsetsState = new InsetsState(state, true /* copySources */); in InsetsAnimationControlImpl()
90 mCurrentInsets = getInsetsFromState(mInitialInsetsState, frame, null /* typeSideMap */); in InsetsAnimationControlImpl()
91 mHiddenInsets = calculateInsets(mInitialInsetsState, frame, consumers, false /* shown */, in InsetsAnimationControlImpl()
93 mShownInsets = calculateInsets(mInitialInsetsState, frame, consumers, true /* shown */, in InsetsAnimationControlImpl()
232 final InsetsSource source = mInitialInsetsState.getSource(consumer.getType()); in updateLeashesForSide()