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.java732 int textX = shouldPositionAvatarOnRight() ? in createChipBitmap()
739 int iconX = shouldPositionAvatarOnRight() ? width - backgroundPadding.right - iconWidth : in createChipBitmap()
765 private boolean shouldPositionAvatarOnRight() { in shouldPositionAvatarOnRight() method in RecipientEditTextView