Searched refs:mStep (Results 1 – 2 of 2) sorted by relevance
279 private int mStep; field in MultiProducerActivity.ColorPulse311 float frac = mStep / 50.0f; in draw()322 mStep++; in draw()323 if (mStep >= 50) { in draw()324 mStep = 0; in draw()
627 private final int mStep; field in AssetAtlasService.ComputeWorker649 mStep = step; in ComputeWorker()669 for (int width = mEnd; width > mStart; width -= mStep) { in run()