Home
last modified time | relevance | path

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

/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/javatests/src/org/chromium/chrome/browser/signin/
H A DAccountPickerBottomSheetRenderTest.java300 View bottomSheetView = mCoordinator.getBottomSheetViewForTesting(); in openIncognitoInterstitialOnExpandedSheet() local
302 bottomSheetView.findViewById(R.id.account_picker_account_list); in openIncognitoInterstitialOnExpandedSheet()
307 bottomSheetView.findViewById(R.id.incognito_interstitial_learn_more)::isShown); in openIncognitoInterstitialOnExpandedSheet()
311 View bottomSheetView = mCoordinator.getBottomSheetViewForTesting(); in clickContinueButtonAndWaitForErrorView() local
313 bottomSheetView.findViewById(R.id.account_picker_continue_as_button).performClick(); in clickContinueButtonAndWaitForErrorView()
316 return !bottomSheetView.findViewById(R.id.account_picker_selected_account).isShown(); in clickContinueButtonAndWaitForErrorView()
321 View bottomSheetView = mCoordinator.getBottomSheetViewForTesting(); in clickContinueButtonAndCheckSigninInProgressView() local
323 bottomSheetView.findViewById(R.id.account_picker_continue_as_button).performClick(); in clickContinueButtonAndCheckSigninInProgressView()
326 bottomSheetView.findViewById(R.id.account_picker_signin_spinner_view)::isShown); in clickContinueButtonAndCheckSigninInProgressView()
333 bottomSheetView.findViewById(R.id.account_picker_signin_spinner_view) in clickContinueButtonAndCheckSigninInProgressView()
H A DAccountPickerBottomSheetTest.java623 View bottomSheetView = mCoordinator.getBottomSheetViewForTesting(); in clickContinueButtonAndWaitForErrorSheet() local
625 bottomSheetView.findViewById(R.id.account_picker_continue_as_button).performClick(); in clickContinueButtonAndWaitForErrorSheet()
628 return !bottomSheetView.findViewById(R.id.account_picker_selected_account).isShown(); in clickContinueButtonAndWaitForErrorSheet()
633 View bottomSheetView = mCoordinator.getBottomSheetViewForTesting(); in clickContinueButtonAndCheckSignInInProgressSheet() local
635 bottomSheetView.findViewById(R.id.account_picker_continue_as_button).performClick(); in clickContinueButtonAndCheckSignInInProgressSheet()
638 return bottomSheetView.findViewById(R.id.account_picker_signin_spinner_view).isShown(); in clickContinueButtonAndCheckSignInInProgressSheet()
648 bottomSheetView.findViewById(R.id.account_picker_signin_spinner_view) in clickContinueButtonAndCheckSignInInProgressSheet()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/java/src/org/chromium/chrome/browser/payments/ui/
H A DDimmingDialog.java112 /* package */ void addBottomSheetView(View bottomSheetView) { in addBottomSheetView() argument
116 mFullContainer.addView(bottomSheetView, bottomSheetParams); in addBottomSheetView()
117 bottomSheetView.addOnLayoutChangeListener(new FadeInAnimator()); in addBottomSheetView()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/junit/src/org/chromium/chrome/browser/feed/v2/
H A DFeedStreamSurfaceTest.java820 LinearLayout bottomSheetView = new LinearLayout(mActivity); in testNavigateFromBottomSheetReportsCorrectSlice() local
822 bottomSheetView.addView(menuItem); in testNavigateFromBottomSheetReportsCorrectSlice()
835 mFeedStreamSurface.showBottomSheet(bottomSheetView, childB); in testNavigateFromBottomSheetReportsCorrectSlice()