Home | History | Annotate | Download | only in cts

Lines Matching defs:but

533         Button but = new Button(activity);
534 but.setRight(but.getLeft() + 10);
535 but.setBottom(but.getTop() + 10);
536 but.setFocusableInTouchMode(true);
537 but.setVisibility(View.INVISIBLE);
538 mid.addView(but, ViewGroup.LayoutParams.WRAP_CONTENT, ViewGroup.LayoutParams.WRAP_CONTENT);
542 but.setVisibility(View.VISIBLE);
543 assertSame(root.findFocus(), but);
547 assertSame(root.findFocus(), but);