Home
last modified time | relevance | path

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

/development/samples/Home/src/com/example/android/home/
DHome.java116 private View mShowApplications; field in Home
228 mShowApplications = findViewById(R.id.show_all_apps); in bindButtons()
229 mShowApplications.setOnClickListener(new ShowApplications()); in bindButtons()
572 mShowApplications.requestFocus(); in hideApplications()