Home
last modified time | relevance | path

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

/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
H A DButtonSwitcher.java49 private Button mDeleteButton; field in ButtonSwitcher
73 mDeleteButton = (Button)findViewById(R.id.dict_delete_button); in onLayout()
92 return mDeleteButton; in getButton()
122 mDeleteButton.setTranslationX(STATUS_DELETE == status ? 0 : width); in setButtonPositionWithoutAnimation()
155 mDeleteButton.setOnClickListener(mOnClickListener); in setInternalOnClickListener()
/aosp12/packages/apps/Car/SystemUI/src/com/android/systemui/car/keyguard/
H A DCarKeyguardPINView.java37 private NumPadButton mDeleteButton; field in CarKeyguardPINView
54 mDeleteButton = findViewById(R.id.delete_button); in onFinishInflate()
62 mDeleteButton.setColorFilter(mButtonImageColor); in startAppearAnimation()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardPinBasedInputView.java42 private NumPadButton mDeleteButton; field in KeyguardPinBasedInputView
87 mDeleteButton.performClick(); in onKeyDown()
148 mDeleteButton = findViewById(R.id.delete_button); in onFinishInflate()
149 mDeleteButton.setVisibility(View.VISIBLE); in onFinishInflate()
179 mDeleteButton.reloadColors(); in reloadColors()
/aosp12/packages/apps/Camera2/src/com/android/camera/app/
H A DFilmstripBottomPanel.java47 private ImageButton mDeleteButton; field in FilmstripBottomPanel
127 mDeleteButton.setVisibility(visible ? View.VISIBLE : View.INVISIBLE); in setDeleteButtonVisibility()
132 mDeleteButton.setEnabled(enabled); in setDeleteEnabled()
219 mDeleteButton = (ImageButton) mLayout.findViewById(R.id.filmstrip_bottom_control_delete); in setupDeleteButton()
220 mDeleteButton.setOnClickListener(new View.OnClickListener() { in setupDeleteButton()
/aosp12/packages/providers/ContactsProvider/src/com/android/providers/contacts/debug/
H A DContactsDumpActivity.java44 private Button mDeleteButton; field in ContactsDumpActivity
60 mDeleteButton = (Button) findViewById(R.id.delete); in onCreate()
65 mDeleteButton.setEnabled(DataExporter.dumpFileExists(this)); in updateDeleteButton()
/aosp12/packages/apps/Car/Dialer/src/com/android/car/dialer/ui/dialpad/
H A DDialpadFragment.java109 private ImageButton mDeleteButton; field in DialpadFragment
222 mDeleteButton = rootView.findViewById(R.id.delete_button); in onCreateView()
223 mDeleteButton.setOnClickListener(v -> removeLastDigit()); in onCreateView()
224 mDeleteButton.setOnLongClickListener(v -> { in onCreateView()
298 ViewUtils.setVisible(mDeleteButton, false); in presentDialedNumber()
307 ViewUtils.setVisible(mDeleteButton, true); in presentDialedNumber()
/aosp12/frameworks/base/media/tests/CameraBrowser/src/com/android/camerabrowser/
H A DObjectViewer.java55 private Button mDeleteButton; field in ObjectViewer
103 mDeleteButton = (Button)findViewById(R.id.delete_button); in onCreate()
104 mDeleteButton.setOnClickListener(this); in onCreate()
199 } else if (v == mDeleteButton) { in onClick()
/aosp12/packages/providers/CalendarProvider/src/com/android/providers/calendar/
H A DCalendarDebugActivity.java49 private Button mDeleteButton; field in CalendarDebugActivity
68 mDeleteButton = (Button) findViewById(R.id.delete); in onCreate()
82 mDeleteButton.setEnabled(fileExist); in updateDeleteButton()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/
H A DKeyguardPinBasedInputViewControllerTest.java77 private View mDeleteButton; field in KeyguardPinBasedInputViewControllerTest
96 .thenReturn(mDeleteButton); in setup()
/aosp12/frameworks/base/core/java/android/widget/
H A DEditor.java3797 private TextView mDeleteButton; field in Editor.SuggestionsPopupWindow
3917 mDeleteButton = (TextView) mContentView.findViewById( in initContentView()
3919 mDeleteButton.setOnClickListener(new View.OnClickListener() { in initContentView()
4024 mDeleteButton.measure(horizontalMeasure, verticalMeasure); in measureContent()
4025 width = Math.max(width, mDeleteButton.getMeasuredWidth()); in measureContent()
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt70457 Landroid/widget/Editor$SuggestionsPopupWindow;->mDeleteButton:Landroid/widget/TextView;