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