Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/bubbles/
DBubbleStashedHandleViewController.java58 private int mStashedTaskbarHeight; field in BubbleStashedHandleViewController
99 mStashedTaskbarHeight = resources.getDimensionPixelSize( in init()
134 final int stashedCenterY = mStashedHandleView.getHeight() - mStashedTaskbarHeight / 2; in updateBounds()
155 mStashedHandleView.setPivotY(mStashedHandleView.getHeight() - mStashedTaskbarHeight / 2f); in updateBounds()
296 int top = mActivity.getDeviceProfile().heightPx - mStashedTaskbarHeight; in isEventOverHandle()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/overlay/
DTaskbarOverlayContext.java50 private final int mStashedTaskbarHeight; field in TaskbarOverlayContext
65 mStashedTaskbarHeight = controllers.taskbarStashController.getStashedHeight(); in TaskbarOverlayContext()
80 return mStashedTaskbarHeight; in getStashedTaskbarHeight()