Home
last modified time | relevance | path

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

/frameworks/opt/chips/src/com/android/ex/chips/
DRecipientEditTextView.java835 int textX = shouldPositionAvatarOnRight() ? in createChipBitmap()
843 int indicatorX = shouldPositionAvatarOnRight() in createChipBitmap()
853 int iconX = shouldPositionAvatarOnRight() ? width - backgroundPadding.right - iconWidth : in createChipBitmap()
880 private boolean shouldPositionAvatarOnRight() { in shouldPositionAvatarOnRight() method in RecipientEditTextView