OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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