Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DNotificationPanelViewController.java284 private static final int MAX_TIME_TO_OPEN_WHEN_FLINGING_FROM_LAUNCHER = 300; field in NotificationPanelViewController
2318 return timeSinceDown <= MAX_TIME_TO_OPEN_WHEN_FLINGING_FROM_LAUNCHER; in shouldExpandWhenNotFlinging()