Searched refs:boltPct (Results 1 – 1 of 1) sorted by relevance
387 float boltPct = (mBoltFrame.bottom - levelTop) / (mBoltFrame.bottom - mBoltFrame.top); in draw() local388 boltPct = Math.min(Math.max(boltPct, 0), 1); in draw()389 if (boltPct <= BOLT_LEVEL_THRESHOLD) { in draw()