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()
97 private int mCurrentRotation = -1; field in NavigationBarView874 return mCurrentRotation != rotation; in needsReorient()882 mCurrentRotation = getContextDisplay().getRotation(); in updateCurrentView()883 mNavigationInflaterView.setAlternativeOrder(mCurrentRotation == Surface.ROTATION_90); in updateCurrentView()919 mDeadZone.onConfigurationChanged(mCurrentRotation); in reorient()925 Log.d(TAG, "reorient(): rot=" + mCurrentRotation); in reorient()