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

  /frameworks/base/core/java/android/text/method/
BaseMovementMethod.java 425 final int bottomLine = getBottomLine(widget);
426 if (topLine > bottomLine) {
430 for (int line = topLine; line <= bottomLine; line++) {
442 final int bottomLine = getBottomLine(widget);
443 if (topLine > bottomLine) {
447 for (int line = topLine; line <= bottomLine; line++) {
539 int bottomLine = layout.getLineForVertical(bottom);
540 if (layout.getLineTop(bottomLine + 1) < bottom + 1) {
544 bottomLine += 1;
547 if (bottomLine <= limit)
    [all...]
  /external/opencv/cv/include/
cvcompat.h 905 uchar* bottomline; /* pointer to the start of the first line */ member in struct:_CvPixelPosition8u
921 schar* bottomline; member in struct:_CvPixelPosition8s
934 float* bottomline; member in struct:_CvPixelPosition32f
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/distutils/command/
bdist_msi.py 34 self.line("BottomLine", 0, ruler, self.w, 0)
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/distutils/command/
bdist_msi.py 34 self.line("BottomLine", 0, ruler, self.w, 0)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/
bdist_msi.py 34 self.line("BottomLine", 0, ruler, self.w, 0)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/
bdist_msi.py 34 self.line("BottomLine", 0, ruler, self.w, 0)
    [all...]
  /frameworks/base/core/java/android/widget/
TextView.java     [all...]

Completed in 733 milliseconds