Searched refs:oldArrowRect (Results 1 – 2 of 2) sorted by relevance
212 val oldArrowRect = Rect(0, 0, oldArrow.getWidth(), oldArrow.getHeight()) regex215 (oldView as ViewGroup).offsetDescendantRectToMyCoords(oldArrow, oldArrowRect)216 val arrowTranslationY: Float = (oldArrowRect.bottom - newArrowRect.bottom).toFloat()
394 val oldArrowRect = Rect(0, 0, oldArrow.getWidth(), oldArrow.getHeight()) regex397 (oldView as ViewGroup).offsetDescendantRectToMyCoords(oldArrow, oldArrowRect)398 val arrowTranslationY: Float = (oldArrowRect.bottom - newArrowRect.bottom).toFloat()