Home
last modified time | relevance | path

Searched refs:mLogView (Results 1 – 1 of 1) sorted by relevance

/pdk/apps/TestingCamera/src/com/android/testingcamera/
DTestingCamera.java118 private TextView mLogView; field in TestingCamera
303 mLogView = (TextView) findViewById(R.id.log); in onCreate()
304 mLogView.setMovementMethod(new ScrollingMovementMethod()); in onCreate()
1900 mLogView.append(logEntry); in logAndScrollToBottom()
1901 final Layout layout = mLogView.getLayout(); in logAndScrollToBottom()
1903 int scrollDelta = layout.getLineBottom(mLogView.getLineCount() - 1) in logAndScrollToBottom()
1904 - mLogView.getScrollY() - mLogView.getHeight(); in logAndScrollToBottom()
1906 mLogView.scrollBy(0, scrollDelta); in logAndScrollToBottom()