Home | History | Annotate | Download | only in testingcamera

Lines Matching refs:mLogView

107     private TextView mLogView;
262 mLogView = (TextView) findViewById(R.id.log);
263 mLogView.setMovementMethod(new ScrollingMovementMethod());
1548 mLogView.append(logEntry);
1549 final Layout layout = mLogView.getLayout();
1551 int scrollDelta = layout.getLineBottom(mLogView.getLineCount() - 1)
1552 - mLogView.getScrollY() - mLogView.getHeight();
1554 mLogView.scrollBy(0, scrollDelta);