OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:roundrectangle
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
RoundRectangle.java
31
public class
RoundRectangle
extends RectangularShape {
63
public
RoundRectangle
(float x, float y, float width, float height, float[] cornerDimensions) {
Path_Delegate.java
401
pathDelegate.mPath.append(new
RoundRectangle
(left, top, right - left, bottom - top,
Completed in 574 milliseconds