Searched refs:drawHeight (Results 1 – 4 of 4) sorted by relevance
56 int drawHeight = 2 * mRoundRectRadius; in onDraw() local57 int drawOffset = (drawHeight - getHeight()) / 2; in onDraw()
333 final int drawHeight = mRemoteIndicator.getIntrinsicHeight(); in onDraw() local335 final int drawTop = top + (bottom - top - drawHeight) / 2; in onDraw()338 drawLeft + drawWidth, drawTop + drawHeight); in onDraw()
492 final int drawHeight = mRemoteIndicator.getIntrinsicHeight(); in onDraw() local494 final int drawTop = top + (bottom - top - drawHeight) / 2; in onDraw()497 drawLeft + drawWidth, drawTop + drawHeight); in onDraw()
477 final int drawHeight = mRemoteIndicator.getIntrinsicHeight(); in onDraw() local479 final int drawTop = top + (bottom - top - drawHeight) / 2; in onDraw()482 drawLeft + drawWidth, drawTop + drawHeight); in onDraw()