Home | History | Annotate | Download | only in cts

Lines Matching defs:Button

62 import android.widget.Button;
143 expected.setClassName(Button.class.getName());
148 final Button button = (Button) getActivity().findViewById(R.id.button);
159 button.performClick();
180 expected.setClassName(Button.class.getName());
185 final Button button = (Button) getActivity().findViewById(R.id.button);
196 button.performLongClick();
217 expected.setClassName(Button.class.getName());
224 final Button button = (Button) getActivity().findViewById(R.id.buttonWithTooltip);
228 () -> getActivity().runOnUiThread(() -> button.requestFocus()),
475 getActivity().findViewById(R.id.button).requestFocus())
507 getActivity().findViewById(R.id.button).requestFocus())
548 getActivity().findViewById(R.id.button).performClick())
624 // The button should now be showing the tooltip, so it should have the option to hide it.