Home
last modified time | relevance | path

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

/frameworks/libs/systemui/iconloaderlib/src/com/android/launcher3/icons/
DIconNormalizer.java271 int bottomY = -1; in getScale() local
304 bottomY = y; in getScale()
319 convertToConvexArray(mLeftBorder, 1, topY, bottomY); in getScale()
320 convertToConvexArray(mRightBorder, -1, topY, bottomY); in getScale()
335 mBounds.bottom = bottomY; in getScale()
346 float rectArea = (bottomY + 1 - topY) * (rightX + 1 - leftX); in getScale()
359 float[] xCoordinates, int direction, int topY, int bottomY) { in convertToConvexArray() argument
369 for (int i = topY + 1; i <= bottomY; i++) { in convertToConvexArray()
/frameworks/base/services/core/java/com/android/server/input/debug/
DRotaryInputGraphView.java148 final int bottomY = getHeight() - verticalMargin;
149 final int middleY = (topY + bottomY) / 2;
160 canvas.drawLine(leftX, bottomY, rightX, bottomY, mFramePaint);
179 bottomY - frameTextOffset, mFrameTextPaint
/frameworks/base/core/java/com/android/internal/app/
DSimpleIconFactory.java518 int bottomY = -1; in getScale() local
551 bottomY = y; in getScale()
566 convertToConvexArray(mLeftBorder, 1, topY, bottomY); in getScale()
567 convertToConvexArray(mRightBorder, -1, topY, bottomY); in getScale()
579 float rectArea = (bottomY + 1 - topY) * (rightX + 1 - leftX); in getScale()
592 mBounds.bottom = bottomY; in getScale()
618 float[] xCoordinates, int direction, int topY, int bottomY) { in convertToConvexArray() argument
628 for (int i = topY + 1; i <= bottomY; i++) { in convertToConvexArray()