Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/android/widget/focus/
DRequestFocus.java37 final Button bottomRightButton = (Button) findViewById(R.id.bottomRightButton); in onCreate() local
38 bottomRightButton.requestFocus(); in onCreate()
39 bottomRightButton.setText("I should have focus"); in onCreate()
DFocusAfterRemoval.java69 final Button bottomRightButton = (Button) findViewById(R.id.bottomRightButton); in onCreate() local
70 bottomRightButton.setOnClickListener(new View.OnClickListener() { in onCreate()
73 bottomRightButton.setVisibility(View.INVISIBLE); in onCreate()
DFocusAfterRemovalTest.java54 mBottomRightButton = (Button) a.findViewById(R.id.bottomRightButton); in setUp()
DRequestFocusTest.java61 mBottomRightButton = (Button) a.findViewById(R.id.bottomRightButton); in setUp()