Home
last modified time | relevance | path

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

/packages/modules/AdServices/adservices/apk/java/com/android/adservices/ui/u18notifications/
DConsentNotificationU18Fragment.java134 private static final double SCROLL_MULTIPLIER = 0.8; field in ConsentNotificationU18Fragment.ScrollToBottomController
203 + (int) (mScrollContainer.getHeight() * SCROLL_MULTIPLIER)); in onMoreOrAcceptClicked()
/packages/modules/AdServices/adservices/apk/java/com/android/adservices/ui/ganotifications/
DConsentNotificationGaV2Screen1Fragment.java189 private static final double SCROLL_MULTIPLIER = 0.8; field in ConsentNotificationGaV2Screen1Fragment.ScrollToBottomController
246 + (int) (mScrollContainer.getHeight() * SCROLL_MULTIPLIER)); in onMoreOrAcceptClicked()
DConsentNotificationGaV2Screen2Fragment.java163 private static final double SCROLL_MULTIPLIER = 0.8; field in ConsentNotificationGaV2Screen2Fragment.ScrollToBottomController
235 + (int) (mScrollContainer.getHeight() * SCROLL_MULTIPLIER)); in onMoreOrAcceptClicked()
DConsentNotificationConfirmationGaFragment.java212 private static final double SCROLL_MULTIPLIER = 0.8; field in ConsentNotificationConfirmationGaFragment.ScrollToBottomController
265 + (int) (mScrollContainer.getHeight() * SCROLL_MULTIPLIER)); in onMoreOrAcceptClicked()
DConsentNotificationPasFragment.java235 private static final double SCROLL_MULTIPLIER = 0.8; field in ConsentNotificationPasFragment.ScrollToBottomController
292 + (int) (mScrollContainer.getHeight() * SCROLL_MULTIPLIER)); in onMoreOrAcceptClicked()
DConsentNotificationGaFragment.java204 private static final double SCROLL_MULTIPLIER = 0.8; field in ConsentNotificationGaFragment.ScrollToBottomController
291 + (int) (mScrollContainer.getHeight() * SCROLL_MULTIPLIER)); in onMoreOrAcceptClicked()
/packages/modules/AdServices/adservices/apk/java/com/android/adservices/ui/notifications/
DConsentNotificationFragment.java192 private static final double SCROLL_MULTIPLIER = 0.8; field in ConsentNotificationFragment.ScrollToBottomController
273 + (int) (mScrollContainer.getHeight() * SCROLL_MULTIPLIER)); in onMoreOrAcceptClicked()