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.java65 private int mStashedHandleHeight; field in BubbleStashedHandleViewController
98 mStashedHandleHeight = resources.getDimensionPixelSize( in init()
161 stashedCenterY - mStashedHandleHeight / 2, in updateBounds()
163 stashedCenterY + mStashedHandleHeight / 2 in updateBounds()
186 return mStashedHandleHeight; in getStashedHeight()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/
DStashedHandleViewController.java74 private final int mStashedHandleHeight; field in StashedHandleViewController
113 mStashedHandleHeight = resources.getDimensionPixelSize( in StashedHandleViewController()
146 stashedCenterY - mStashedHandleHeight / 2, in init()
148 stashedCenterY + mStashedHandleHeight / 2); in init()
335 pw.println(prefix + "\tmStashedHandleHeight=" + mStashedHandleHeight); in dumpLogs()
DTaskbarViewController.java186 private final int mStashedHandleHeight; field in TaskbarViewController
239 mStashedHandleHeight = activity.getResources() in TaskbarViewController()
688 int halfHandleHeight = mStashedHandleHeight / 2; in createRevealAnimForView()