Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/bubbles/
DBubbleStashedHandleViewController.java60 private int mStashedHandleHeight; field in BubbleStashedHandleViewController
87 mStashedHandleHeight = resources.getDimensionPixelSize( in init()
139 stashedCenterY - mStashedHandleHeight / 2, in updateBounds()
141 stashedCenterY + mStashedHandleHeight / 2); in updateBounds()
148 stashedCenterY - mStashedHandleHeight / 2, in updateBounds()
150 stashedCenterY + mStashedHandleHeight / 2); in updateBounds()
167 return mStashedHandleHeight; in getStashedHeight()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/
DStashedHandleViewController.java75 private final int mStashedHandleHeight; field in StashedHandleViewController
113 mStashedHandleHeight = resources.getDimensionPixelSize( in StashedHandleViewController()
145 stashedCenterY - mStashedHandleHeight / 2, in init()
147 stashedCenterY + mStashedHandleHeight / 2); in init()
326 pw.println(prefix + "\tmStashedHandleHeight=" + mStashedHandleHeight); in dumpLogs()
DTaskbarViewController.java125 private final int mStashedHandleHeight; field in TaskbarViewController
166 mStashedHandleHeight = activity.getResources() in TaskbarViewController()
471 int halfHandleHeight = mStashedHandleHeight / 2; in createRevealAnimForView()