Home
last modified time | relevance | path

Searched defs:NthChildMatcher (Results 1 – 1 of 1) sorted by relevance

/aosp12/packages/apps/Car/libs/car-ui-lib/car-ui-lib/src/androidTest/java/com/android/car/ui/matchers/
H A DNthChildMatcher.java26 public class NthChildMatcher extends TypeSafeMatcher<View> { class
31 public NthChildMatcher(Matcher<View> parentMatcher, int position) { in NthChildMatcher() method in NthChildMatcher