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

/frameworks/base/core/java/android/text/style/
H A DTextAppearanceSpan.java35 private final int mTextSize; field in class:TextAppearanceSpan
67 mTextSize = a.getDimensionPixelSize(com.android.internal.R.styleable.
117 mTextSize = size;
125 mTextSize = src.readInt();
149 dest.writeInt(mTextSize);
193 return mTextSize;
250 if (mTextSize > 0) {
251 ds.setTextSize(mTextSize);
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DPaint_Delegate.java83 private float mTextSize; field in class:Paint_Delegate
439 return delegate.mTextSize;
450 delegate.mTextSize = textSize;
1120 mTextSize = paint.mTextSize;
1143 mTextSize = 20.f;
1170 info.mFont = font.deriveFont(mTextSize);
/frameworks/base/core/java/android/webkit/
H A DWebSettingsClassic.java56 private int mTextSize = 100; field in class:WebSettingsClassic
649 if (mTextSize != textZoom) {
652 mTextSize, textZoom);
654 mTextSize = textZoom;
664 return mTextSize;
/frameworks/base/core/java/android/widget/
H A DNumberPicker.java248 private final int mTextSize; field in class:NumberPicker
694 mTextSize = (int) mInputText.getTextSize();
700 paint.setTextSize(mTextSize);
1594 int totalTextHeight = selectorIndices.length * mTextSize;
1598 mSelectorElementHeight = mTextSize + mSelectorTextGapHeight;
1610 setFadingEdgeLength((mBottom - mTop - mTextSize) / 2);

Completed in 183 milliseconds