Home
last modified time | relevance | path

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

/packages/modules/AdServices/adservices/apk/java/com/android/adservices/ui/u18notifications/
DConsentNotificationU18Fragment.java137 private final Button mLeftControlButton; field in ConsentNotificationU18Fragment.ScrollToBottomController
148 this.mLeftControlButton = leftControlButton; in ScrollToBottomController()
170 mLeftControlButton.setVisibility(View.VISIBLE); in updateControlButtons()
173 mLeftControlButton.setVisibility(View.INVISIBLE); in updateControlButtons()
/packages/modules/AdServices/adservices/apk/java/com/android/adservices/ui/ganotifications/
DConsentNotificationGaV2Screen1Fragment.java192 private final Button mLeftControlButton; field in ConsentNotificationGaV2Screen1Fragment.ScrollToBottomController
203 this.mLeftControlButton = leftControlButton; in ScrollToBottomController()
225 mLeftControlButton.setVisibility(View.VISIBLE); in updateControlButtons()
229 mLeftControlButton.setVisibility(View.INVISIBLE); in updateControlButtons()
DConsentNotificationGaV2Screen2Fragment.java166 private final Button mLeftControlButton; field in ConsentNotificationGaV2Screen2Fragment.ScrollToBottomController
177 this.mLeftControlButton = leftControlButton; in ScrollToBottomController()
199 mLeftControlButton.setVisibility(View.VISIBLE); in updateControlButtons()
205 mLeftControlButton.setVisibility(View.INVISIBLE); in updateControlButtons()
DConsentNotificationConfirmationGaFragment.java215 private final Button mLeftControlButton; field in ConsentNotificationConfirmationGaFragment.ScrollToBottomController
226 this.mLeftControlButton = leftControlButton; in ScrollToBottomController()
248 mLeftControlButton.setVisibility(View.VISIBLE); in updateControlButtons()
252 mLeftControlButton.setVisibility(View.INVISIBLE); in updateControlButtons()
DConsentNotificationPasFragment.java238 private final Button mLeftControlButton; field in ConsentNotificationPasFragment.ScrollToBottomController
249 this.mLeftControlButton = leftControlButton; in ScrollToBottomController()
271 mLeftControlButton.setVisibility(View.VISIBLE); in updateControlButtons()
275 mLeftControlButton.setVisibility(View.INVISIBLE); in updateControlButtons()
DConsentNotificationGaFragment.java207 private final Button mLeftControlButton; field in ConsentNotificationGaFragment.ScrollToBottomController
218 this.mLeftControlButton = leftControlButton; in ScrollToBottomController()
240 mLeftControlButton.setVisibility(View.VISIBLE); in updateControlButtons()
246 mLeftControlButton.setVisibility(View.INVISIBLE); in updateControlButtons()
/packages/modules/AdServices/adservices/apk/java/com/android/adservices/ui/notifications/
DConsentNotificationFragment.java195 private final Button mLeftControlButton; field in ConsentNotificationFragment.ScrollToBottomController
205 this.mLeftControlButton = leftControlButton; in ScrollToBottomController()
227 mLeftControlButton.setVisibility(View.VISIBLE); in updateControlButtons()
233 mLeftControlButton.setVisibility(View.INVISIBLE); in updateControlButtons()