Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/draganddrop/
DDragUtils.java44 if (isAppDrag(event.getClipDescription())) { in canHandleDrag()
60 public static boolean isAppDrag(ClipDescription description) { in isAppDrag() method in DragUtils