Home | History | Annotate | Download | only in focus

Lines Matching refs:Button

24 import android.widget.Button;
41 Button topLeftButton = (Button) findViewById(R.id.topLeftButton);
51 Button bottomLeftButton = (Button) findViewById(R.id.bottomLeftButton);
59 // top right button makes top right button GONE
60 final Button topRightButton = (Button) findViewById(R.id.topRightButton);
68 // bottom right button makes bottom right button INVISIBLE
69 final Button bottomRightButton = (Button) findViewById(R.id.bottomRightButton);