Home
last modified time | relevance | path

Searched refs:isCurrentTarget (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
DDropTarget.java28 boolean acceptsDrop(int x, int y, int width, int height, boolean isCurrentTarget); in acceptsDrop() argument
DTaskStackView.java221 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/
DTaskStack.java278 public boolean acceptsDrop(int x, int y, int width, int height, boolean isCurrentTarget) { in acceptsDrop() argument
279 return isCurrentTarget in acceptsDrop()