Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/transition/
DRemoteTransitionHandler.java98 unhandleDeath(remote.asBinder(), null /* finishCallback */); in removeFiltered()
155 unhandleDeath(remote.asBinder(), finishCallback); in startAnimation()
183 unhandleDeath(remote.asBinder(), finishCallback); in startAnimation()
327 private void unhandleDeath(@NonNull IBinder remote, in unhandleDeath() method in RemoteTransitionHandler