Home
last modified time | relevance | path

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

/packages/modules/AdServices/adservices/apk/java/com/android/adservices/ui/u18notifications/
DConsentNotificationU18Fragment.java129 private final Button mRightControlButton; field in ConsentNotificationU18Fragment.ScrollToBottomController
140 this.mRightControlButton = rightControlButton; in ScrollToBottomController()
149 mRightControlButton.setOnClickListener(this::onMoreOrAcceptClicked); in bind()
162 mRightControlButton.setText(R.string.notificationUI_right_control_button_text); in updateControlButtons()
165 mRightControlButton.setText(R.string.notificationUI_more_button_text); in updateControlButtons()
/packages/modules/AdServices/adservices/apk/java/com/android/adservices/ui/ganotifications/
DConsentNotificationGaV2Screen1Fragment.java194 private final Button mRightControlButton; field in ConsentNotificationGaV2Screen1Fragment.ScrollToBottomController
205 this.mRightControlButton = rightControlButton; in ScrollToBottomController()
214 mRightControlButton.setOnClickListener(this::onMoreOrAcceptClicked); in bind()
227 mRightControlButton.setText( in updateControlButtons()
231 mRightControlButton.setText(R.string.notificationUI_more_button_text); in updateControlButtons()
DConsentNotificationGaV2Screen2Fragment.java164 private final Button mRightControlButton; field in ConsentNotificationGaV2Screen2Fragment.ScrollToBottomController
175 this.mRightControlButton = rightControlButton; in ScrollToBottomController()
184 mRightControlButton.setOnClickListener(this::onMoreOrAcceptClicked); in bind()
197 mRightControlButton.setText( in updateControlButtons()
203 mRightControlButton.setText(R.string.notificationUI_more_button_text); in updateControlButtons()
DConsentNotificationConfirmationGaFragment.java215 private final Button mRightControlButton; field in ConsentNotificationConfirmationGaFragment.ScrollToBottomController
226 this.mRightControlButton = rightControlButton; in ScrollToBottomController()
235 mRightControlButton.setOnClickListener(this::onMoreOrAcceptClicked); in bind()
248 mRightControlButton.setText( in updateControlButtons()
252 mRightControlButton.setText(R.string.notificationUI_more_button_text); in updateControlButtons()
DConsentNotificationGaFragment.java205 private final Button mRightControlButton; field in ConsentNotificationGaFragment.ScrollToBottomController
216 this.mRightControlButton = rightControlButton; in ScrollToBottomController()
225 mRightControlButton.setOnClickListener(this::onMoreOrAcceptClicked); in bind()
238 mRightControlButton.setText( in updateControlButtons()
244 mRightControlButton.setText(R.string.notificationUI_more_button_text); in updateControlButtons()
DConsentNotificationPasFragment.java247 private final Button mRightControlButton; field in ConsentNotificationPasFragment.ScrollToBottomController
258 this.mRightControlButton = rightControlButton; in ScrollToBottomController()
267 mRightControlButton.setOnClickListener(this::onMoreOrAcceptClicked); in bind()
280 mRightControlButton.setText( in updateControlButtons()
284 mRightControlButton.setText(R.string.notificationUI_more_button_text); in updateControlButtons()
/packages/modules/AdServices/adservices/apk/java/com/android/adservices/ui/notifications/
DConsentNotificationFragment.java193 private final Button mRightControlButton; field in ConsentNotificationFragment.ScrollToBottomController
203 this.mRightControlButton = rightControlButton; in ScrollToBottomController()
212 mRightControlButton.setOnClickListener(this::onMoreOrAcceptClicked); in bind()
225 mRightControlButton.setText( in updateControlButtons()
231 mRightControlButton.setText(R.string.notificationUI_more_button_text); in updateControlButtons()