Searched refs:getDisabledClickActionHandler (Results 1 – 3 of 3) sorted by relevance
117 } else if (qcTile.getDisabledClickActionHandler() != null) { in onChanged()118 qcTile.getDisabledClickActionHandler().onAction(qcTile, getContext(), in onChanged()121 mActionListener.onQCAction(qcTile, qcTile.getDisabledClickActionHandler()); in onChanged()
215 || row.getDisabledClickActionHandler() != null)) { in setRow()474 } else if (item.getDisabledClickActionHandler() != null) { in fireAction()475 item.getDisabledClickActionHandler().onAction(item, getContext(), intent); in fireAction()477 mActionListener.onQCAction(item, item.getDisabledClickActionHandler()); in fireAction()
122 public ActionHandler getDisabledClickActionHandler() { in getDisabledClickActionHandler() method in QCItem