Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/view/
H A DInsetsAnimationControlImpl.java109 private Insets mCurrentInsets; field in InsetsAnimationControlImpl
136 mCurrentInsets = getInsetsFromState(mInitialInsetsState, frame, null /* idSideMap */); in InsetsAnimationControlImpl()
151 mCurrentInsets = calculateInsets(mInitialInsetsState, controls, true /* shown */); in InsetsAnimationControlImpl()
157 mPendingInsets = mCurrentInsets; in InsetsAnimationControlImpl()
169 mCurrentAlpha, "Current:" + mCurrentInsets, "Shown:" + mShownInsets, in InsetsAnimationControlImpl()
206 return mCurrentInsets; in getCurrentInsets()
299 mCurrentInsets = mPendingInsets; in applyChangeInsets()
306 mShownOnFinish, mCurrentAlpha, mCurrentInsets)); in applyChangeInsets()