Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
DDropTarget.java30 boolean acceptsDrop(int x, int y, int width, int height, Rect insets, boolean isCurrentTarget); in acceptsDrop() method
DRecentsViewTouchHandler.java238 if (mLastDropTarget.acceptsDrop((int) evX, (int) evY, width, height, in handleTouchEvent()
247 if (target.acceptsDrop((int) evX, (int) evY, width, height, in handleTouchEvent()
DDockState.java91 public boolean acceptsDrop(int x, int y, int width, int height, Rect insets, in acceptsDrop() method in DockState
DTaskStackView.java237 public boolean acceptsDrop(int x, int y, int width, int height, Rect insets,