Home | History | Annotate | Download | only in view

Lines Matching refs:handlerName

3569                     final String handlerName = a.getString(attr);
3570 if (handlerName != null) {
3577 mHandler = getContext().getClass().getMethod(handlerName,
3585 handlerName + "(View) in the activity "