Searched refs:mStashedHandleHeight (Results 1 – 3 of 3) sorted by relevance
65 private int mStashedHandleHeight; field in BubbleStashedHandleViewController98 mStashedHandleHeight = resources.getDimensionPixelSize( in init()161 stashedCenterY - mStashedHandleHeight / 2, in updateBounds()163 stashedCenterY + mStashedHandleHeight / 2 in updateBounds()186 return mStashedHandleHeight; in getStashedHeight()
74 private final int mStashedHandleHeight; field in StashedHandleViewController113 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()
186 private final int mStashedHandleHeight; field in TaskbarViewController239 mStashedHandleHeight = activity.getResources() in TaskbarViewController()688 int halfHandleHeight = mStashedHandleHeight / 2; in createRevealAnimForView()