HomeSort by relevance Sort by last modified time
    Searched defs:lineHeight (Results 1 - 25 of 39) sorted by null

1 2

  /external/pdfium/fxjs/xfa/
cjx_para.cpp 87 void CJX_Para::lineHeight(CFXJSE_Value* pValue,
  /external/libvncserver/examples/
vncev.c 71 static int lineHeight=16,lineY=height-16;
74 rfbDoCopyRect(s,0,0,width,height-lineHeight,0,-lineHeight);
  /frameworks/base/tests/WindowAnimationJank/src/android/windowanimationjank/
FlowLayout.java 45 int lineHeight = 0;
60 lineHeight = Math.max(lineHeight, child.getMeasuredHeight());
64 y += lineHeight;
70 mLineHeight = lineHeight;
73 height = y + lineHeight;
75 if (y + lineHeight < height) {
76 height = y + lineHeight;
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
KeyboardShortcutKeysLayout.java 49 int lineHeight = 0;
67 lineHeight = Math.max(lineHeight,
72 yPos += lineHeight;
77 this.mLineHeight = lineHeight;
80 height = yPos + lineHeight;
82 if (yPos + lineHeight < height) {
83 height = yPos + lineHeight;
  /cts/tests/tests/text/src/android/text/method/cts/
BaseMovementMethodTest.java 151 final int lineHeight = mTextView.getLineHeight();
157 assertEquals(lineHeight, mTextView.getScrollY(), lineHeight / 4);
  /packages/apps/Messaging/src/com/android/messaging/ui/
LineWrapLayout.java 162 final int lineHeight = lineHeights.get(lineIndex);
165 startPositionY = y + lineHeight - childHeight - layoutParams.bottomMargin;
169 startPositionY = y + (lineHeight - childHeight) / 2;
  /frameworks/support/media/src/main/java/androidx/media/subtitle/
ClosedCaptionRenderer.java 362 int lineHeight = safeHeight / MAX_ROWS;
364 lineHeight, MeasureSpec.EXACTLY);
  /frameworks/support/v7/appcompat/src/androidTest/java/androidx/appcompat/widget/
AppCompatTextViewTest.java 378 final int lineHeight = textView.getResources()
385 assertEquals(lineHeight, textView.getLineHeight());
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
LabelMaker.java 215 int lineHeight = mLineHeight;
225 v += lineHeight;
226 lineHeight = 0;
228 lineHeight = Math.max(lineHeight, height);
229 if (v + lineHeight > mStrikeHeight) {
252 mLineHeight = lineHeight;
  /frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/widget/
AppCompatTextHelper.java 220 final int lineHeight = a.getDimensionPixelSize(
229 if (lineHeight != -1) {
230 TextViewCompat.setLineHeight(mView, lineHeight);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
GCWrapper.java 396 int lineHeight = getGc().getFontMetrics().getHeight();
413 lineY += lineHeight;
  /external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/rbnf/
RbnfDemo.java 481 int lineHeight = fm.getHeight();
508 penY += lineHeight;
509 totalHeight += lineHeight;
  /external/python/cpython2/Mac/Modules/te/
_TEmodule.c 501 short lineHeight;
511 &lineHeight,
516 lineHeight,
818 PyDoc_STR("(short offset) -> (TextStyle theStyle, short lineHeight, short fontAscent)")},
869 return Py_BuildValue("h", (*self->ob_itself)->lineHeight);
962 {"lineHeight", (getter)TEObj_get_lineHeight, (setter)TEObj_set_lineHeight, "Height of a line"},
    [all...]
  /external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/impl/
DumbTextComponent.java 63 private transient int lineHeight;
535 lineHeight = lineAscent + fm.getDescent() + lineLeading;
539 for (int i = 0; i < lineCount; y += lineHeight, ++i) {
548 lastHeight = y + yInset - lineHeight + yInset;
566 g.fillRect(line, activePoint.y, 1, lineHeight);
580 Math.max(1,endPoint.x-startPoint.x), lineHeight);
583 (mySize.width-xInset)-startPoint.x, lineHeight);
584 if (startPoint.y + lineHeight < endPoint.y)
585 paintRect(g, xInset, startPoint.y + lineHeight,
586 (mySize.width-xInset)-xInset, endPoint.y - startPoint.y - lineHeight);
    [all...]
  /frameworks/base/core/java/android/widget/
SimpleMonthView.java 626 final float lineHeight = mMonthPaint.ascent() + mMonthPaint.descent();
627 final float y = (mMonthHeight - lineHeight) / 2f;
    [all...]
  /frameworks/av/packages/MediaComponents/src/com/android/media/subtitle/
ClosedCaptionRenderer.java     [all...]
  /frameworks/base/media/java/android/media/
ClosedCaptionRenderer.java     [all...]
  /cts/tests/tests/widget/src/android/widget/cts/
TextViewTest.java     [all...]
  /prebuilts/tools/common/m2/repository/com/android/tools/external/propertysheet/1.0/
propertysheet-1.0.jar 
  /prebuilts/tools/common/m2/repository/xhtmlrenderer/xhtmlrenderer/R8rc1/
xhtmlrenderer-R8rc1.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/swt/3.5.0/
swt-3.5.0.jar 
  /prebuilts/tools/darwin-x86/swt/
swt.jar 
  /prebuilts/jdk/jdk8/darwin-x86/lib/
sa-jdi.jar 
  /prebuilts/jdk/jdk8/linux-x86/lib/
sa-jdi.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench.texteditor_3.6.1.r361_v20100714-0800.jar 

Completed in 2377 milliseconds

1 2