Searched refs:mStashedHandleHeight (Results 1 – 3 of 3) sorted by relevance
60 private int mStashedHandleHeight; field in BubbleStashedHandleViewController87 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()
75 private final int mStashedHandleHeight; field in StashedHandleViewController113 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()
125 private final int mStashedHandleHeight; field in TaskbarViewController166 mStashedHandleHeight = activity.getResources() in TaskbarViewController()471 int halfHandleHeight = mStashedHandleHeight / 2; in createRevealAnimForView()