Searched refs:mLastFilteredX (Results 1 – 1 of 1) sorted by relevance
468 private float mLastFilteredX, mLastFilteredY, mLastFilteredZ; field in WindowOrientationListener.AccelSensorJudge536 pw.println(prefix + "mLastFilteredX=" + mLastFilteredX); in dumpLocked()603 x = alpha * (x - mLastFilteredX) + mLastFilteredX; in onSensorChanged()614 mLastFilteredX = x; in onSensorChanged()