Searched refs:mFunction (Results 1 – 2 of 2) sorted by relevance
34 private int mFunction; field in FadeDrawableComponent53 mFunction = FADE_LINEAR; in reset()101 if (mFunction == FADE_LINEAR) { in update()103 } else if (mFunction == FADE_EASE) { in update()139 mFunction = function; in setupFade()
148 T mFunction; in func() member150 Struct(T function) : mFunction(function) {}; in func()153 mFunction(); in func()