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

/frameworks/ex/chips/src/com/android/ex/chips/
H A DRecipientEditTextView.java144 private float mChipHeight; field in class:RecipientEditTextView
428 sExcessTopPadding = (int) (mChipHeight + mLineSpacingExtra);
458 int desiredPos = (int) mChipHeight + mActionBarHeight + getExcessTopPadding();
550 int height = (int) mChipHeight;
593 int height = (int) mChipHeight;
717 return -((actualLine * ((int) mChipHeight) + getPaddingBottom()) + getPaddingTop())
763 mChipHeight = a.getDimensionPixelSize(R.styleable.RecipientEditTextView_chipHeight, -1);
764 if (mChipHeight == -1) {
765 mChipHeight = r.getDimension(R.dimen.chip_height);
799 mChipHeight
[all...]

Completed in 42 milliseconds