Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/
DTaskbarViewController.java690 int expandedHeight = Math.max(collapsedHeight, taskbarDp.taskbarHeight + offsetY); in createIconAlignmentController() local
692 anim.getAnimatedFraction() > 0 ? expandedHeight : collapsedHeight)); in createIconAlignmentController()