Searched defs:mChipHeight (Results 1 - 1 of 1) sorted by last modified time

/frameworks/opt/chips/src/com/android/ex/chips/
H A DRecipientEditTextView.java151 private float mChipHeight; field in class:RecipientEditTextView
846 int height = (int) mChipHeight;
856 final float warningIconTopMargin = (mChipHeight - mWarningIconHeight) / 2f;
1188 return -(int) ((mChipHeight + (2 * mLineSpacingExtra)) * (Math
1236 mChipHeight = a.getDimensionPixelSize(R.styleable.RecipientEditTextView_chipHeight, -1);
1237 if (mChipHeight == -1) {
1238 mChipHeight = r.getDimension(R.dimen.chip_height);
1275 mChipHeight = height;
1279 return mChipHeight;
2368 final int height = (int) mChipHeight;
[all...]

Completed in 12 milliseconds