Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/bubbles/
DBubbleStashedHandleViewController.java134 final int stashedCenterY = mStashedHandleView.getHeight() - mStashedTaskbarHeight / 2; in updateBounds() local
139 stashedCenterY - mStashedHandleHeight / 2, in updateBounds()
141 stashedCenterY + mStashedHandleHeight / 2); in updateBounds()
148 stashedCenterY - mStashedHandleHeight / 2, in updateBounds()
150 stashedCenterY + mStashedHandleHeight / 2); in updateBounds()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/
DStashedHandleViewController.java142 final int stashedCenterY = view.getHeight() - stashedTaskbarHeight / 2; in init()
145 stashedCenterY - mStashedHandleHeight / 2, in init()
147 stashedCenterY + mStashedHandleHeight / 2); in init()
156 final int stashedCenterY = view.getHeight() - stashedTaskbarHeight / 2; in init() local
159 view.setPivotY(stashedCenterY); in init()