HomeSort by relevance Sort by last modified time
    Searched defs:HORIZ_POSITION_RIGHT (Results 1 - 3 of 3) sorted by null

  /frameworks/base/core/java/com/android/internal/view/menu/
CascadingMenuPopup.java 52 @IntDef({HORIZ_POSITION_LEFT, HORIZ_POSITION_RIGHT})
56 private static final int HORIZ_POSITION_RIGHT = 1;
298 HORIZ_POSITION_RIGHT;
318 if (mLastPosition == HORIZ_POSITION_RIGHT) {
323 return HORIZ_POSITION_RIGHT;
327 return HORIZ_POSITION_RIGHT;
388 final boolean showOnRight = nextMenuPosition == HORIZ_POSITION_RIGHT;
  /frameworks/support/v7/appcompat/src/android/support/v7/view/menu/
CascadingMenuPopup.java 67 @IntDef({HORIZ_POSITION_LEFT, HORIZ_POSITION_RIGHT})
71 private static final int HORIZ_POSITION_RIGHT = 1;
293 HORIZ_POSITION_RIGHT;
313 if (mLastPosition == HORIZ_POSITION_RIGHT) {
318 return HORIZ_POSITION_RIGHT;
322 return HORIZ_POSITION_RIGHT;
383 final boolean showOnRight = nextMenuPosition == HORIZ_POSITION_RIGHT;
  /prebuilts/sdk/current/support/v7/appcompat/libs/
android-support-v7-appcompat.jar 

Completed in 45 milliseconds