Searched refs:getParentClass (Results 1 – 2 of 2) sorted by relevance
84 return getParentClass(object, classNames) != null; in isInstanceOf()92 public static String getParentClass(Object object, String[] classNames) { in getParentClass() method in ReflectionUtils
58 ReflectionUtils.getParentClass(recyclerView, RecyclerViewUtil.CN_RECYCLER_VIEW); in setAdapter()