Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/view/
H A DInsetsAnimationControlImpl.java95 private final Insets mShownInsets; field in InsetsAnimationControlImpl
153 mShownInsets = calculateInsets(null, controls, true /* shown */); in InsetsAnimationControlImpl()
169 mCurrentAlpha, "Current:" + mCurrentInsets, "Shown:" + mShownInsets, in InsetsAnimationControlImpl()
173 new Bounds(mHiddenInsets, mShownInsets)); in InsetsAnimationControlImpl()
177 return 100 * currentInsets.left >= 5 * (mShownInsets.left - mHiddenInsets.left) in calculatePerceptible()
178 && 100 * currentInsets.top >= 5 * (mShownInsets.top - mHiddenInsets.top) in calculatePerceptible()
201 return mShownInsets; in getShownStateInsets()
287 final Insets offset = Insets.subtract(mShownInsets, mPendingInsets); in applyChangeInsets()
330 final Insets insets = shown ? mShownInsets : mHiddenInsets; in finish()
354 ? mShownInsets : mHiddenInsets; in cancel()
[all …]