Searched refs:mCurrentRotation (Results 1 – 2 of 2) sorted by relevance
64 private int mCurrentRotation = -1; field in WindowOrientationListener218 mCurrentRotation = rotation; in setCurrentRotation()266 proto.write(ROTATION, mCurrentRotation); in writeToProto()276 pw.println(prefix + "mCurrentRotation=" + Surface.rotationToString(mCurrentRotation)); in dump()790 Slog.v(TAG, "Result: currentRotation=" + mCurrentRotation in onSensorChanged()869 final int currentRotation = mCurrentRotation; in isOrientationAngleAcceptableLocked()
100 private int mCurrentRotation = -1; field in NavigationBarView894 return mCurrentRotation != rotation; in needsReorient()902 mCurrentRotation = getContextDisplay().getRotation(); in updateCurrentView()903 mNavigationInflaterView.setAlternativeOrder(mCurrentRotation == Surface.ROTATION_90); in updateCurrentView()940 mDeadZone.onConfigurationChanged(mCurrentRotation); in reorient()946 Log.d(TAG, "reorient(): rot=" + mCurrentRotation); in reorient()