Searched refs:mChipHeight (Results 1 – 1 of 1) sorted by relevance
151 private float mChipHeight; field in RecipientEditTextView849 int height = (int) mChipHeight; in createChipBitmap()859 final float warningIconTopMargin = (mChipHeight - mWarningIconHeight) / 2f; in createChipBitmap()1191 return -(int) ((mChipHeight + (2 * mLineSpacingExtra)) * (Math in calculateOffsetFromBottomToTop()1239 mChipHeight = a.getDimensionPixelSize(R.styleable.RecipientEditTextView_chipHeight, -1); in setChipDimensions()1240 if (mChipHeight == -1) { in setChipDimensions()1241 mChipHeight = r.getDimension(R.dimen.chip_height); in setChipDimensions()1278 mChipHeight = height; in setChipHeight()1282 return mChipHeight; in getChipHeight()2371 final int height = (int) mChipHeight; in createMoreSpan()