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 241 if (mLastDropTarget.acceptsDrop((int) evX, (int) evY, width, height,
250 if (target.acceptsDrop((int) evX, (int) evY, width, height,
TaskStackView.java 246 public boolean acceptsDrop(int x, int y, int width, int height, Rect insets,
259 public boolean acceptsDrop(int x, int y, int width, int height, Rect insets,
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/model/
TaskStack.java 282 public boolean acceptsDrop(int x, int y, int width, int height, Rect insets,
    [all...]

Completed in 95 milliseconds