Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DDropTargetBar.java21 import static com.android.launcher3.ButtonDropTarget.TOOLTIP_RIGHT;
96 tooltipLocation = grid.isSeascape() ? TOOLTIP_LEFT : TOOLTIP_RIGHT; in setInsets()
DButtonDropTarget.java79 public static final int TOOLTIP_RIGHT = 2; field in ButtonDropTarget