Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/view/
H A DWindowManagerGlobal.java691 final ProposedRotationListenerDelegate existingDelegate = delegate; in registerProposedRotationListener() local
700 if (existingDelegate != null) { in registerProposedRotationListener()
701 executor.execute(() -> listener.accept(existingDelegate.mLastRotation)); in registerProposedRotationListener()