Searched refs:ActionBarType (Results 1 – 1 of 1) sorted by relevance
128 @IntDef({ActionBarType.STANDARD, ActionBarType.BACKWARD_BUTTON, ActionBarType.SHARE_BUTTON})129 @interface ActionBarType { annotation in AppMenuPropertiesDelegateImpl315 @ActionBarType in preparePageMenu()319 if (actionBarType == ActionBarType.BACKWARD_BUTTON) { in preparePageMenu()972 return getActionBarType() != ActionBarType.SHARE_BUTTON;976 return getActionBarType() != ActionBarType.STANDARD;982 private @ActionBarType int getActionBarType() {985 return ActionBarType.BACKWARD_BUTTON;987 return ActionBarType.SHARE_BUTTON;990 return ActionBarType.STANDARD;