OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:withsibling
(Results
1 - 4
of
4
) sorted by null
/external/droiddriver/src/io/appium/droiddriver/finders/
By.java
219
public static MatchFinder
withSibling
(MatchFinder siblingFinder) {
221
return new MatchFinder(Predicates.
withSibling
(siblingFinder.predicate));
Predicates.java
280
public static Predicate<UiElement>
withSibling
(final Predicate<? super UiElement> siblingPredicate) {
298
return "
withSibling
(" + siblingPredicate + ")";
/prebuilts/misc/common/droiddriver/
droiddriver-0.9.jar
droiddriver-1.0.0-BETA1.jar
Completed in 239 milliseconds