Searched refs:isCurrentTarget (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/ |
D | DropTarget.java | 28 boolean acceptsDrop(int x, int y, int width, int height, boolean isCurrentTarget); in acceptsDrop() argument
|
D | TaskStackView.java | 221 public boolean acceptsDrop(int x, int y, int width, int height, boolean isCurrentTarget) { 224 if (!isCurrentTarget) { 233 public boolean acceptsDrop(int x, int y, int width, int height, boolean isCurrentTarget) { 236 if (!isCurrentTarget) {
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/model/ |
D | TaskStack.java | 278 public boolean acceptsDrop(int x, int y, int width, int height, boolean isCurrentTarget) { in acceptsDrop() argument 279 return isCurrentTarget in acceptsDrop()
|