Searched refs:veto (Results 1 – 4 of 4) sorted by relevance
260 final View veto = v.findViewById(R.id.veto); in canChildBeDismissed() local261 return (veto != null && veto.getVisibility() != View.GONE); in canChildBeDismissed()
593 final View veto = v.findViewById(R.id.veto); in onChildDismissed() local594 if (veto != null && veto.getVisibility() != View.GONE) { in onChildDismissed()595 veto.performClick(); in onChildDismissed()
387 mVetoButton = findViewById(R.id.veto); in onFinishInflate()
788 View vetoButton = row.findViewById(R.id.veto); in updateNotificationVetoButton()