Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/pageindicators/
DWorkspacePageIndicator.java106 private Runnable mHideLineRunnable = () -> animateLineToAlpha(0);
153 animateLineToAlpha(mActiveAlpha); in setScroll()
199 private void animateLineToAlpha(int alpha) { in animateLineToAlpha() method in WorkspacePageIndicator