Home
last modified time | relevance | path

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

/packages/modules/AdServices/adservices/apk/java/com/android/adservices/ui/u18notifications/
DConsentNotificationU18Fragment.java133 private static final int SCROLL_DIRECTION_DOWN = 1; field in ConsentNotificationU18Fragment.ScrollToBottomController
215 if (!mScrollContainer.canScrollVertically(SCROLL_DIRECTION_DOWN)) { in updateButtonsIfHasScrolledToBottom()
/packages/modules/AdServices/adservices/apk/java/com/android/adservices/ui/ganotifications/
DConsentNotificationGaV2Screen1Fragment.java188 private static final int SCROLL_DIRECTION_DOWN = 1; field in ConsentNotificationGaV2Screen1Fragment.ScrollToBottomController
257 if (!mScrollContainer.canScrollVertically(SCROLL_DIRECTION_DOWN)) { in updateButtonsIfHasScrolledToBottom()
DConsentNotificationGaV2Screen2Fragment.java162 private static final int SCROLL_DIRECTION_DOWN = 1; field in ConsentNotificationGaV2Screen2Fragment.ScrollToBottomController
247 if (!mScrollContainer.canScrollVertically(SCROLL_DIRECTION_DOWN)) { in updateButtonsIfHasScrolledToBottom()
DConsentNotificationConfirmationGaFragment.java211 private static final int SCROLL_DIRECTION_DOWN = 1; field in ConsentNotificationConfirmationGaFragment.ScrollToBottomController
276 if (!mScrollContainer.canScrollVertically(SCROLL_DIRECTION_DOWN)) { in updateButtonsIfHasScrolledToBottom()
DConsentNotificationPasFragment.java234 private static final int SCROLL_DIRECTION_DOWN = 1; field in ConsentNotificationPasFragment.ScrollToBottomController
303 if (!mScrollContainer.canScrollVertically(SCROLL_DIRECTION_DOWN)) { in updateButtonsIfHasScrolledToBottom()
DConsentNotificationGaFragment.java203 private static final int SCROLL_DIRECTION_DOWN = 1; field in ConsentNotificationGaFragment.ScrollToBottomController
303 if (!mScrollContainer.canScrollVertically(SCROLL_DIRECTION_DOWN)) { in updateButtonsIfHasScrolledToBottom()
/packages/modules/AdServices/adservices/apk/java/com/android/adservices/ui/notifications/
DConsentNotificationFragment.java191 private static final int SCROLL_DIRECTION_DOWN = 1; field in ConsentNotificationFragment.ScrollToBottomController
285 if (!mScrollContainer.canScrollVertically(SCROLL_DIRECTION_DOWN)) { in updateButtonsIfHasScrolledToBottom()