Searched refs:TriangleShape (Results 1 – 5 of 5) 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()54 public static TriangleShape createHorizontal( in createHorizontal()68 return new TriangleShape(triangularPath, width, height); in createHorizontal()
317 ShapeDrawable arrowDrawable = new ShapeDrawable(TriangleShape.create( in RecentsOnboarding()
32 import com.android.systemui.recents.TriangleShape;64 ShapeDrawable arrowDrawable = new ShapeDrawable(TriangleShape.createHorizontal( in drawArrow()
46 import com.android.systemui.recents.TriangleShape;177 new ShapeDrawable(TriangleShape.createHorizontal( in BubbleFlyoutView()183 new ShapeDrawable(TriangleShape.createHorizontal( in BubbleFlyoutView()
55 import com.android.systemui.recents.TriangleShape;173 mPointerDrawable = new ShapeDrawable(TriangleShape.create( in onFinishInflate()