Home | History | Annotate | Download | only in view

Lines Matching refs:handlerName

3979                     final String handlerName = a.getString(attr);
3980 if (handlerName != null) {
3987 mHandler = getContext().getClass().getMethod(handlerName,
3995 handlerName + "(View) in the activity "