Searched refs:mChipHeight (Results 1 – 1 of 1) sorted by relevance
151 private float mChipHeight; field in RecipientEditTextView846 int height = (int) mChipHeight; in createChipBitmap()856 final float warningIconTopMargin = (mChipHeight - mWarningIconHeight) / 2f; in createChipBitmap()1188 return -(int) ((mChipHeight + (2 * mLineSpacingExtra)) * (Math in calculateOffsetFromBottomToTop()1236 mChipHeight = a.getDimensionPixelSize(R.styleable.RecipientEditTextView_chipHeight, -1); in setChipDimensions()1237 if (mChipHeight == -1) { in setChipDimensions()1238 mChipHeight = r.getDimension(R.dimen.chip_height); in setChipDimensions()1275 mChipHeight = height; in setChipHeight()1279 return mChipHeight; in getChipHeight()2368 final int height = (int) mChipHeight; in createMoreSpan()