Searched refs:mChipHeight (Results 1 – 1 of 1) sorted by relevance
145 private float mChipHeight; field in RecipientEditTextView797 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()