HomeSort by relevance Sort by last modified time
    Searched refs:textSize (Results 51 - 75 of 145) sorted by null

1 23 4 5 6

  /development/samples/browseable/WatchFace/Wearable/src/com.example.android.wearable.watchface/
DigitalWatchFaceService.java 267 float textSize = resources.getDimension(isRound
272 mHourPaint.setTextSize(textSize);
273 mMinutePaint.setTextSize(textSize);
274 mSecondPaint.setTextSize(textSize);
276 mColonPaint.setTextSize(textSize);
  /external/chromium_org/third_party/skia/src/gpu/
GrDistanceFieldTextContext.cpp 456 SkScalar textSize = fSkPaint.getTextSize();
457 SkScalar scaledTextSize = textSize;
470 fTextRatio = textSize / kSmallDFFontSize;
473 fTextRatio = textSize / kMediumDFFontSize;
476 fTextRatio = textSize / kLargeDFFontSize;
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/ui/
DrawUtils.java 64 Point textSize = gc.stringExtent(text);
66 if (textSize.x > width) {
69 gc.drawString(text, x + (width - textSize.x) / 2, textStartY);
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowTextView.java 35 private float textSize = 14.0f;
161 textSize = size;
382 return textSize;
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/system/
CaptionSetupActivity.java 580 private String getTextSizeName(String textSize) {
582 if (mTextSizes [i] == textSize) {
619 private void setTextSize(String textSize) {
620 mTextSize = textSize;
621 mTextSizeName = getTextSizeName(textSize);
624 Float.parseFloat(textSize));
    [all...]
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/flyout/
FlyoutControlComposite.java 860 Point textSize;
864 textSize = gc.textExtent(text);
874 m_titleWidth = textSize.x + 2 * TITLE_LINES + 4 * TITLE_MARGIN;
875 m_titleHeight = textSize.y;
893 x += textSize.x;
    [all...]
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/
CSpinner.java 510 Point textSize = m_text.computeSize(SWT.DEFAULT, SWT.DEFAULT);
513 int width = textSize.x + arrowWidth;
514 int height = Math.max(spinnerSize.y, textSize.y);
CCombo3.java 504 Point textSize = m_text.computeSize(areaWidth - buttonSize.x, areaHeight);
508 m_text.setSize(areaWidth - buttonSize.x, Math.max(textSize.y, areaHeight));
CTableCombo.java 544 Point textSize = m_text.computeSize(wHint, SWT.DEFAULT, changed);
554 height = Math.max(hHint, Math.max(textSize.y, arrowSize.y) + 2 * borderWidth);
555 width = Math.max(wHint, Math.max(textSize.x + arrowSize.x, tableWidth) + 2 * borderWidth);
  /external/svox/pico/lib/
picoapi.c 587 * @param textSize : text buffer size
597 const pico_Int16 textSize,
606 } else if (textSize < 0) {
612 status = picoctrl_engFeedText((picoctrl_Engine) engine, (picoos_char *)text, textSize, bytesPut);
picoctrl.c 716 * @param textSize : size of the input text
725 picoos_int16 textSize, picoos_int16 * bytesPut) {
731 while ((*bytesPut < textSize) && (PICO_OK == picodata_cbPutCh(this->cbIn, text[*bytesPut]))) {
  /frameworks/base/core/jni/
android_graphics_Canvas.cpp 466 float textSize = paint.getTextSize();
467 float strokeWidth = fmax(textSize * kStdUnderline_Thickness, 1.0f);
469 SkScalar top = y + textSize * kStdUnderline_Offset - 0.5f * strokeWidth;
470 SkScalar bottom = y + textSize * kStdUnderline_Offset + 0.5f * strokeWidth;
474 SkScalar top = y + textSize * kStdStrikeThru_Offset - 0.5f * strokeWidth;
475 SkScalar bottom = y + textSize * kStdStrikeThru_Offset + 0.5f * strokeWidth;
  /packages/apps/Settings/src/com/android/settings/fuelgauge/
BatteryHistoryChart.java 230 int textSize = 15;
252 textSize = appearance.getDimensionPixelSize(attr, textSize);
275 paint.setTextSize(textSize);
421 mainTextAttrs.textSize = a.getDimensionPixelSize(attr, mainTextAttrs.textSize);
422 headTextAttrs.textSize = a.getDimensionPixelSize(attr, headTextAttrs.textSize);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
SVGInlineTextBox.cpp 577 FloatSize textSize(fragment.width, fragment.height);
581 textSize.scale(scalingFactor);
600 textSize.width(), textSize.height());
  /packages/apps/ContactsCommon/src/com/android/contacts/common/list/
ViewPagerTabs.java 71 android.R.attr.textSize,
  /external/chromium_org/third_party/skia/src/core/
SkCanvas.cpp     [all...]
  /external/pdfium/fpdfsdk/include/javascript/
Field.h 147 FX_BOOL textSize(OBJ_PROP_PARAMS);
319 JS_STATIC_PROP(textSize, Field);
  /external/skia/src/core/
SkCanvas.cpp     [all...]
  /packages/apps/Browser/src/com/android/browser/
BrowserSettings.java 39 import android.webkit.WebSettings.TextSize;
199 * Update from TextSize enum to zoom percent
573 private TextSize getTextSize() {
574 String textSize = mPrefs.getString(PREF_TEXT_SIZE, "NORMAL");
575 return TextSize.valueOf(textSize);
  /packages/apps/Settings/src/com/android/settings/accessibility/
CaptionPropertiesFragment.java 214 final float textSize = context.getResources().getDimension(
216 previewText.setTextSize(textSize * fontScale);
  /frameworks/base/core/java/android/widget/
SearchView.java     [all...]
RadialTimePickerView.java     [all...]
  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
SearchView.java     [all...]
  /external/chromium_org/third_party/skia/include/core/
SkPaint.h 704 @param textSize set the paint's text size.
706 void setTextSize(SkScalar textSize);
    [all...]
  /external/skia/include/core/
SkPaint.h 701 @param textSize set the paint's text size.
703 void setTextSize(SkScalar textSize);
    [all...]

Completed in 389 milliseconds

1 23 4 5 6