HomeSort by relevance Sort by last modified time
    Searched refs:acceptsDrop (Results 1 - 4 of 4) sorted by null

  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
DropTarget.java 30 boolean acceptsDrop(int x, int y, int width, int height, Rect insets, boolean isCurrentTarget);
RecentsViewTouchHandler.java 238 if (mLastDropTarget.acceptsDrop((int) evX, (int) evY, width, height,
247 if (target.acceptsDrop((int) evX, (int) evY, width, height,
DockState.java 91 public boolean acceptsDrop(int x, int y, int width, int height, Rect insets,
TaskStackView.java 237 public boolean acceptsDrop(int x, int y, int width, int height, Rect insets,
    [all...]

Completed in 154 milliseconds