Home
last modified time | relevance | path

Searched refs:TOOLTIP_DEFAULT (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/
DDropTargetBar.java19 import static com.android.launcher3.ButtonDropTarget.TOOLTIP_DEFAULT;
91 int tooltipLocation = TOOLTIP_DEFAULT; in setInsets()
DButtonDropTarget.java53 public static final int TOOLTIP_DEFAULT = 0; field in ButtonDropTarget
135 if (mToolTipLocation != TOOLTIP_DEFAULT) { in onDragEnter()