Searched refs:acceptsDrop (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/ |
D | DropTarget.java | 30 boolean acceptsDrop(int x, int y, int width, int height, Rect insets, boolean isCurrentTarget); in acceptsDrop() method
|
D | RecentsViewTouchHandler.java | 238 if (mLastDropTarget.acceptsDrop((int) evX, (int) evY, width, height, in handleTouchEvent() 247 if (target.acceptsDrop((int) evX, (int) evY, width, height, in handleTouchEvent()
|
D | DockState.java | 91 public boolean acceptsDrop(int x, int y, int width, int height, Rect insets, in acceptsDrop() method in DockState
|
D | TaskStackView.java | 237 public boolean acceptsDrop(int x, int y, int width, int height, Rect insets,
|