Searched refs:tiltTolerance (Results 1 – 1 of 1) sorted by relevance
619 int[] tiltTolerance = context.getResources().getIntArray( in AccelSensorJudge() local621 if (tiltTolerance.length == 8) { in AccelSensorJudge()623 int min = tiltTolerance[i * 2]; in AccelSensorJudge()624 int max = tiltTolerance[i * 2 + 1]; in AccelSensorJudge()