Searched refs:childClass (Results 1 – 1 of 1) sorted by relevance
603 Class<?> childClass = child.getClass(); in getResolvedLayoutParams() local605 while (childClass != null && in getResolvedLayoutParams()606 (defaultBehavior = childClass.getAnnotation(DefaultBehavior.class)) == null) { in getResolvedLayoutParams()607 childClass = childClass.getSuperclass(); in getResolvedLayoutParams()