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