Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DAnimator.cpp42 , mHasStartValue(false) in BaseRenderNodeAnimator()
70 mHasStartValue = true; in doSetStartValue()
163 if (!mHasStartValue) { in pushStaging()
339 if (!mHasStartValue && mStagingTarget->isPropertyFieldDirty(mPropertyAccess->dirtyMask)) { in onAttached()
DAnimator.h148 bool mHasStartValue; variable