Home
last modified time | relevance | path

Searched refs:getViewScreenMeasureRect (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Messaging/src/com/android/messaging/ui/animation/
DPopupTransitionAnimation.java240 if (!getViewScreenMeasureRect(mViewToAnimate, mDestRect)) { in computeDestRect()
297 private static boolean getViewScreenMeasureRect(final View view, final Rect outRect) { in getViewScreenMeasureRect() method in PopupTransitionAnimation