Home
last modified time | relevance | path

Searched refs:IMG_PRELOAD_TIMEOUT_MS (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationContentInflater.java1065 private static final long IMG_PRELOAD_TIMEOUT_MS = 1000L;
1229 imageResolver.waitForPreloadedImages(IMG_PRELOAD_TIMEOUT_MS);
DNotificationRowContentBinderImpl.kt470 imageResolver.waitForPreloadedImages(IMG_PRELOAD_TIMEOUT_MS) in <lambda>()
551 private const val IMG_PRELOAD_TIMEOUT_MS = 1000L in <lambda>() constant