OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dragType
(Results
1 - 4
of
4
) sorted by null
/packages/apps/Launcher3/src/com/android/launcher3/accessibility/
AccessibleDragListenerAdapter.java
38
* @param
dragType
either {@link CellLayout#WORKSPACE_ACCESSIBILITY_DRAG} or
41
public AccessibleDragListenerAdapter(ViewGroup parent, int
dragType
) {
43
mDragType =
dragType
;
WorkspaceAccessibilityHelper.java
30
import com.android.launcher3.accessibility.LauncherAccessibilityDelegate.
DragType
;
60
if (dragInfo.
dragType
==
DragType
.WIDGET && !mView.acceptsWidget()) {
64
if (dragInfo.
dragType
==
DragType
.WIDGET) {
104
} else if (dragInfo.
dragType
!=
DragType
.FOLDER) {
LauncherAccessibilityDelegate.java
58
public enum
DragType
{
65
public
DragType
dragType
;
358
mDragInfo.
dragType
=
DragType
.ICON;
360
mDragInfo.
dragType
=
DragType
.FOLDER;
362
mDragInfo.
dragType
=
DragType
.WIDGET;
/packages/apps/Launcher3/src/com/android/launcher3/
CellLayout.java
298
public void enableAccessibleDrag(boolean enable, int
dragType
) {
306
if (
dragType
== WORKSPACE_ACCESSIBILITY_DRAG &&
309
} else if (
dragType
== FOLDER_ACCESSIBILITY_DRAG &&
[
all
...]
Completed in 2163 milliseconds