List of usage examples for android.util AttributeSet getClass
@HotSpotIntrinsicCandidate public final native Class<?> getClass();
From source file:me.henrytao.mdcore.core.MdLayoutInflaterFactory.java
@Override public View onCreateView(View parent, String name, Context context, AttributeSet attrs) { Ln.d("custom | %s | %s", name, attrs.getClass().toString()); View view = onCreateCustomView(parent, name, context, attrs); onSupportView(view, parent, name, context, attrs); return view;/*from w w w .j a va2 s. co m*/ }