Home
last modified time | relevance | path

Searched refs:mVetoButton (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DExpandableNotificationRow.java111 private View mVetoButton; field in ExpandableNotificationRow
791 mVetoButton.performClick();
795 mVetoButton.setOnClickListener(listener);
896 mVetoButton = findViewById(R.id.veto);
897 mVetoButton.setImportantForAccessibility(View.IMPORTANT_FOR_ACCESSIBILITY_NO);
898 mVetoButton.setContentDescription(mContext.getString(
907 mTranslateableViews.remove(mVetoButton);
914 return mVetoButton;