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

  /frameworks/base/core/java/android/text/method/
BaseMovementMethod.java 424 final int topLine = getTopLine(widget);
426 if (topLine > bottomLine) {
430 for (int line = topLine; line <= bottomLine; line++) {
441 final int topLine = getTopLine(widget);
443 if (topLine > bottomLine) {
447 for (int line = topLine; line <= bottomLine; line++) {
511 int topLine = layout.getLineForVertical(top);
512 if (layout.getLineTop(topLine) == top) {
515 topLine -= 1;
517 if (topLine >= 0)
    [all...]
  /external/opencv/cv/include/
cvcompat.h 904 uchar* topline; /* pointer to the start of the top pixel line */ member in struct:_CvPixelPosition8u
920 schar* topline; member in struct:_CvPixelPosition8s
933 float* topline; member in struct:_CvPixelPosition32f
    [all...]
  /frameworks/base/core/java/android/widget/
TextView.java     [all...]
  /packages/inputmethods/LatinIME/dictionaries/
hr_wordlist.combined.gz 

Completed in 84 milliseconds