Home | History | Annotate | Download | only in conversation

Lines Matching refs:startRect

532                     final Rect startRect = UiUtils.getMeasuredBoundsOnScreen(mComposeMessageView);
542 startRect.top = attachmentRect.top;
544 startRect.top = composeBubbleRect.top;
546 startRect.top -= view.getPaddingTop();
547 startRect.bottom =
549 startRect.left += view.getPaddingRight();
552 mPopupTransitionAnimation = new PopupTransitionAnimation(startRect, view);