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