Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/bubbles/
DBubbleBarView.java793 float fullElevationForChild = (MAX_BUBBLES * mBubbleElevation) - i; in updateBubblesLayoutProperties() local
794 bv.setZ(fullElevationForChild * elevationState); in updateBubblesLayoutProperties()