Searched refs:withPaddingAtLeast (Results 1 – 2 of 2) sorted by relevance
31 import static com.android.car.ui.matchers.ViewMatchers.withPaddingAtLeast;82 matches(withPaddingAtLeast(Side.TOP, 1))); in test_fullscreen_changesTitle()88 matches(withPaddingAtLeast(Side.TOP, 1))); in test_fullscreen_changesTitle()95 matches(withPaddingAtLeast(Side.TOP, 1))); in test_fullscreen_changesTitle()
60 public static Matcher<View> withPaddingAtLeast(Side side, int min) { in withPaddingAtLeast() method in ViewMatchers