Home | History | Annotate | Download | only in focus

Lines Matching defs:button

25 import android.widget.Button;
37 private Button mButtonAtTop;
51 mButtonAtTop = (Button) a.findViewById(R.id.button);
92 assertFalse("button at top should have focus back",
110 Button button = (Button) mListView.getSelectedView();
111 assertNotNull(indexInfo, button);
112 assertEquals(indexInfo, label, button.getText().toString());
113 assertTrue(indexInfo, button.hasFocus());
127 Button button = (Button) mListView.getSelectedView();
128 assertNotNull(indexInfo, button);
129 assertEquals(indexInfo, label, button.getText().toString());
130 assertTrue(indexInfo, button.hasFocus());
136 assertTrue("button at top should have focus back",
151 final Button firstButton = (Button) mListView.getSelectedView();