Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/floatingmenu/
H A DMenuMessageView.java52 private final Button mUndoButton; field in MenuMessageView
71 mUndoButton = new Button(context); in MenuMessageView()
75 addView(mUndoButton, Index.UNDO_BUTTON, new LayoutParams(WRAP_CONTENT, WRAP_CONTENT)); in MenuMessageView()
98 mUndoButton.setBackground(null); in onAttachedToWindow()
132 mUndoButton.setOnClickListener(listener); in setUndoListener()
167 mUndoButton.setText(res.getString(R.string.accessibility_floating_button_undo)); in updateResources()
168 mUndoButton.setTextSize(COMPLEX_UNIT_PX, textSize); in updateResources()
169 mUndoButton.setTextColor(colorAccent); in updateResources()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DNotificationSnooze.java86 private TextView mUndoButton; field in NotificationSnooze
131 mUndoButton = (TextView) findViewById(R.id.undo); in onFinishInflate()
132 mUndoButton.setOnClickListener(this); in onFinishInflate()
174 undoSnooze(mUndoButton); in performAccessibilityActionInternal()