Searched refs:newArrowRect (Results 1 – 2 of 2) sorted by relevance
213 val newArrowRect = Rect(0, 0, arrow.getWidth(), arrow.getHeight()) in <lambda>() constant214 (newView as ViewGroup).offsetDescendantRectToMyCoords(arrow, newArrowRect) in <lambda>()216 val arrowTranslationY: Float = (oldArrowRect.bottom - newArrowRect.bottom).toFloat() in <lambda>()
395 val newArrowRect = Rect(0, 0, arrow.getWidth(), arrow.getHeight()) in <lambda>() constant396 (newView as ViewGroup).offsetDescendantRectToMyCoords(arrow, newArrowRect) in <lambda>()398 val arrowTranslationY: Float = (oldArrowRect.bottom - newArrowRect.bottom).toFloat() in <lambda>()