Home
last modified time | relevance | path

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

/development/samples/ApiDemos/src/com/example/android/apis/view/
DFocus3.java26 private Button mBottomButton; field in Focus3
35 mBottomButton = (Button) findViewById(R.id.bottom); in onCreate()
43 return mBottomButton; in getBottomButton()