Searched refs:hasParent (Results 1 – 8 of 8) sorted by relevance
80 boolean hasParent = false; in testAllClassInheritance()83 hasParent = true; in testAllClassInheritance()92 if (!hasParent) { in testAllClassInheritance()
62 private Matcher<View> hasParent() { in hasParent() method in BaseDynamicCoordinatorLayoutTest83 return allOf(isAssignableFrom(ViewStub.class), hasParent());
70 private Matcher<View> hasParent() { in hasParent() method in DrawerDynamicLayoutTest91 return allOf(isAssignableFrom(ViewStub.class), hasParent());
63 private Matcher<View> hasParent() { in hasParent() method in PercentDynamicLayoutTest84 return allOf(isAssignableFrom(ViewStub.class), hasParent());
582 bool hasParent() const { return getParent() != nullptr; } in hasParent() function
3434 if (layer->hasParent()) { in setClientStateLocked()3467 bool hadParent = layer->hasParent(); in setClientStateLocked()
1187 final boolean hasParent = parentWindow != null; in addWindow()1191 hasParent ? parentWindow.mAttrs.token : attrs.token); in addWindow()1194 final int rootType = hasParent ? parentWindow.mAttrs.type : type; in addWindow()
META-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/ ...