HomeSort by relevance Sort by last modified time
    Searched defs:setTextSize (Results 1 - 25 of 167) sorted by null

1 2 3 4 5 6 7

  /frameworks/base/packages/SystemUI/src/com/android/systemui/
FontSizeUtils.java 36 v.setTextSize(TypedValue.COMPLEX_UNIT_PX,
  /external/webrtc/webrtc/examples/androidapp/src/org/appspot/apprtc/
HudFragment.java 97 hudViewBwe.setTextSize(TypedValue.COMPLEX_UNIT_PT, 5);
98 hudViewConnection.setTextSize(TypedValue.COMPLEX_UNIT_PT, 5);
99 hudViewVideoSend.setTextSize(TypedValue.COMPLEX_UNIT_PT, 5);
100 hudViewVideoRecv.setTextSize(TypedValue.COMPLEX_UNIT_PT, 5);
  /frameworks/base/core/java/com/android/internal/widget/
DialogTitle.java 68 setTextSize(TypedValue.COMPLEX_UNIT_PX, textSize);
  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
DialogTitle.java 72 setTextSize(TypedValue.COMPLEX_UNIT_PX, textSize);
AppCompatTextView.java 185 public void setTextSize(int unit, float size) {
187 super.setTextSize(unit, size);
190 mTextHelper.setTextSize(unit, size);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
QSDualTileLabel.java 129 public void setTextSize(int unit, float size) {
130 mFirstLine.setTextSize(unit, size);
131 mSecondLine.setTextSize(unit, size);
  /frameworks/base/packages/SystemUI/src/com/android/keyguard/
KeyguardStatusView.java 141 mClockView.setTextSize(TypedValue.COMPLEX_UNIT_PX,
148 mDateView.setTextSize(TypedValue.COMPLEX_UNIT_PX,
151 mOwnerInfo.setTextSize(TypedValue.COMPLEX_UNIT_PX,
  /cts/tests/tests/text/src/android/text/method/cts/
SingleLineTransformationMethodTest.java 74 editText.setTextSize(TypedValue.COMPLEX_UNIT_SP, 10);
ReplacementTransformationMethodTest.java 57 mEditText.setTextSize(TypedValue.COMPLEX_UNIT_SP, 10);
ScrollingMovementMethodTest.java 86 mTextView.setTextSize(TypedValue.COMPLEX_UNIT_SP, 12);
591 view.setTextSize(TypedValue.COMPLEX_UNIT_SP, 12);
TouchTest.java 70 mTextView.setTextSize(TypedValue.COMPLEX_UNIT_SP, 10);
  /frameworks/base/core/tests/coretests/src/android/widget/
LabelView.java 67 setTextSize(textSize);
77 mTextPaint.setTextSize(16);
100 public void setTextSize(int size) {
101 mTextPaint.setTextSize(size);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
ConfigurableTexts.java 72 text.setTextSize(TypedValue.COMPLEX_UNIT_SP, sp);
  /packages/apps/Dialer/java/com/android/dialer/util/
ViewUtil.java 80 textView.setTextSize(TypedValue.COMPLEX_UNIT_PX, originalTextSize);
83 textView.setTextSize(
  /packages/apps/PhoneCommon/src/com/android/phone/common/util/
ViewUtil.java 99 textView.setTextSize(TypedValue.COMPLEX_UNIT_PX, originalTextSize);
102 textView.setTextSize(TypedValue.COMPLEX_UNIT_PX,
  /development/samples/ApiDemos/src/com/example/android/apis/view/
LabelView.java 78 setTextSize(textSize);
88 mTextPaint.setTextSize(16 * getResources().getDisplayMetrics().density);
107 public void setTextSize(int size) {
109 mTextPaint.setTextSize(size);
  /packages/apps/DeskClock/src/com/android/alarmclock/
DigitalAppWidgetProvider.java 411 clock.setTextSize(COMPLEX_UNIT_PX, measuredSizes.mClockFontSizePx);
412 date.setTextSize(COMPLEX_UNIT_PX, measuredSizes.mFontSizePx);
413 nextAlarm.setTextSize(COMPLEX_UNIT_PX, measuredSizes.mFontSizePx);
414 nextAlarmIcon.setTextSize(COMPLEX_UNIT_PX, measuredSizes.mIconFontSizePx);
  /packages/apps/DeskClock/src/com/android/deskclock/widget/
TextSizeHelper.java 100 mMeasurePaint.setTextSize(midTextSize);
115 mTextView.setTextSize(TypedValue.COMPLEX_UNIT_PX, textSize);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
KeyPreviewView.java 66 setTextSize(TypedValue.COMPLEX_UNIT_PX, key.selectPreviewTextSize(drawParams));
  /pdk/apps/TestingCamera2/src/com/android/testingcamera2/
LogPane.java 56 titleText.setTextSize(TypedValue.COMPLEX_UNIT_PX,
  /sdk/testapps/customViewTest/libWithCustomView/src/com/android/tests/libwithcustom/
LabelView.java 77 setTextSize(textSize);
87 mTextPaint.setTextSize(16 * getResources().getDisplayMetrics().density);
106 public void setTextSize(int size) {
108 mTextPaint.setTextSize(size);
  /packages/apps/Dialer/java/com/android/incallui/autoresizetext/
AutoResizeTextView.java 136 * Although this overrides the setTextSize method from the TextView base class, it changes the
137 * semantics a bit: Calling setTextSize now specifies the maximum text size to be used by this
145 public final void setTextSize(int unit, float size) {
161 * <p>The parameters follow the same behavior as they do in {@link #setTextSize}.
215 super.setTextSize(resizeStepUnit, textSize);
219 textPaint.setTextSize(suggestedSizeInPx);
  /frameworks/data-binding/extensions/baseAdapters/src/main/java/android/databinding/adapters/
TextViewBindingAdapter.java 322 public static void setTextSize(TextView view, float size) {
323 view.setTextSize(TypedValue.COMPLEX_UNIT_PX, size);
  /packages/apps/ExactCalculator/src/com/android/calculator2/
CalculatorFormula.java 141 setTextSize(TypedValue.COMPLEX_UNIT_PX, getVariableTextSize(text.toString()));
146 super.setTextSize(unit, size);
153 public void setTextSize(int unit, float size) {
177 mTempPaint.setTextSize(Math.min(lastFitTextSize + mStepTextSize, mMaximumTextSize));
  /cts/tests/tests/text/src/android/text/cts/
EmojiTest.java 223 setTextSize(TypedValue.COMPLEX_UNIT_SP, 10);
247 setTextSize(TypedValue.COMPLEX_UNIT_SP, 10);

Completed in 1007 milliseconds

1 2 3 4 5 6 7