Searched refs:mPendingInsets (Results 1 – 1 of 1) sorted by relevance
/aosp14/frameworks/base/core/java/android/view/ |
H A D | InsetsAnimationControlImpl.java | 110 private Insets mPendingInsets; field in InsetsAnimationControlImpl 157 mPendingInsets = mCurrentInsets; in InsetsAnimationControlImpl() 268 mPendingInsets = sanitize(insets); in setInsetsAndAlpha() 271 boolean perceptible = calculatePerceptible(mPendingInsets, mPendingAlpha); in setInsetsAndAlpha() 287 final Insets offset = Insets.subtract(mShownInsets, mPendingInsets); in applyChangeInsets() 289 updateLeashesForSide(ISIDE_LEFT, offset.left, mPendingInsets.left, params, outState, in applyChangeInsets() 291 updateLeashesForSide(ISIDE_TOP, offset.top, mPendingInsets.top, params, outState, in applyChangeInsets() 299 mCurrentInsets = mPendingInsets; in applyChangeInsets() 353 mPendingInsets = mLayoutInsetsDuringAnimation == LAYOUT_INSETS_DURING_ANIMATION_SHOWN in cancel() 363 Objects.toString(mPendingInsets)); in cancel() [all …]
|