Home | History | Annotate | Download | only in widget

Lines Matching refs:mTextSize

223     private final int mTextSize;
669 mTextSize = (int) mInputText.getTextSize();
675 paint.setTextSize(mTextSize);
1574 int totalTextHeight = selectorIndices.length * mTextSize;
1578 mSelectorElementHeight = mTextSize + mSelectorTextGapHeight;
1590 setFadingEdgeLength((mBottom - mTop - mTextSize) / 2);