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