Home
last modified time | relevance | path

Searched refs:ActionBarType (Results 1 – 1 of 1) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/java/src/org/chromium/chrome/browser/app/appmenu/
H A DAppMenuPropertiesDelegateImpl.java128 @IntDef({ActionBarType.STANDARD, ActionBarType.BACKWARD_BUTTON, ActionBarType.SHARE_BUTTON})
129 @interface ActionBarType { annotation in AppMenuPropertiesDelegateImpl
315 @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;