Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/legacy/recents/src/com/android/systemui/recents/views/
DDropTarget.java30 boolean acceptsDrop(int x, int y, int width, int height, Rect insets, boolean isCurrentTarget); in acceptsDrop() argument
DDockState.java92 boolean isCurrentTarget) { in acceptsDrop() argument
93 if (isCurrentTarget) { in acceptsDrop()
DTaskStackView.java239 boolean isCurrentTarget) {
242 if (!isCurrentTarget) {