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

1 2 3

  /external/skia/gm/
verttext2.cpp 34 textHeight = SkIntToScalar(pointSize);
54 y = textHeight;
70 canvas->translate(textHeight * 4, SkIntToScalar(50));
85 paint.setTextSize(textHeight);
90 y += textHeight;
95 SkScalar y, textHeight;
lcdtext.cpp 24 textHeight = SkIntToScalar(pointSize);
39 y = textHeight;
58 paint.setTextSize(textHeight);
61 y += textHeight;
66 SkScalar y, textHeight;
  /frameworks/opt/chips/src/com/android/ex/chips/recipientchip/
ReplacementDrawableSpan.java 34 final int textHeight = fm.descent - fm.ascent;
36 fm.ascent = Math.min(fm.top, fm.top + (textHeight - bounds.bottom) / 2) - halfMargin;
37 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 165 final int textHeight = mParams.mGesturePreviewTextHeight;
170 final float rectHeight = textHeight + vPad * 2.0f;
180 mPreviewTextY = (int)(rectY + vPad) + textHeight;
  /external/skia/src/utils/
SkTextBox.cpp 200 SkScalar textHeight = fontHeight;
205 textHeight += scaledSpacing * (count - 1);
213 y = SkScalarHalf(height - textHeight);
217 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/Launcher3/src/com/android/launcher3/
PendingAppWidgetHostView.java 243 int textHeight = mSetupTextLayout.getHeight();
246 float minHeightWithText = textHeight + actualIconSize * settingIconScaleFactor
251 iconTop = (getHeight() - textHeight -
  /frameworks/support/design/src/android/support/design/widget/
CollapsingTextHelper.java 374 float textHeight = mTextPaint.descent() - mTextPaint.ascent();
375 float textOffset = (textHeight / 2) - mTextPaint.descent();
406 float textHeight = mTextPaint.descent() - mTextPaint.ascent();
407 float textOffset = (textHeight / 2) - mTextPaint.descent();
  /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 449 final int textHeight = mCurrText.getMeasuredHeight();
451 height = Math.max(minHeight, textHeight + heightPadding);
  /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 677 int textHeight = mTextDescent - mTextAscent;
678 if (h > ((textHeight*10)+mChartMinHeight)) {
680 if (h > (textHeight*15)) {
682 mLineWidth = textHeight/2;
685 mLineWidth = textHeight/3;
711 int fullBarOffset = textHeight + mLineWidth;
    [all...]
  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
PasswordTextView.java 183 float textHeight = mTextHeightRaw * getResources().getDisplayMetrics().scaledDensity;
184 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 
  /prebuilts/sdk/current/support/design/libs/
android-support-design.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 
  /development/samples/training/location-aware/libs/
android-support-v4.jar 
  /sdk/testapps/jarCheckTests1/app/libs/
android-support-v4.jar 

Completed in 879 milliseconds

1 2 3