Home
last modified time | relevance | path

Searched defs:contextToken (Results 1 – 5 of 5) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DRotationWatcherController.java60 void registerProposedRotationListener(IRotationWatcher listener, IBinder contextToken) { in registerProposedRotationListener()
142 WindowContainer<?> getAssociatedWindowContainer(IBinder contextToken) { in getAssociatedWindowContainer()
H A DWindowManagerService.java4549 public int registerProposedRotationListener(IBinder contextToken, IRotationWatcher listener) { in registerProposedRotationListener()
/aosp14/frameworks/base/core/java/android/view/
H A DWindowManagerGlobal.java683 public void registerProposedRotationListener(IBinder contextToken, Executor executor, in registerProposedRotationListener()
715 public void unregisterProposedRotationListener(IBinder contextToken, IntConsumer listener) { in unregisterProposedRotationListener()
H A DWindowManagerImpl.java369 final IBinder contextToken = Context.getToken(mContext); in addProposedRotationListener() local
H A DIWindowManager.aidl288 int registerProposedRotationListener(IBinder contextToken, IRotationWatcher listener); in registerProposedRotationListener()