Home
last modified time | relevance | path

Searched defs:dragRecipientExited (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
DBridgeWindowSession.java161 public void dragRecipientExited(IWindow window) throws RemoteException { in dragRecipientExited() method in BridgeWindowSession
/frameworks/base/core/java/android/view/
DIWindowSession.aidl171 void dragRecipientExited(IWindow window); in dragRecipientExited() method
/frameworks/base/services/core/java/com/android/server/wm/
DSession.java397 public void dragRecipientExited(IWindow window) { in dragRecipientExited() method in Session