HomeSort by relevance Sort by last modified time
    Searched refs:textHeight (Results 1 - 25 of 56) sorted by null

1 2 3

  /external/chromium_org/third_party/skia/gm/
lcdtext.cpp 22 textHeight = SkIntToScalar(pointSize);
35 y = textHeight;
55 paint.setTextSize(textHeight);
58 y += textHeight;
63 SkScalar y, textHeight;
verttext2.cpp 23 textHeight = SkIntToScalar(pointSize);
51 y = textHeight;
67 canvas->translate(textHeight * 4, SkIntToScalar(50));
82 paint.setTextSize(textHeight);
87 y += textHeight;
92 SkScalar y, textHeight;
  /external/skia/gm/
lcdtext.cpp 22 textHeight = SkIntToScalar(pointSize);
35 y = textHeight;
54 paint.setTextSize(textHeight);
57 y += textHeight;
62 SkScalar y, textHeight;
verttext2.cpp 23 textHeight = SkIntToScalar(pointSize);
51 y = textHeight;
67 canvas->translate(textHeight * 4, SkIntToScalar(50));
82 paint.setTextSize(textHeight);
87 y += textHeight;
92 SkScalar y, textHeight;
  /frameworks/opt/chips/src/com/android/ex/chips/recipientchip/
ReplacementDrawableSpan.java 33 final int textHeight = fm.descent - fm.ascent;
35 fm.ascent = Math.min(fm.top, fm.top + (textHeight - bounds.bottom) / 2) - halfMargin;
36 fm.descent = Math.max(fm.bottom, fm.bottom + (bounds.bottom - textHeight) / 2)
  /packages/apps/Calendar/src/com/android/calendar/
DayOfMonthDrawable.java 52 int textHeight = mTextBounds.bottom - mTextBounds.top;
54 canvas.drawText(mDayOfMonth, bounds.right / 2, ((float) bounds.bottom + textHeight + 1) / 2,
  /packages/apps/Camera2/src/com/android/camera/ui/
CountDownView.java 110 int textHeight = mRemainingSecondsView.getMeasuredHeight();
114 mRemainingSecondsView.setTranslationY(mPreviewArea.centerY() - textHeight / 2);
116 mRemainingSecondsView.setPivotY(textHeight / 2);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
GestureFloatingTextDrawingPreview.java 159 final int textHeight = mParams.mGesturePreviewTextHeight;
164 final float rectHeight = textHeight + vPad * 2.0f;
174 mPreviewTextY = (int)(rectY + vPad) + textHeight;
  /external/chromium_org/third_party/skia/src/views/
SkTextBox.cpp 201 SkScalar textHeight = fontHeight;
207 textHeight += scaledSpacing * (count - 1);
215 y = SkScalarHalf(height - textHeight);
219 y = height - textHeight;
  /external/skia/src/views/
SkTextBox.cpp 201 SkScalar textHeight = fontHeight;
207 textHeight += scaledSpacing * (count - 1);
215 y = SkScalarHalf(height - textHeight);
219 y = height - textHeight;
  /external/chromium_org/chrome/browser/resources/chromeos/
power.js 29 var textHeight = 12 * devicePixelRatio;
81 ctx.strokeRect(x, y - textHeight, getTextWidth(ctx, text), textHeight);
83 ctx.fillRect(x, y - textHeight, getTextWidth(ctx, text), textHeight);
146 yLoc = yLoc + 2 * padding + textHeight;
151 legendCanvas.height = yLoc + textHeight + padding;
164 drawText(legendCtx, legendText, xLoc, yLoc + textHeight - 1);
173 yLoc = yLoc + 2 * padding + textHeight;
194 var yOrigin = padding + textHeight;
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
LabelMaker.java 196 int textHeight = ascent + descent;
201 int height = Math.max(minHeight, textHeight + padHeight);
206 int centerOffsetHeight = (effectiveTextHeight - textHeight) / 2;
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/
BarGraph.java 71 int textHeight= 16;
74 titleHeight= textHeight + GAP;
75 return MARGIN + titleHeight + n * (GAP + BARHEIGHT) + GAP + textHeight + MARGIN;
  /bootable/recovery/
screen_ui.cpp 105 int textHeight = gr_get_height(text_surface);
111 iconY = (gr_fb_height() - (iconHeight+textHeight+40+sh)) / 2;
114 int textY = ((gr_fb_height() - (iconHeight+textHeight+40+sh)) / 2) + iconHeight + 40;
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/EN/
TutorialEN.java 163 int textHeight = chooseSize(window, inputView, text, textView);
164 offy -= textView.getPaddingTop() + textHeight;
  /frameworks/support/v4/java/android/support/v4/view/
PagerTitleStrip.java 448 int textHeight = mCurrText.getMeasuredHeight();
449 setMeasuredDimension(widthSize, Math.max(minHeight, textHeight + padding));
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/JAJP/
TutorialJAJP.java 165 int textHeight = chooseSize(window, inputView, text, textView);
166 offy -= textView.getPaddingTop() + textHeight;
  /packages/apps/Settings/src/com/android/settings/fuelgauge/
BatteryHistoryChart.java 696 int textHeight = mTextDescent - mTextAscent;
697 if (h > ((textHeight*10)+mChartMinHeight)) {
699 if (h > (textHeight*15)) {
701 mLineWidth = textHeight/2;
704 mLineWidth = textHeight/3;
728 int fullBarOffset = textHeight + mLineWidth;
    [all...]
  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
PasswordTextView.java 160 float textHeight = mTextHeightRaw * getResources().getDisplayMetrics().scaledDensity;
161 mDrawPaint.setTextSize(textHeight);
  /frameworks/base/core/java/android/widget/
CalendarViewLegacyDelegate.java     [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
MainKeyboardView.java     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.forms_3.5.2.r36_v20100702.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/
performanceui.jar 
  /development/samples/training/basic/ActivityLifecycle/libs/
android-support-v13.jar 
  /development/samples/training/basic/FragmentBasics/libs/
android-support-v4.jar 

Completed in 2369 milliseconds

1 2 3