Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DRotationWatcherController.java60 void registerProposedRotationListener(IRotationWatcher listener, IBinder contextToken) { in registerProposedRotationListener()
142 WindowContainer<?> getAssociatedWindowContainer(IBinder contextToken) { in getAssociatedWindowContainer()
DWindowManagerService.java4790 public int registerProposedRotationListener(IBinder contextToken, IRotationWatcher listener) { in registerProposedRotationListener()
/frameworks/base/core/java/android/view/
DWindowManagerGlobal.java714 public void registerProposedRotationListener(IBinder contextToken, Executor executor, in registerProposedRotationListener()
746 public void unregisterProposedRotationListener(IBinder contextToken, IntConsumer listener) { in unregisterProposedRotationListener()
DWindowManagerImpl.java377 final IBinder contextToken = Context.getToken(mContext); in addProposedRotationListener() local
DIWindowManager.aidl315 int registerProposedRotationListener(IBinder contextToken, IRotationWatcher listener); in registerProposedRotationListener()