Home
last modified time | relevance | path

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

/frameworks/opt/chips/src/com/android/ex/chips/
DRecipientEditTextView.java145 private float mChipHeight; field in RecipientEditTextView
797 int height = (int) mChipHeight; in createChipBitmap()
1039 return -(int) ((mChipHeight + (2 * mLineSpacingExtra)) * (Math in calculateOffsetFromBottomToTop()
1087 mChipHeight = a.getDimensionPixelSize(R.styleable.RecipientEditTextView_chipHeight, -1); in setChipDimensions()
1088 if (mChipHeight == -1) { in setChipDimensions()
1089 mChipHeight = r.getDimension(R.dimen.chip_height); in setChipDimensions()
1126 mChipHeight = height; in setChipHeight()
1130 return mChipHeight; in getChipHeight()
2147 final int height = (int) mChipHeight; in createMoreSpan()