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

  /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/chromium_org/third_party/WebKit/Source/core/rendering/
RenderBlockLineLayout.cpp     [all...]

Completed in 4291 milliseconds