Searched refs:Bounds (Results 1 – 2 of 2) sorted by relevance
19 class Bounds(collections.namedtuple('Bounds', ['start', 'end'])): class46 return Bounds(Point(*points[:2]), Point(*points[-2:]))
3251 method @RequiresApi(30) public android.view.WindowInsetsAnimation.Bounds toBounds();3252 …WindowInsetsAnimationCompat.BoundsCompat toBoundsCompat(android.view.WindowInsetsAnimation.Bounds);