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

  /frameworks/base/core/java/com/android/internal/widget/
MessagingLinearLayout.java 122 ImageFloatingTextView textChild = null;
127 textChild = (ImageFloatingTextView) child;
128 textChild.setNumIndentLines(mIndentLines == 2 ? 3 : mIndentLines);
140 if (textChild != null) {
141 measuredTooSmall = childHeight < textChild.getLayoutHeight()
142 + textChild.getPaddingTop() + textChild.getPaddingBottom();
169 ImageFloatingTextView textChild = (ImageFloatingTextView) child;
170 if (imageLines == 2 && textChild.getLineCount() > 2) {
176 boolean changed = textChild.setNumIndentLines(Math.max(0, imageLines))
    [all...]
  /external/libxml2/
xmlschemas.c     [all...]
  /prebuilts/tools/common/m2/repository/net/sourceforge/htmlunit/htmlunit/2.14/
htmlunit-2.14.jar 

Completed in 986 milliseconds