Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DWorkspaceStateTransitionAnimation.java288 final int customPageCount = mWorkspace.numCustomPages(); in animateWorkspace() local
319 finalAlpha = (i == toPage || i < customPageCount) ? 1f : 0f; in animateWorkspace()