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

  /packages/apps/Launcher3/src/com/android/launcher3/pageindicators/
WorkspacePageIndicator.java 141 int lineLeft = (int) (progress * (availableWidth - lineWidth));
142 int lineRight = lineLeft + lineWidth;
144 canvas.drawRoundRect(lineLeft, getHeight() / 2 - mLineHeight / 2, lineRight,
  /frameworks/base/core/java/android/text/method/
BaseMovementMethod.java 431 final int lineLeft = (int) Math.floor(layout.getLineLeft(line));
432 if (lineLeft < left) {
433 left = lineLeft;
  /external/pdfium/core/fxcodec/jbig2/
JBig2_Image.cpp 294 int32_t lineLeft = m_nStride - ((xs0 >> 5) << 2);
464 (((sp + 4) < lineSrc + lineLeft ? JBIG2_GETDWORD(sp + 4) : 0) >>
649 (((sp + 4) < lineSrc + lineLeft ? JBIG2_GETDWORD(sp + 4) : 0) >>
718 int32_t lineLeft = m_nStride - ((xs0 >> 5) << 2);
885 (((sp + 4) < lineSrc + lineLeft ? JBIG2_GETDWORD(sp + 4) : 0) >>
    [all...]
  /frameworks/base/core/java/android/widget/
TextView.java     [all...]

Completed in 84 milliseconds