Home | History | Annotate | Download | only in widget

Lines Matching refs:previousLineBottom

8288         final int previousLineBottom = layout.getLineBottom(previousLine);
8289 final int hysteresisThreshold = (previousLineBottom - previousLineTop) / 8;
8293 if (((line == previousLine + 1) && ((y - previousLineBottom) < hysteresisThreshold)) ||