Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/bubbles/animation/
DBubbleAnimator.kt160 fun getExpandedWidth(): Float { in <lambda>() method in com.android.launcher3.taskbar.bubbles.animation.BubbleAnimator
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/bubbles/
DBubbleBarView.java1350 return mBubbleAnimator.getExpandedWidth() + horizontalPadding; in expandedWidth()