Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DWindowManagerGlobal.java722 final ProposedRotationListenerDelegate existingDelegate = delegate; in registerProposedRotationListener() local
731 if (existingDelegate != null) { in registerProposedRotationListener()
732 executor.execute(() -> listener.accept(existingDelegate.mLastRotation)); in registerProposedRotationListener()