Searched refs:TriangleShape (Results 1 – 2 of 2) sorted by relevance
29 public class TriangleShape extends PathShape { class32 public TriangleShape(Path path, float stdWidth, float stdHeight) { in TriangleShape() method in TriangleShape37 public static TriangleShape create(float width, float height, boolean isPointingUp) { in create()50 return new TriangleShape(triangularPath, width, height); in create()
50 import com.android.launcher3.graphics.TriangleShape;397 ShapeDrawable arrowDrawable = new ShapeDrawable(TriangleShape.create( in updateArrowTipInView()