HomeSort by relevance Sort by last modified time
    Searched defs:TriangleShape (Results 1 - 3 of 3) sorted by null

  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
TriangleShape.java 28 public class TriangleShape extends PathShape {
31 public TriangleShape(Path path, float stdWidth, float stdHeight) {
36 public static TriangleShape create(float width, float height, boolean isPointingUp) {
49 return new TriangleShape(triangularPath, width, height);
  /packages/apps/Launcher3/src/com/android/launcher3/graphics/
TriangleShape.java 28 public class TriangleShape extends PathShape {
31 public TriangleShape(Path path, float stdWidth, float stdHeight) {
36 public static TriangleShape create(float width, float height, boolean isPointingUp) {
49 return new TriangleShape(triangularPath, width, height);
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
ShadowCardDrag.java 116 private static class TriangleShape extends Shape {
160 mShapes.add(new TriangleShape());

Completed in 1425 milliseconds