Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/view/
H A DInsetsAnimationControlImpl.java115 private float mCurrentAlpha = 1.0f; field in InsetsAnimationControlImpl
169 mCurrentAlpha, "Current:" + mCurrentInsets, "Shown:" + mShownInsets, in InsetsAnimationControlImpl()
211 return mCurrentAlpha; in getCurrentAlpha()
301 mCurrentAlpha = mPendingAlpha; in applyChangeInsets()
306 mShownOnFinish, mCurrentAlpha, mCurrentInsets)); in applyChangeInsets()
338 mCurrentAlpha, shown ? 1 : 0, Objects.toString(insets)); in finish()
392 proto.write(CURRENT_ALPHA, mCurrentAlpha); in dumpDebug()