Home
last modified time | relevance | path

Searched defs:cancelButton (Results 1 – 13 of 13) sorted by relevance

/packages/apps/Settings/tests/robotests/src/com/android/settings/wifi/
DAddNetworkFragmentTest.java83 View cancelButton = mAddNetworkFragment.getView().findViewById( in onClickCancelButton_shouldHandleCancelAction() local
/packages/apps/Settings/tests/robotests/src/com/android/settings/biometrics/fingerprint/
DFingerprintSuggestionActivityTest.java108 final Button cancelButton = in testKeyguardSecure_shouldFinishWithFingerprintResultSkip() local
/packages/apps/Settings/src/com/android/settings/biometrics/fingerprint/
DFingerprintSuggestionActivity.java34 final FooterButton cancelButton = getCancelButton(); in initViews() local
/packages/apps/DeskClock/src/com/android/deskclock/
DAlarmSelectionActivity.kt47 val cancelButton = findViewById<View>(R.id.cancel_button) as Button in onCreate() constant
/packages/apps/Messaging/src/com/android/messaging/ui/contact/
DAddContactsConfirmationDialog.java56 final Button cancelButton = alertDialog.getButton(DialogInterface.BUTTON_NEGATIVE); in show() local
/packages/apps/EmergencyInfo/EmergencyGestureAction/src/com/android/emergency/action/
DEmergencyActionFragment.java94 SliderView cancelButton = view.findViewById(R.id.btn_cancel); in onCreateView() local
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/editors/
DEditorPanel.java80 ImageButton cancelButton = (ImageButton) mMainView.findViewById(R.id.cancelFilter); in onCreateView() local
/packages/apps/Launcher3/src/com/android/launcher3/widget/picker/search/
DWidgetsSearchBarController.java53 ImageButton cancelButton, SearchModeListener searchModeListener) { in WidgetsSearchBarController()
/packages/apps/Stk/src/com/android/stk/
DStkInputActivity.java181 Button cancelButton = (Button) findViewById(R.id.button_cancel); in onCreate() local
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/interaction/
DTutorialController.java459 Button cancelButton = (Button) contentView.findViewById( in createSkipTutorialDialog() local
/packages/apps/Camera2/src/com/android/camera/
DCaptureModule.java433 View cancelButton = activity.findViewById(R.id.shutter_cancel_button); in init() local
DPhotoModule.java417 View cancelButton = mActivity.findViewById(R.id.shutter_cancel_button); in init() local
/packages/apps/Dialer/java/com/android/dialer/voicemail/settings/
DVoicemailChangePinActivity.java99 private Button cancelButton; field in VoicemailChangePinActivity