Searched refs:mThreshOrientation (Results 1 - 1 of 1) sorted by relevance

/external/sl4a/Common/src/com/googlecode/android_scripting/facade/
H A DSensorManagerFacade.java105 private volatile Integer mThreshOrientation = 0; field in class:SensorManagerFacade
191 mThreshOrientation = 1;
217 mThreshOrientation = 0;
403 if (mThreshOrientation == 0) {
412 if ((mThreshOrientation == 1) && (mSensorNumber == 1)) {

Completed in 28 milliseconds