Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowToken.java538 void finishFixedRotationTransform(Runnable applyDisplayRotation) { in finishFixedRotationTransform() argument
547 if (applyDisplayRotation != null) { in finishFixedRotationTransform()
548 applyDisplayRotation.run(); in finishFixedRotationTransform()
555 if (applyDisplayRotation == null) { in finishFixedRotationTransform()