Home
last modified time | relevance | path

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

/packages/modules/Permission/PermissionController/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()
/packages/modules/IntentResolver/java/src/com/android/intentresolver/
DSimpleIconFactory.java517 int bottomY = -1; in getScale() local
550 bottomY = y; in getScale()
565 convertToConvexArray(mLeftBorder, 1, topY, bottomY); in getScale()
566 convertToConvexArray(mRightBorder, -1, topY, bottomY); in getScale()
578 float rectArea = (bottomY + 1 - topY) * (rightX + 1 - leftX); in getScale()
591 mBounds.bottom = bottomY; in getScale()
617 float[] xCoordinates, int direction, int topY, int bottomY) { in convertToConvexArray() argument
627 for (int i = topY + 1; i <= bottomY; i++) { in convertToConvexArray()
/packages/modules/HealthFitness/apk/src/com/android/healthconnect/controller/permissiontypes/prioritylist/
DPriorityListItemMoveCallback.kt57 val bottomY: Float = topY + viewHolder.itemView.height in onChildDraw() constant
60 if (topY > 0 && bottomY < recyclerView.height) { in onChildDraw()
/packages/modules/HealthFitness/apk/src/com/android/healthconnect/controller/datasources/appsources/
DAppSourcesItemMoveCallback.kt55 val bottomY: Float = topY + viewHolder.itemView.height in onChildDraw() constant
58 if (topY > 0 && bottomY < recyclerView.height) { in onChildDraw()
/packages/apps/Car/SystemUI/src/com/android/systemui/car/wm/activity/
DActivityBlockingActivity.java282 int bottomY = displayBounds.height() - systemBarInsets.bottom; in getAppWindowRect() local
284 return new Rect(leftX, topY, rightX, bottomY); in getAppWindowRect()
/packages/apps/Settings/src/com/android/settings/fuelgauge/batteryusage/
DBatteryChartView.java439 final float bottomY = getHeight() - mIndent.bottom; in drawVerticalDividers() local
440 final float startY = bottomY - mDividerHeight; in drawVerticalDividers()
472 float dividerY = bottomY; in drawVerticalDividers()