Home | History | Annotate | Download | only in widget

Lines Matching defs:topMargin

382         int topMargin = 100;
383 mPagedListView.setScrollBarTopMargin(topMargin);
385 onView(withId(R.id.paged_scroll_view)).check(matches(withTopMargin(topMargin)));
784 * @param topMargin The top margin value to match to.
787 public static Matcher<View> withTopMargin(int topMargin) {
791 description.appendText("with top margin: " + topMargin);
798 return topMargin == params.topMargin;