HomeSort by relevance Sort by last modified time
    Searched refs:topButton (Results 1 - 7 of 7) sorted by null

  /frameworks/base/core/tests/coretests/src/android/widget/listview/
ListItemISVAndButton.java 58 final Button topButton = new Button(context);
59 topButton.setLayoutParams(
61 topButton.setText("button " + position + ")");
62 ll.addView(topButton);
  /frameworks/base/core/tests/coretests/src/android/widget/listview/arrowscroll/
ListItemFocusablesFarApartTest.java 84 final Button topButton = (Button) getChildOfItem(0, 0);
93 topButton.isFocused());
98 topButton.isFocused());
  /frameworks/base/core/tests/coretests/src/android/widget/focus/
ListWithFooterViewAndNewLabels.java 57 Button topButton = (Button) findViewById(R.id.button);
58 topButton.setText("click to add new item");
59 topButton.setOnClickListener(new View.OnClickListener() {
  /frameworks/base/core/tests/coretests/src/android/widget/scroll/
ScrollViewButtonsAndLabelsTest.java 153 Button topButton = getActivity().getButton(0);
154 assertTrue("should be back at top button", topButton.hasFocus());
158 topButton.getLocationOnScreen(buttonLoc);
  /cts/tests/src/android/widget/cts/util/
ListItemFactory.java 56 final Button topButton = new Button(context);
57 topButton.setLayoutParams(
59 topButton.setText("top (position " + position + ")");
60 ll.addView(topButton);
  /frameworks/base/core/tests/coretests/src/android/util/
ListItemFactory.java 56 final Button topButton = new Button(context);
57 topButton.setLayoutParams(
59 topButton.setText("top (position " + position + ")");
60 ll.addView(topButton);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/ui/
MarginChooser.java 138 Button topButton = new Button(container, SWT.NONE);
139 topButton.setText("Resource...");
140 topButton.setData(PROP_TEXTFIELD, mTopField);
157 topButton.addListener(SWT.Selection, this);

Completed in 107 milliseconds