Home
last modified time | relevance | path

Searched refs:setCurrentRotation (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/domain/interactor/
H A DDisplayStateInteractorImplTest.kt72 displayStateRepository.setCurrentRotation(DisplayRotation.ROTATION_180)
75 displayStateRepository.setCurrentRotation(DisplayRotation.ROTATION_90)
/aosp14/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/biometrics/data/repository/
H A DFakeDisplayStateRepository.kt38 fun setCurrentRotation(currentRotation: DisplayRotation) { regex
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowOrientationListener.java248 public void setCurrentRotation(int rotation) { in setCurrentRotation() method in WindowOrientationListener
H A DDisplayRotation.java303 mOrientationListener.setCurrentRotation(mRotation); in DisplayRotation()
448 mOrientationListener.setCurrentRotation(rotation); in applyCurrentRotation()