Home
last modified time | relevance | path

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

/packages/apps/DeskClock/src/com/android/deskclock/alarms/dataadapter/
DCollapsedAlarmViewHolder.kt213 val newArrowRect = Rect(0, 0, arrow.getWidth(), arrow.getHeight()) in <lambda>() constant
214 (newView as ViewGroup).offsetDescendantRectToMyCoords(arrow, newArrowRect) in <lambda>()
216 val arrowTranslationY: Float = (oldArrowRect.bottom - newArrowRect.bottom).toFloat() in <lambda>()
DExpandedAlarmViewHolder.kt395 val newArrowRect = Rect(0, 0, arrow.getWidth(), arrow.getHeight()) in <lambda>() constant
396 (newView as ViewGroup).offsetDescendantRectToMyCoords(arrow, newArrowRect) in <lambda>()
398 val arrowTranslationY: Float = (oldArrowRect.bottom - newArrowRect.bottom).toFloat() in <lambda>()