Home
last modified time | relevance | path

Searched refs:bottomSheetController (Results 1 – 25 of 41) sorted by relevance

12

/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/features/autofill_assistant/java/src/org/chromium/chrome/browser/autofill_assistant/
H A DAutofillAssistantModuleEntryImpl.java50 public void start(BottomSheetController bottomSheetController, in start() argument
94 triggerScriptBridge.start(bottomSheetController, browserControls, in start()
124 startAutofillAssistantRegular(bottomSheetController, browserControls, in start()
133 startAutofillAssistantRegular(bottomSheetController, browserControls, compositorViewHolder, in start()
149 private void startAutofillAssistantLite(BottomSheetController bottomSheetController, in startAutofillAssistantLite() argument
163 private void startAutofillAssistantRegular(BottomSheetController bottomSheetController, in startAutofillAssistantRegular() argument
183 bottomSheetController, browserControls, compositorViewHolder, in startAutofillAssistantRegular()
184 bottomSheetController.getScrimCoordinator()); in startAutofillAssistantRegular()
216 BottomSheetController bottomSheetController, in createActionHandler() argument
219 return new AutofillAssistantActionHandlerImpl(context, bottomSheetController, in createActionHandler()
[all …]
H A DOnboardingCoordinatorFactory.java22 Context context, BottomSheetController bottomSheetController, in createOnboardingCoordinator() argument
28 bottomSheetController, browserControls, compositorViewHolder, in createOnboardingCoordinator()
29 bottomSheetController.getScrimCoordinator()); in createOnboardingCoordinator()
H A DAutofillAssistantLiteScriptCoordinator.java33 AutofillAssistantLiteScriptCoordinator(BottomSheetController bottomSheetController, in AutofillAssistantLiteScriptCoordinator() argument
36 mBottomSheetController = bottomSheetController; in AutofillAssistantLiteScriptCoordinator()
H A DAssistantPeekHeightCoordinator.java73 BottomSheetController bottomSheetController, View toolbarView, View headerView, in AssistantPeekHeightCoordinator() argument
77 mBottomSheetController = bottomSheetController; in AssistantPeekHeightCoordinator()
H A DAutofillAssistantActionHandlerImpl.java37 AutofillAssistantActionHandlerImpl(Context context, BottomSheetController bottomSheetController, in AutofillAssistantActionHandlerImpl() argument
41 mBottomSheetController = bottomSheetController; in AutofillAssistantActionHandlerImpl()
H A DScrollToHideGestureListener.java54 BottomSheetController bottomSheetController, AssistantBottomSheetContent content) { in ScrollToHideGestureListener() argument
55 mBottomSheetController = bottomSheetController; in ScrollToHideGestureListener()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/features/autofill_assistant/javatests/src/org/chromium/chrome/browser/autofill_assistant/
H A DTestingAutofillAssistantModuleEntryProvider.java43 BottomSheetController bottomSheetController, in MockAutofillAssistantActionHandler() argument
47 super(context, bottomSheetController, browserControls, compositorViewHolder, in MockAutofillAssistantActionHandler()
48 activityTabProvider, bottomSheetController.getScrimCoordinator()); in MockAutofillAssistantActionHandler()
67 public void start(BottomSheetController bottomSheetController, in start() argument
80 BottomSheetController bottomSheetController, in createActionHandler() argument
84 return new MockAutofillAssistantActionHandler(context, bottomSheetController, in createActionHandler()
H A DAutofillAssistantUiTest.java125 BottomSheetController bottomSheetController = in testStartAndAccept() local
129 bottomSheetController, getActivity().getTabObscuringHandler(), in testStartAndAccept()
261 BottomSheetController bottomSheetController = in testTooltipBubble() local
265 bottomSheetController, getActivity().getTabObscuringHandler(), in testTooltipBubble()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/java/src/org/chromium/chrome/browser/payments/minimal/
H A DMinimalUICoordinator.java89 public boolean show(Context context, BottomSheetController bottomSheetController, in show() argument
111 bottomSheetController.addObserver(mMediator); in show()
123 bottomSheetController.removeObserver(mMediator); in show()
124 bottomSheetController.hideContent(/*content=*/view, /*animate=*/true); in show()
127 return bottomSheetController.requestShowContent(/*content=*/view, /*animate=*/true); in show()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/java/src/org/chromium/chrome/browser/payments/handler/
H A DPaymentHandlerCoordinator.java88 BottomSheetController bottomSheetController = in show() local
90 bottomSheetController.addObserver(mediator); in show()
104 bottomSheetController.removeObserver(mediator); in show()
105 bottomSheetController.hideContent(/*content=*/view, /*animate=*/true); in show()
114 boolean isShowSuccess = bottomSheetController.requestShowContent(view, /*animate=*/true); in show()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/features/start_surface/internal/java/src/org/chromium/chrome/features/start_surface/
H A DExploreSurfaceCoordinator.java53 BottomSheetController bottomSheetController, Supplier<Tab> parentTabSupplier) { in ExploreSurfaceCoordinator() argument
65 mHasHeader, isInNightMode, isPlaceholderShown, bottomSheetController); in ExploreSurfaceCoordinator()
91 BottomSheetController bottomSheetController) { in internalCreateFeedSurfaceCoordinator() argument
120 isPlaceholderShown, bottomSheetController); in internalCreateFeedSurfaceCoordinator()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/features/tab_ui/java/src/org/chromium/chrome/browser/tasks/tab_groups/
H A DTabGroupUtils.java48 @Nullable BottomSheetController bottomSheetController) { in maybeShowIPH() argument
99 if (bottomSheetController == null) return; in maybeShowIPH()
117 if (bottomSheetController.getSheetState() != BottomSheetController.SheetState.HIDDEN) { in maybeShowIPH()
121 bottomSheetController.removeObserver(bottomSheetObserver); in maybeShowIPH()
124 bottomSheetController.addObserver(bottomSheetObserver); in maybeShowIPH()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/java/src/org/chromium/chrome/browser/omnibox/voice/
H A DAssistantVoiceSearchConsentUi.java57 @Nullable BottomSheetController bottomSheetController, in show() argument
63 if (bottomSheetController == null) { in show()
70 sharedPreferencesManager, settingsLauncher, bottomSheetController); in show()
103 @NonNull BottomSheetController bottomSheetController) { in AssistantVoiceSearchConsentUi() argument
107 mBottomSheetController = bottomSheetController; in AssistantVoiceSearchConsentUi()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/java/src/org/chromium/chrome/browser/directactions/
H A DDirectActionInitializer.java76 @Nullable BottomSheetController bottomSheetController, in DirectActionInitializer() argument
85 mBottomSheetController = bottomSheetController; in DirectActionInitializer()
145 @Nullable BottomSheetController bottomSheetController, in registerCommonChromeActions() argument
157 bottomSheetController, browserControls, compositorViewHolder, in registerCommonChromeActions()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/features/tab_ui/javatests/src/org/chromium/chrome/browser/tasks/tab_management/
H A DTabGroupUiTest.java249 final BottomSheetController bottomSheetController = in testIphSuppressedByBottomSheet() local
252 new BottomSheetTestSupport(bottomSheetController); in testIphSuppressedByBottomSheet()
256 bottomSheetController.requestShowContent(bottomSheetContent, false); in testIphSuppressedByBottomSheet()
259 () -> bottomSheetController.getSheetState() != SheetState.HIDDEN); in testIphSuppressedByBottomSheet()
265 () -> bottomSheetController.getSheetState() == SheetState.HIDDEN); in testIphSuppressedByBottomSheet()
276 bottomSheetController.requestShowContent(bottomSheetContent, false); in testIphSuppressedByBottomSheet()
279 () -> bottomSheetController.getSheetState() != SheetState.HIDDEN); in testIphSuppressedByBottomSheet()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/java/src/org/chromium/chrome/browser/gesturenav/
H A DNavigationSheet.java42 View rootView, Context context, Supplier<BottomSheetController> bottomSheetController) { in create() argument
43 return new NavigationSheetCoordinator(rootView, context, bottomSheetController); in create()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/features/autofill_assistant/public/java/src/org/chromium/chrome/browser/autofill_assistant/
H A DAutofillAssistantModuleEntry.java36 void start(BottomSheetController bottomSheetController, in start() argument
56 BottomSheetController bottomSheetController, in createActionHandler() argument
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/java/src/org/chromium/chrome/browser/signin/
H A DSigninUtils.java101 BottomSheetController bottomSheetController = in openAccountPickerBottomSheet() local
103 if (bottomSheetController == null) { in openAccountPickerBottomSheet()
122 new AccountPickerBottomSheetCoordinator(activity, bottomSheetController, in openAccountPickerBottomSheet()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/feed/core/java/src/org/chromium/chrome/browser/feed/v2/
H A DFeedStreamWrapper.java42 BottomSheetController bottomSheetController, Supplier<Tab> tabSupplier, in createStream() argument
45 pageNavigationDelegate, bottomSheetController, placeholderShown, tabSupplier); in createStream()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/java/src/org/chromium/chrome/browser/signin/account_picker/
H A DAccountPickerBottomSheetCoordinator.java62 BottomSheetController bottomSheetController, in AccountPickerBottomSheetCoordinator() argument
80 mBottomSheetController = bottomSheetController; in AccountPickerBottomSheetCoordinator()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/features/autofill_assistant/java/src/org/chromium/chrome/browser/autofill_assistant/trigger_scripts/
H A DAssistantTriggerScriptBridge.java73 public void start(BottomSheetController bottomSheetController, in start() argument
108 }, webContents, bottomSheetController, bottomInsetProvider); in start()
127 mBottomSheetController = bottomSheetController; in start()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/touch_to_fill/android/internal/java/src/org/chromium/chrome/browser/touch_to_fill/
H A DTouchToFillView.java60 TouchToFillView(Context context, BottomSheetController bottomSheetController) { in TouchToFillView() argument
62 mBottomSheetController = bottomSheetController; in TouchToFillView()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/features/keyboard_accessory/internal/java/src/org/chromium/chrome/browser/keyboard_accessory/all_passwords_bottom_sheet/
H A DAllPasswordsBottomSheetView.java65 Context context, BottomSheetController bottomSheetController) { in AllPasswordsBottomSheetView() argument
66 mBottomSheetController = bottomSheetController; in AllPasswordsBottomSheetView()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/features/tab_ui/java/src/org/chromium/chrome/browser/tasks/tab_management/
H A DTabGroupUiCoordinator.java169 BottomSheetController bottomSheetController = in resetStripWithListOfTabs() local
172 && bottomSheetController.getSheetState() in resetStripWithListOfTabs()
176 TabUiFeatureUtilities.isLaunchBugFixEnabled() ? bottomSheetController : null); in resetStripWithListOfTabs()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/java/src/org/chromium/chrome/browser/compositor/bottombar/ephemeraltab/
H A DEphemeralTabMediator.java50 public EphemeralTabMediator(BottomSheetController bottomSheetController, in EphemeralTabMediator() argument
53 mBottomSheetController = bottomSheetController; in EphemeralTabMediator()

12