Searched refs:mActionListener (Results 1 – 3 of 3) sorted by relevance
316 private final ActionListener mActionListener; field in SelectFromListWizardFragment.VerticalListAdapter320 mActionListener = actionListener; in VerticalListAdapter()346 if (v == null || v.getWindowToken() == null || mActionListener == null) { in createClickListener()349 mActionListener.onClick(item); in createClickListener()358 if (v == null || v.getWindowToken() == null || mActionListener == null362 mActionListener.onFocus(item);
87 private final View.OnClickListener mActionListener; field in DataModel.SilentSetting94 mActionListener = actionListener; in SilentSetting()99 public View.OnClickListener getActionListener() { return mActionListener; } in getActionListener()
73 private val mActionListener: View.OnClickListener? constant in com.android.deskclock.data.DataModel.SilentSetting79 mActionListener = null),94 get() = mActionListener