Home | History | Annotate | Download | only in widget

Lines Matching defs:defaultWidth

501         int defaultWidth = res.getDimensionPixelSize(R.dimen.car_margin);
503 onView(withId(R.id.paged_scroll_view)).check(matches(withWidth(defaultWidth)));