Searched refs:mDebugView (Results 1 – 2 of 2) sorted by relevance
31 private final FocusEventDebugView mDebugView; field in FocusEventDebugGlobalMonitor36 mDebugView = debugView; in FocusEventDebugGlobalMonitor()43 mDebugView.reportMotionEvent((MotionEvent) event); in onInputEvent()
67 private TextView mDebugView = null; field in SoundTriggerTestActivity84 mDebugView = findViewById(R.id.console); in onCreate()88 mDebugView.setText(mDebugView.getText(), TextView.BufferType.EDITABLE); in onCreate()89 mDebugView.setMovementMethod(new ScrollingMovementMethod()); in onCreate()170 ((Editable) mDebugView.getText()).append(msg + "\n"); in showMessage()173 mScrollView.smoothScrollTo(0, mDebugView.getBottom()); in showMessage()