Searched defs:RectF (Results 1 – 3 of 3) sorted by relevance
35 public class RectF implements Parcelable { class44 public RectF() {} in RectF() method in RectF56 public RectF(float left, float top, float right, float bottom) { in RectF() method in RectF70 public RectF(@Nullable RectF r) { in RectF() method in RectF81 public RectF(@Nullable Rect r) { in RectF() method in RectF
525 private fun RectF.toPathWithRoundCorners( in RectF() method
408 final Function<RectF, T> packer) { in mergeRectangleIntoList()