Home
last modified time | relevance | path

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

/packages/apps/Launcher2/src/com/android/launcher2/
DPagedView.java184 protected static final int sScrollIndicatorFlashDuration = 650; field in PagedView
1805 postDelayed(hideScrollingIndicatorRunnable, sScrollIndicatorFlashDuration); in flashScrollingIndicator()