Home | History | Annotate | Download | only in view

Lines Matching defs:swapped

52         final View swapped = stub.inflate();
54 assertNotNull("The inflated view is null", swapped);
63 final View swapped = stub.inflate();
65 assertNotNull("The inflated view is null", swapped);
66 assertTrue("The inflated view has no id", swapped.getId() != View.NO_ID);
67 assertTrue("The inflated view has the wrong id", swapped.getId() == R.id.stub_inflated);
76 final View swapped = stub.inflate();
78 assertNotNull("The inflated view is null", swapped);
81 stub.getLayoutParams().width, swapped.getLayoutParams().width);
83 stub.getLayoutParams().height, swapped.getLayoutParams().height);