Home | History | Annotate | Download | only in controllersample

Lines Matching refs:flat

469             final float flat = range.getFlat();
473 // Ignore axis values that are within the 'flat' region of the
477 if (Math.abs(value) > flat) {