Lines Matching refs:scrollDelta
1551 int scrollDelta = layout.getLineBottom(mLogView.getLineCount() - 1)1553 if(scrollDelta > 0) {1554 mLogView.scrollBy(0, scrollDelta);