HomeSort by relevance Sort by last modified time
    Searched refs:bottomY (Results 1 - 2 of 2) sorted by null

  /packages/apps/Launcher3/src/com/android/launcher3/graphics/
IconNormalizer.java 228 int bottomY = -1;
261 bottomY = y;
276 convertToConvexArray(mLeftBorder, 1, topY, bottomY);
277 convertToConvexArray(mRightBorder, -1, topY, bottomY);
289 float rectArea = (bottomY + 1 - topY) * (rightX + 1 - leftX);
302 mBounds.bottom = bottomY;
330 * @param bottomY the last Y position (inclusive) with a valid value.
333 float[] xCoordinates, int direction, int topY, int bottomY) {
343 for (int i = topY + 1; i <= bottomY; i++) {
  /prebuilts/tools/common/m2/repository/net/sourceforge/htmlunit/htmlunit/2.14/
htmlunit-2.14.jar 

Completed in 1094 milliseconds