Searched refs:stdWidth (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/graphics/java/android/graphics/drawable/shapes/
H A DPathShape.java44 * @param stdWidth the standard width for the shape. Any changes to the
51 public PathShape(@NonNull Path path, float stdWidth, float stdHeight) { argument
53 mStdWidth = stdWidth;
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
H A DTriangleShape.java31 public TriangleShape(Path path, float stdWidth, float stdHeight) { argument
32 super(path, stdWidth, stdHeight);

Completed in 1919 milliseconds