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

  /external/skia/src/views/
SkTextBox.cpp 179 SkScalar textHeight = fontHeight;
185 textHeight += scaledSpacing * (count - 1);
193 y = SkScalarHalf(height - textHeight);
197 y = height - textHeight;
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
ManageCacheDrawer.java 123 int textHeight = mCachingText.getHeight();
126 y = bottom - 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;
  /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;
  /frameworks/support/v4/java/android/support/v4/view/
PagerTitleStrip.java 278 int textHeight = mCurrText.getMeasuredHeight();
279 setMeasuredDimension(widthSize, Math.max(minHeight, textHeight + padding));
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/EN/
TutorialEN.java 163 int textHeight = chooseSize(window, inputView, text, textView);
164 offy -= textView.getPaddingTop() + textHeight;
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
LatinKeyboard.java 296 final float textHeight = -paint.ascent() + descent;
298 : height / 2 + textHeight / 2;
  /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...]
  /frameworks/ex/chips/src/com/android/ex/chips/
RecipientEditTextView.java 534 int textHeight = bounds.bottom - bounds.top - (int)paint.descent();
535 return height - ((height - textHeight) / 2);
    [all...]

Completed in 375 milliseconds