Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/bubbles/
DBubbleBarView.java219 mBubbleBarBackground = new BubbleBarBackground(context, getBubbleBarExpandedHeight()); in BubbleBarView()
740 lp.height = (int) getBubbleBarExpandedHeight(); in updateLayoutParams()
746 return mIsBarExpanded ? getBubbleBarExpandedHeight() in getBubbleBarHeight()
851 mBubbleBarBackground.setBackgroundHeight(getBubbleBarExpandedHeight()); in updateBubblesLayoutProperties()
1130 private float getBubbleBarExpandedHeight() { in getBubbleBarExpandedHeight() method in BubbleBarView