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()
212 || row.getDisabledClickActionHandler() != null)) { in setRow()420 } else if (item.getDisabledClickActionHandler() != null) { in fireAction()421 item.getDisabledClickActionHandler().onAction(item, getContext(), intent); in fireAction()423 mActionListener.onQCAction(item, item.getDisabledClickActionHandler()); in fireAction()
122 public ActionHandler getDisabledClickActionHandler() { in getDisabledClickActionHandler() method in QCItem