Searched refs:startGridCountFrac (Results 1 – 1 of 1) sorted by relevance
311 double startGridCountFrac = ((currentOffsetMs) % divisionInMS); in onDraw() local312 log(" gridCount:" + gridCount + " fraction: " + startGridCountFrac + in onDraw()315 double currentGridMs = divisionInMS - startGridCountFrac; //in mS in onDraw()