Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardPinBasedInputView.java54 private NumPadButton mDeleteButton; field in KeyguardPinBasedInputView
96 mDeleteButton.performClick(); in onKeyDown()
165 mDeleteButton = findViewById(R.id.delete_button); in onFinishInflate()
166 mDeleteButton.setVisibility(View.VISIBLE); in onFinishInflate()
196 mDeleteButton.reloadColors(); in reloadColors()
216 buttons.add(mDeleteButton); in startErrorAnimation()
/aosp14/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()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/
H A DKeyguardPinBasedInputViewControllerTest.java81 private View mDeleteButton; field in KeyguardPinBasedInputViewControllerTest
100 .thenReturn(mDeleteButton); in setup()
/aosp14/frameworks/base/core/java/android/widget/
H A DEditor.java4039 private TextView mDeleteButton; field in Editor.SuggestionsPopupWindow
4159 mDeleteButton = (TextView) mContentView.findViewById( in initContentView()
4161 mDeleteButton.setOnClickListener(new View.OnClickListener() { in initContentView()
4266 mDeleteButton.measure(horizontalMeasure, verticalMeasure); in measureContent()
4267 width = Math.max(width, mDeleteButton.getMeasuredWidth()); in measureContent()
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt67134 Landroid/widget/Editor$SuggestionsPopupWindow;->mDeleteButton:Landroid/widget/TextView;