Searched refs:bottomRightButton (Results 1 – 4 of 4) sorted by relevance
37 final Button bottomRightButton = (Button) findViewById(R.id.bottomRightButton); in onCreate() local38 bottomRightButton.requestFocus(); in onCreate()39 bottomRightButton.setText("I should have focus"); in onCreate()
69 final Button bottomRightButton = (Button) findViewById(R.id.bottomRightButton); in onCreate() local70 bottomRightButton.setOnClickListener(new View.OnClickListener() { in onCreate()73 bottomRightButton.setVisibility(View.INVISIBLE); in onCreate()
54 mBottomRightButton = (Button) a.findViewById(R.id.bottomRightButton); in setUp()
61 mBottomRightButton = (Button) a.findViewById(R.id.bottomRightButton); in setUp()