Home
last modified time | relevance | path

Searched defs:button (Results 1 – 7 of 7) sorted by relevance

/cts/tests/tests/widget/src/android/widget/cts/
DRadioButtonTest.java107 RadioButton button = new RadioButton(mContext); in testToggle() local
DFrameLayoutTest.java246 Button button = (Button) frameLayout.findViewById(R.id.framelayout_button); in testAccessMeasureAllChildren() local
DRadioGroupTest.java440 RadioButton button = new RadioButton(mContext); in testOnFinishInflate() local
/cts/tests/src/android/widget/cts/util/
DListItemFactory.java119 final Button button = new Button(context); in horizontalButtonSlots() local
127 final Button button = new Button(context); in horizontalButtonSlots() local
135 final Button button = new Button(context); in horizontalButtonSlots() local
154 public static View button(int position, Context context, String text, int desiredHeight) { in button() method in ListItemFactory
/cts/tests/src/android/view/cts/
DFocusFinderStubActivity.java104 Button button = new MyButton(this); in makeWide() local
125 Button button = new MyButton(this); in addSkinny() local
/cts/tests/tests/app/src/android/app/cts/
DAlertDialogTest.java329 private void performClick(final Button button) throws Throwable { in performClick()
/cts/tests/tests/view/src/android/view/cts/
DViewTest.java342 final Button button = new Button(mActivity); in testAccessTouchDelegate() local