Home
last modified time | relevance | path

Searched defs:RectF (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/graphics/java/android/graphics/
DRectF.java36 public class RectF implements Parcelable { class
45 public RectF() {} in RectF() method in RectF
57 public RectF(float left, float top, float right, float bottom) { in RectF() method in RectF
71 public RectF(@Nullable RectF r) { in RectF() method in RectF
82 public RectF(@Nullable Rect r) { in RectF() method in RectF
/frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/clocks/
DVPoint.kt135 val RectF.center: VPointF in component1() constant
138 val RectF.size: VPointF in component1() constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/gestural/
DBackPanel.kt528 private fun RectF.toPathWithRoundCorners( in RectF() method
/frameworks/base/libs/hwui/jni/fonts/
DFont.cpp415 {"nGetGlyphBounds", "(JIJLandroid/graphics/RectF;)F", (void*)Font_getGlyphBounds}, in nGetGlyphBounds()
/frameworks/base/libs/hwui/jni/
DPath.cpp539 {"nComputeBounds", "(JLandroid/graphics/RectF;)V", (void*)SkPathGlue::computeBounds}, in nComputeBounds()
571 {"nIsRect", "(JLandroid/graphics/RectF;)Z", (void*)SkPathGlue::isRect}, in nIsRect()
Dandroid_graphics_Matrix.cpp331 {"nMapRect","(JLandroid/graphics/RectF;Landroid/graphics/RectF;)Z", in nMapRect()
/frameworks/base/core/java/android/widget/
DSelectionActionModeHelper.java418 final Function<RectF, T> packer) { in mergeRectangleIntoList()