Searched refs:ACTION_DRAG_ENTERED (Results 1 - 8 of 8) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/tuner/
H A DClipboardView.java63 case DragEvent.ACTION_DRAG_ENTERED:
/frameworks/base/core/java/android/view/
H A DDragEvent.java35 * For example, a View can react to the {@link #ACTION_DRAG_ENTERED} action type by
68 * <td>ACTION_DRAG_ENTERED</td>
175 * {@link #ACTION_DRAG_ENTERED} if the drag shadow is still within the View object's bounding
179 * A View receives an {@link #ACTION_DRAG_ENTERED} event before receiving any
186 * of a descendant view that can accept the data, the View receives an ACTION_DRAG_ENTERED again
189 * @see #ACTION_DRAG_ENTERED
240 * If the View can accept a drop, it can react to ACTION_DRAG_ENTERED
247 * of a descendant view that can accept the data, the View receives an ACTION_DRAG_ENTERED again
250 * @see #ACTION_DRAG_ENTERED
253 public static final int ACTION_DRAG_ENTERED field in class:DragEvent
[all...]
H A DViewGroup.java1460 // Position should not be available for ACTION_DRAG_ENTERED and
1471 event.mAction = DragEvent.ACTION_DRAG_ENTERED;
H A DViewRootImpl.java5653 // Position should not be available for ACTION_DRAG_ENTERED and ACTION_DRAG_EXITED.
5663 event.mAction = DragEvent.ACTION_DRAG_ENTERED;
H A DView.java834 * ACTION_DRAG_ENTERED event, the parent doesn't get a ACTION_DRAG_EXITED event.
838 * ACTION_DRAG_ENTERED. ACTION_DRAG_LOCATION and ACTION_DROP are never propagated to the parent.
20860 // Dispatches ACTION_DRAG_ENTERED and ACTION_DRAG_EXITED events for pre-Nougat apps.
20905 case DragEvent.ACTION_DRAG_ENTERED: {
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/dirlist/
H A DDirectoryFragment.java1240 case DragEvent.ACTION_DRAG_ENTERED:
/frameworks/opt/chips/src/com/android/ex/chips/
H A DRecipientEditTextView.java3366 case DragEvent.ACTION_DRAG_ENTERED:
/frameworks/base/core/java/android/widget/
H A DTextView.java9747 case DragEvent.ACTION_DRAG_ENTERED:

Completed in 323 milliseconds