Searched refs:bottomY (Results 1 – 2 of 2) sorted by relevance
409 final float bottomY = getHeight() - mIndent.bottom; in drawVerticalDividers() local410 final float startY = bottomY - mDividerHeight; in drawVerticalDividers()415 canvas.drawLine(startX, startY, startX, bottomY, mDividerPaint); in drawVerticalDividers()
238 int bottomY = displayBounds.height() - systemBarInsets.bottom; in getAppWindowRect() local240 return new Rect(leftX, topY, rightX, bottomY); in getAppWindowRect()