Searched refs:mCurrentRotation (Results 1 – 2 of 2) sorted by relevance
64 private int mCurrentRotation = -1; field in WindowOrientationListener214 mCurrentRotation = rotation; in setCurrentRotation()262 proto.write(ROTATION, mCurrentRotation); in writeToProto()272 pw.println(prefix + "mCurrentRotation=" + Surface.rotationToString(mCurrentRotation)); in dump()786 Slog.v(TAG, "Result: currentRotation=" + mCurrentRotation in onSensorChanged()865 final int currentRotation = mCurrentRotation; in isOrientationAngleAcceptableLocked()
105 private int mCurrentRotation = -1; field in NavigationBarView964 return mCurrentRotation != rotation; in needsReorient()977 mCurrentRotation = rot; in updateCurrentView()994 mDeadZone.onConfigurationChanged(mCurrentRotation); in reorient()1001 Log.d(TAG, "reorient(): rot=" + mCurrentRotation); in reorient()