Home
last modified time | relevance | path

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

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