Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DDropTargetBar.java20 import static com.android.launcher3.ButtonDropTarget.TOOLTIP_LEFT;
96 tooltipLocation = grid.isSeascape() ? TOOLTIP_LEFT : TOOLTIP_RIGHT; in setInsets()
DButtonDropTarget.java78 public static final int TOOLTIP_LEFT = 1; field in ButtonDropTarget
172 if (mToolTipLocation == TOOLTIP_LEFT) { in onDragEnter()