Home
last modified time | relevance | path

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

/frameworks/native/cmds/flatland/
DRenderers.cpp157 mIsFirstFrame = true; in staticGradient()
167 if (mIsFirstFrame) { in staticGradient()
169 mIsFirstFrame = false; in staticGradient()
189 bool mIsFirstFrame; in staticGradient() member in android::staticGradient::NoRenderer
/frameworks/support/dynamic-animation/tests/src/android/support/dynamicanimation/tests/
DSpringTests.java654 boolean mIsFirstFrame = true; in testAllProperties()
658 if (mIsFirstFrame) { in testAllProperties()
661 mIsFirstFrame = false; in testAllProperties()