Home
last modified time | relevance | path

Searched defs:textX (Results 1 – 3 of 3) sorted by relevance

/aosp12/packages/apps/Calendar/src/com/android/calendar/month/
H A DMonthWeekEventsView.java875 int textX, textY, textRightEdge; in drawEvent() local
928 canvas.drawText(text.toString(), textX, textY, textPaint); in drawEvent() local
942 canvas.drawText(text.toString(), textX, textY, isDeclined ? mEventDeclinedExtrasPaint in drawEvent() local
/aosp12/frameworks/base/core/java/android/widget/
H A DRadialTimePickerView.java895 ColorStateList textColor, String[] texts, float[] textX, float[] textY, Paint paint, in drawTextElements()
/aosp12/frameworks/opt/chips/src/com/android/ex/chips/
H A DRecipientEditTextView.java908 int textX = shouldPositionAvatarOnRight() ? in createChipBitmap() local