Searched refs:mCurrentLoop (Results 1 – 2 of 2) sorted by relevance
49 int mCurrentLoop; field in RsBenchRS64 mCurrentLoop = 0; in init()162 File resultFile = new File(sdCard, "rsbench_result" + mCurrentLoop + ".csv"); in saveTestResults()188 mCurrentLoop ++;189 mCurrentLoop = mCurrentLoop % mLoops;
135 private int mCurrentLoop; field in FrameSequenceDrawable313 mCurrentLoop++; in draw()314 if ((mLoopBehavior == LOOP_ONCE && mCurrentLoop == 1) || in draw()315 … (mLoopBehavior == LOOP_DEFAULT && mCurrentLoop == mFrameSequence.getDefaultLoopCount())) { in draw()358 mCurrentLoop = 0; in start()