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

1 2

  /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);
47 y = textHeight;
63 canvas->translate(textHeight * 4, SkIntToScalar(50));
78 paint.setTextSize(textHeight);
83 y += textHeight;
88 SkScalar y, textHeight;
  /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/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
GestureFloatingPreviewText.java 154 final int textHeight = mParams.mGesturePreviewTextHeight;
159 final float rectHeight = textHeight + vPad * 2.0f;
170 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;
  /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;
  /packages/apps/Settings/src/com/android/settings/fuelgauge/
BatteryHistoryChart.java 436 int textHeight = mTextDescent - mTextAscent;
439 if (h > (textHeight*6)) {
441 if (h > (textHeight*15)) {
443 mLineWidth = textHeight/2;
446 mLineWidth = textHeight/3;
448 mLevelTop = textHeight + mLineWidth;
474 int barOffset = textHeight + mLineWidth;
  /bootable/recovery/
screen_ui.cpp 122 int textHeight = gr_get_height(text_surface);
125 int iconY = (gr_fb_height() - (iconHeight+textHeight+40)) / 2;
128 int textY = ((gr_fb_height() - (iconHeight+textHeight+40)) / 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;
  /frameworks/base/core/java/android/widget/
CalendarView.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 
  /frameworks/ex/chips/src/com/android/ex/chips/
RecipientEditTextView.java 675 int textHeight = bounds.bottom - bounds.top ;
676 return height - ((height - textHeight) / 2) - (int)paint.descent();
    [all...]
  /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 
  /development/samples/training/location-aware/libs/
android-support-v4.jar 
  /sdk/testapps/jarCheckTests1/app/libs/
android-support-v4.jar 
  /sdk/testapps/jarCheckTests1/lib1/libs/
android-support-v4.jar 
  /sdk/testapps/jarCheckTests1/lib2/libs/
android-support-v4.jar 
  /sdk/testapps/jarCheckTests2/lib1/libs/
android-support-v4.jar 

Completed in 1780 milliseconds

1 2