Home
last modified time | relevance | path

Searched refs:topY (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/com/android/internal/app/
DSimpleIconFactory.java439 int topY = -1; in getScale() local
474 if (topY == -1) { in getScale()
475 topY = y; in getScale()
483 if (topY == -1 || rightX == -1) { in getScale()
488 convertToConvexArray(mLeftBorder, 1, topY, bottomY); in getScale()
489 convertToConvexArray(mRightBorder, -1, topY, bottomY); in getScale()
501 float rectArea = (bottomY + 1 - topY) * (rightX + 1 - leftX); in getScale()
513 mBounds.top = topY; in getScale()
540 float[] xCoordinates, int direction, int topY, int bottomY) { in convertToConvexArray() argument
545 int first = topY; // First valid y coordinate in convertToConvexArray()
[all …]