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