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