Home
last modified time | relevance | path

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

/development/apps/DumpViewer/app/src/main/java/com/android/dumpviewer/
DDumpActivity.java86 private CheckBox mShowLast; field in DumpActivity
204 mShowLast = findViewById(R.id.scroll_to_bottm); in onCreate()
428 if (mShowLast == null) { in onContentLoaded()
431 if (mShowLast.isChecked()) { in onContentLoaded()