Home
last modified time | relevance | path

Searched refs:INSET_DEBOUNCE_MILLIS (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DNotificationsQSContainerController.kt55 @VisibleForTesting internal const val INSET_DEBOUNCE_MILLIS = 500L in <lambda>() constant
113 canceller = delayableExecutor.executeDelayed(this, INSET_DEBOUNCE_MILLIS) in <lambda>()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/
DNotificationsQSContainerControllerTest.kt533 fakeSystemClock.advanceTime(INSET_DEBOUNCE_MILLIS / 2) in testWindowInsetDebounce()
DNotificationsQSContainerControllerLegacyTest.kt563 fakeSystemClock.advanceTime(INSET_DEBOUNCE_MILLIS / 2) in testWindowInsetDebounce()