Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/bubbles/
DBubbleStashedHandleViewController.java63 private int mStashedBubbleBarHeight; field in BubbleStashedHandleViewController
114 mStashedBubbleBarHeight = resources.getDimensionPixelSize( in init()
149 final int stashedCenterY = mStashedHandleView.getHeight() - mStashedBubbleBarHeight / 2; in updateBounds()
352 final int top = mActivity.getDeviceProfile().heightPx - mStashedBubbleBarHeight; in isEventOverHandle()