Searched refs:TOOLTIP_LEFT (Results 1 – 2 of 2) sorted by relevance
20 import static com.android.launcher3.ButtonDropTarget.TOOLTIP_LEFT;97 tooltipLocation = grid.isSeascape() ? TOOLTIP_LEFT : TOOLTIP_RIGHT; in setInsets()
54 public static final int TOOLTIP_LEFT = 1; field in ButtonDropTarget138 if (mToolTipLocation == TOOLTIP_LEFT) { in onDragEnter()