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