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.java138 private final Button mRightControlButton; field in ConsentNotificationU18Fragment.ScrollToBottomController
149 this.mRightControlButton = rightControlButton; in ScrollToBottomController()
158 mRightControlButton.setOnClickListener(this::onMoreOrAcceptClicked); in bind()
171 mRightControlButton.setText(R.string.notificationUI_right_control_button_text); in updateControlButtons()
174 mRightControlButton.setText(R.string.notificationUI_more_button_text); in updateControlButtons()
/packages/modules/AdServices/adservices/apk/java/com/android/adservices/ui/ganotifications/
DConsentNotificationGaV2Screen1Fragment.java193 private final Button mRightControlButton; field in ConsentNotificationGaV2Screen1Fragment.ScrollToBottomController
204 this.mRightControlButton = rightControlButton; in ScrollToBottomController()
213 mRightControlButton.setOnClickListener(this::onMoreOrAcceptClicked); in bind()
226 mRightControlButton.setText( in updateControlButtons()
230 mRightControlButton.setText(R.string.notificationUI_more_button_text); in updateControlButtons()
DConsentNotificationGaV2Screen2Fragment.java167 private final Button mRightControlButton; field in ConsentNotificationGaV2Screen2Fragment.ScrollToBottomController
178 this.mRightControlButton = rightControlButton; in ScrollToBottomController()
187 mRightControlButton.setOnClickListener(this::onMoreOrAcceptClicked); in bind()
200 mRightControlButton.setText( in updateControlButtons()
206 mRightControlButton.setText(R.string.notificationUI_more_button_text); in updateControlButtons()
DConsentNotificationConfirmationGaFragment.java216 private final Button mRightControlButton; field in ConsentNotificationConfirmationGaFragment.ScrollToBottomController
227 this.mRightControlButton = rightControlButton; in ScrollToBottomController()
236 mRightControlButton.setOnClickListener(this::onMoreOrAcceptClicked); in bind()
249 mRightControlButton.setText( in updateControlButtons()
253 mRightControlButton.setText(R.string.notificationUI_more_button_text); in updateControlButtons()
DConsentNotificationPasFragment.java239 private final Button mRightControlButton; field in ConsentNotificationPasFragment.ScrollToBottomController
250 this.mRightControlButton = rightControlButton; in ScrollToBottomController()
259 mRightControlButton.setOnClickListener(this::onMoreOrAcceptClicked); in bind()
272 mRightControlButton.setText( in updateControlButtons()
276 mRightControlButton.setText(R.string.notificationUI_more_button_text); in updateControlButtons()
DConsentNotificationGaFragment.java208 private final Button mRightControlButton; field in ConsentNotificationGaFragment.ScrollToBottomController
219 this.mRightControlButton = rightControlButton; in ScrollToBottomController()
228 mRightControlButton.setOnClickListener(this::onMoreOrAcceptClicked); in bind()
241 mRightControlButton.setText( in updateControlButtons()
247 mRightControlButton.setText(R.string.notificationUI_more_button_text); in updateControlButtons()
/packages/modules/AdServices/adservices/apk/java/com/android/adservices/ui/notifications/
DConsentNotificationFragment.java196 private final Button mRightControlButton; field in ConsentNotificationFragment.ScrollToBottomController
206 this.mRightControlButton = rightControlButton; in ScrollToBottomController()
215 mRightControlButton.setOnClickListener(this::onMoreOrAcceptClicked); in bind()
228 mRightControlButton.setText( in updateControlButtons()
234 mRightControlButton.setText(R.string.notificationUI_more_button_text); in updateControlButtons()