OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:withparent
(Results
1 - 8
of
8
) sorted by null
/external/droiddriver/src/io/appium/droiddriver/finders/
By.java
115
* nodes. For simple cases, {@link #
withParent
} or {@link #withAncestor} are
201
public static MatchFinder
withParent
(MatchFinder parentFinder) {
203
return new MatchFinder(Predicates.
withParent
(parentFinder.predicate));
Predicates.java
243
public static Predicate<UiElement>
withParent
(final Predicate<? super UiElement> parentPredicate) {
253
return "
withParent
(" + parentPredicate + ")";
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/relative/
ConstraintType.java
170
* @param
withParent
if true, the target is the parent
176
public static ConstraintType forMatch(boolean
withParent
, SegmentType from, SegmentType to) {
178
if (
withParent
) {
GuidelineHandler.java
465
boolean
withParent
= edge.node == layout;
466
ConstraintType type = ConstraintType.forMatch(
withParent
,
[
all
...]
/frameworks/base/docs/html/reference/android/support/test/espresso/matcher/
ViewMatchers.html
1365
<a href="/reference/android/support/test/espresso/matcher/ViewMatchers.html#
withParent
(org.hamcrest.Matcher<android.view.View>)">
withParent
</a>(Matcher<View> parentMatcher)
[
all
...]
/frameworks/support/design/tests/src/android/support/design/widget/
TabLayoutWithViewPagerTest.java
508
not(
withParent
(isAssignableFrom(HorizontalScrollView.class))),
/prebuilts/misc/common/droiddriver/
droiddriver-0.9.jar
droiddriver-1.0.0-BETA1.jar
Completed in 1061 milliseconds