Home | History | Annotate | Download | only in arrowscroll

Lines Matching refs:Button

26 import android.widget.Button;
60 String prefix = "after " + i + " downs expected button " + i;
61 final Button button = getActivity().getButtonAt(i);
62 assertTrue(prefix + " to have focus", button.isFocused());
63 assertTrue(prefix + " to be on screen", isButtonOnScreen(button));
76 final Button lastButton = getActivity().getButtonAt(numButtons - 1);
89 String prefix = "after " + i + " ups expected button " + i;
90 final Button button = getActivity().getButtonAt(i);
91 assertTrue(prefix + " to have focus", button.isFocused());
92 assertTrue(prefix + " to be on screen", isButtonOnScreen(button));
102 protected boolean isButtonOnScreen(Button b) {