Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/animation/
DAnimation.java133 boolean mFillBefore = true; field in Animation
253 … setFillBefore(a.getBoolean(com.android.internal.R.styleable.Animation_fillBefore, mFillBefore)); in Animation()
604 mFillBefore = fillBefore; in setFillBefore()
768 return mFillBefore; in getFillBefore()
922 if ((normalizedTime >= 0.0f || mFillBefore) && (normalizedTime <= 1.0f || mFillAfter)) { in getTransformation()
1137 if (mFillBefore) { in initializeInvalidateRegion()
DAnimationSet.java342 if (mFillBefore) { in initializeInvalidateRegion()
441 final boolean fillBefore = mFillBefore; in initialize()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt78776 Landroid/view/animation/Animation;->mFillBefore:Z