Searched refs:HORIZ_POSITION_LEFT (Results 1 – 1 of 1) sorted by relevance
52 @IntDef({HORIZ_POSITION_LEFT, HORIZ_POSITION_RIGHT})55 private static final int HORIZ_POSITION_LEFT = 0; field in CascadingMenuPopup304 return layoutDirection == View.LAYOUT_DIRECTION_RTL ? HORIZ_POSITION_LEFT : in getInitialMenuPosition()328 return HORIZ_POSITION_LEFT; in getNextMenuPosition()336 return HORIZ_POSITION_LEFT; in getNextMenuPosition()