HomeSort by relevance Sort by last modified time
    Searched defs:textSize (Results 1 - 23 of 23) sorted by null

  /frameworks/base/core/java/com/android/internal/widget/
DialogTitle.java 60 final int textSize = a.getDimensionPixelSize(
64 // textSize is already expressed in pixels
65 setTextSize(TypedValue.COMPLEX_UNIT_PX, textSize);
  /external/webkit/WebKit/android/nav/
CachedInput.h 57 void setTextSize(int textSize) { mTextSize = textSize; }
58 int textSize() const { return mTextSize; }
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
PurgeableBitmapView.java 50 private final int textSize = 32;
63 mPaint.setTextSize(textSize);
  /development/samples/ApiDemos/src/com/example/android/apis/view/
LabelView.java 76 int textSize = a.getDimensionPixelOffset(R.styleable.LabelView_textSize, 0);
77 if (textSize > 0) {
78 setTextSize(textSize);
  /external/skia/src/animator/
SkDrawPaint.h 70 SkScalar textSize;
  /external/skia/src/core/
SkPictureFlat.cpp 122 SkScalar textSize = buffer.readScalar();
123 if (textSize != defaultPaint.getTextSize())
125 "textSize:%g ", SkScalarToFloat(textSize));
SkPicturePlayback.cpp     [all...]
SkDraw.cpp     [all...]
  /external/webkit/WebKit/android/jni/
WebSettings.cpp 60 "Landroid/webkit/WebSettings$TextSize;");
158 c = env->FindClass("android/webkit/WebSettings$TextSize");
159 LOG_ASSERT(c, "Could not find TextSize enum");
261 jobject textSize = env->GetObjectField(obj, gFieldIds->mTextSize);
262 float zoomFactor = env->GetIntField(textSize, gFieldIds->mTextSizeValue) / 100.0f;
  /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...]
  /external/webkit/WebKit/win/
FullscreenVideoController.cpp 62 static const int textSize = 11;
439 desc.setComputedSize(textSize);
  /frameworks/base/libs/ui/
EventRecurrence.cpp 80 size_t textSize;
165 if (p->textSize == len) {
  /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
  /packages/apps/Browser/src/com/android/browser/
BrowserSettings.java 113 private static WebSettings.TextSize textSize =
114 WebSettings.TextSize.NORMAL;
198 s.setTextSize(b.textSize);
300 textSize = WebSettings.TextSize.valueOf(
301 p.getString(PREF_TEXT_SIZE, textSize.name()));
388 public WebSettings.TextSize getTextSize() {
389 return textSize;
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
LatinKeyboard.java 611 style, new int[] { android.R.attr.textSize });
612 int textSize = array.getDimensionPixelSize(array.getResourceId(0, 0), defValue);
613 return textSize;
685 int textSize = getTextSizeFromTheme(android.R.style.TextAppearance_Medium, 18);
686 mTextPaint.setTextSize(textSize);
  /cts/tests/tests/text/src/android/text/cts/
TextUtilsTest.java     [all...]
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
OpenWnnJAJP.java     [all...]
  /frameworks/base/core/java/android/widget/
TextView.java 354 int textSize = 15;
394 textSize = appearance.getDimensionPixelSize(attr, textSize);
640 textSize = a.getDimensionPixelSize(attr, textSize);
    [all...]
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/7/
android.jar 

Completed in 853 milliseconds