HomeSort by relevance Sort by last modified time
    Searched defs:textSize (Results 26 - 50 of 94) sorted by null

12 3 4

  /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/icu4c/test/perf/ubrkperf/
ubrkperfold.cpp 164 int32_t textSize = 0;
289 brkit->setText(UnicodeString(text, textSize));
316 UniCharCount startOffset = 0, breakOffset = 0, numUniChars = textSize;
356 int32_t timePerCU = (int)(float(1000) * ((float)loopTime/(float)textSize));
359 printf("number of code units %d average time per code unit %d\n", textSize, timePerCU);
362 printf("time=%d\nevents=%d\nsize=%d\n", elapsedTime, noBreaks, textSize);
374 brkit->setText(UnicodeString(text, textSize));
376 for(j = 0; j < textSize; j++) {
390 for(j = 0; j < textSize; j++) {
400 int32_t timePerCU = (int)(float(1000) * ((float)loopTime/(float)textSize));
    [all...]
  /packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
CandidateView.java 370 int textSize = 1;
371 mCandidatesPaint.setTextSize(textSize);
374 textSize++;
375 mCandidatesPaint.setTextSize(textSize);
379 mImeCandidateTextSize = textSize;
380 mRecommendedCandidateTextSize = textSize * 3 / 4;
392 textSize = 1;
393 mFootnotePaint.setTextSize(textSize);
396 textSize++;
397 mFootnotePaint.setTextSize(textSize);
    [all...]
SoftKeyboardView.java 243 float textSize;
255 textSize = env
263 textSize, true, mSoftKeyDown.getColorHl(),
289 textSize = env
297 textSize, mSoftKeyDown.needBalloon(), mSoftKeyDown
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowTextView.java 35 private float textSize = 14.0f;
161 textSize = size;
382 return textSize;
  /frameworks/base/core/java/android/webkit/
WebSettings.java 77 public enum TextSize {
83 TextSize(int size) {
471 * Sets the text size of the page. The default is {@link TextSize#NORMAL}.
473 * @param t the text size as a {@link TextSize} value
476 public synchronized void setTextSize(TextSize t) {
483 * matching {@link TextSize}.
485 * @return the text size as a {@link TextSize} value
489 public synchronized TextSize getTextSize() {
490 TextSize closestSize = null;
492 int textSize = getTextZoom()
    [all...]
  /frameworks/base/core/jni/android/graphics/
Canvas.cpp 809 float textSize = paint->getTextSize();
810 float strokeWidth = fmax(textSize * kStdUnderline_Thickness, 1.0f);
812 SkScalar top = SkFloatToScalar(y + textSize * kStdUnderline_Offset
814 SkScalar bottom = SkFloatToScalar(y + textSize * kStdUnderline_Offset
819 SkScalar top = SkFloatToScalar(y + textSize * kStdStrikeThru_Offset
821 SkScalar bottom = SkFloatToScalar(y + textSize * kStdStrikeThru_Offset
    [all...]
  /external/chromium_org/third_party/skia/src/core/
SkCanvas.cpp     [all...]
SkPicturePlayback.cpp     [all...]
SkPaint.cpp 973 SkScalar textSize = fTextSize;
975 return textSize / kCanonicalTextSizeForPaths;
992 * the original textSize
    [all...]
  /external/skia/src/core/
SkCanvas.cpp     [all...]
SkPicturePlayback.cpp     [all...]
SkPaint.cpp 973 SkScalar textSize = fTextSize;
975 return textSize / kCanonicalTextSizeForPaths;
992 * the original textSize
    [all...]
  /frameworks/support/v4/java/android/support/v4/view/
PagerTitleStrip.java 67 android.R.attr.textSize,
129 final int textSize = a.getDimensionPixelSize(1, 0);
130 if (textSize != 0) {
131 setTextSize(TypedValue.COMPLEX_UNIT_PX, textSize);
  /packages/apps/Browser/src/com/android/browser/
BrowserSettings.java 39 import android.webkit.WebSettings.TextSize;
199 * Update from TextSize enum to zoom percent
571 private TextSize getTextSize() {
572 String textSize = mPrefs.getString(PREF_TEXT_SIZE, "NORMAL");
573 return TextSize.valueOf(textSize);
  /packages/apps/Settings/src/com/android/settings/fuelgauge/
BatteryHistoryChart.java 209 int textSize = 15;
231 textSize = appearance.getDimensionPixelSize(attr, textSize);
276 textSize = a.getDimensionPixelSize(attr, textSize);
292 mTextPaint.setTextSize(textSize);
  /cts/tests/tests/text/src/android/text/cts/
TextUtilsTest.java     [all...]
  /frameworks/base/core/java/android/widget/
FastScroller.java 486 final float textSize = res.getDimensionPixelSize(R.dimen.fastscroll_overlay_text_size);
490 textView.setTextSize(TypedValue.COMPLEX_UNIT_PX, textSize);
    [all...]
SearchView.java     [all...]
TextView.java 644 int textSize = 15;
693 textSize = appearance.getDimensionPixelSize(attr, textSize);
    [all...]
  /frameworks/base/libs/hwui/
OpenGLRenderer.cpp     [all...]
  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
SearchView.java     [all...]
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
OpenWnnJAJP.java     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.forms_3.5.2.r36_v20100702.jar 
  /development/samples/training/basic/ActivityLifecycle/libs/
android-support-v13.jar 

Completed in 1039 milliseconds

12 3 4