Searched refs:stashedBounds (Results 1 – 1 of 1) sorted by relevance
562 Rect stashedBounds = new Rect(); in addRevealAnimToIsStashed() local563 mControllers.stashedHandleViewController.getStashedHandleBounds(stashedBounds); in addRevealAnimToIsStashed()566 float newChildWidth = stashedBounds.width() / (float) numIcons; in addRevealAnimToIsStashed()569 float croppedTransY = mTaskbarView.getIconTouchSize() - stashedBounds.height(); in addRevealAnimToIsStashed()584 float newPosition = stashedBounds.left + (newChildWidth * i); in addRevealAnimToIsStashed()589 float newRight = stashedBounds.right - (newChildWidth in addRevealAnimToIsStashed()