Searched refs:ACTION_DRAG_STARTED (Results 1 - 7 of 7) sorted by relevance

/frameworks/base/core/java/android/view/
H A DDragEvent.java59 * <td>ACTION_DRAG_STARTED</td>
165 * ACTION_DRAG_STARTED.
171 public static final int ACTION_DRAG_STARTED = 1; field in class:DragEvent
221 * All views with listeners that returned boolean <code>true</code> for the ACTION_DRAG_STARTED
231 * @see #ACTION_DRAG_STARTED
325 * <li>{@link #ACTION_DRAG_STARTED}</li>
339 * {@link #ACTION_DRAG_STARTED}, {@link #ACTION_DRAG_LOCATION} or {@link #ACTION_DROP}.
348 * {@link #ACTION_DRAG_STARTED}, {@link #ACTION_DRAG_LOCATION} or {@link #ACTION_DROP}.
H A DViewGroup.java1384 case DragEvent.ACTION_DRAG_STARTED: {
H A DViewRootImpl.java5516 if (what == DragEvent.ACTION_DRAG_STARTED) {
/frameworks/base/services/core/java/com/android/server/wm/
H A DDragState.java258 /* helper - send a ACTION_DRAG_STARTED event, if the
269 DragEvent event = obtainDragEvent(newWin, DragEvent.ACTION_DRAG_STARTED,
311 /* helper - send a ACTION_DRAG_STARTED event only if the window has not
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/dirlist/
H A DDirectoryFragment.java1235 case DragEvent.ACTION_DRAG_STARTED:
/frameworks/opt/chips/src/com/android/ex/chips/
H A DRecipientEditTextView.java3363 case DragEvent.ACTION_DRAG_STARTED:
/frameworks/base/core/java/android/widget/
H A DTextView.java9744 case DragEvent.ACTION_DRAG_STARTED:

Completed in 196 milliseconds