Home
last modified time | relevance | path

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

/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/java/src/org/chromium/chrome/browser/app/appmenu/
H A DChipViewMenuItemViewBinder.java33 ChipViewMenuItemViewBinder(@ThreeButtonActionBarType int threeButtonActionBarType) { in ChipViewMenuItemViewBinder() argument
34 mThreeButtonActionBarType = threeButtonActionBarType; in ChipViewMenuItemViewBinder()
H A DAppMenuPropertiesDelegateImpl.java384 int threeButtonActionBarType = getThreeButtonActionBarType(); in preparePageMenu() local
386 threeButtonActionBarType == ThreeButtonActionBarType.ADD_TO_OPTION; in preparePageMenu()
422 if (threeButtonActionBarType == ThreeButtonActionBarType.ACTION_CHIP_VIEW) { in preparePageMenu()
429 } else if (threeButtonActionBarType == ThreeButtonActionBarType.DESTINATION_CHIP_VIEW) { in preparePageMenu()
439 } else if (threeButtonActionBarType == ThreeButtonActionBarType.ADD_TO_OPTION) { in preparePageMenu()