Searched refs:TOOLTIP_RIGHT (Results 1 – 2 of 2) sorted by relevance
21 import static com.android.launcher3.ButtonDropTarget.TOOLTIP_RIGHT;97 tooltipLocation = grid.isSeascape() ? TOOLTIP_LEFT : TOOLTIP_RIGHT; in setInsets()
55 public static final int TOOLTIP_RIGHT = 2; field in ButtonDropTarget