Home
last modified time | relevance | path

Searched defs:button (Results 1 – 25 of 79) sorted by relevance

1234

/development/tools/winscope/src/viewers/components/
Dime_additional_properties_component_test.ts86 const button = assertDefined( constant
99 const button = assertDefined( constant
110 const button = assertDefined( constant
137 const button = assertDefined( constant
Dsurface_flinger_property_groups_component_test.ts75 const button = assertDefined(summary.querySelector<HTMLElement>('button')); constant
243 const button = assertDefined( constant
Dproperty_tree_node_data_view_component_test.ts103 const button = assertDefined( constant
/development/tools/winscope/src/app/components/
Dwinscope_proxy_setup_component_test.ts100 const button = assertDefined( constant
116 const button = assertDefined( constant
129 const button = assertDefined( constant
/development/samples/ApiDemos/src/com/example/android/apis/content/
DClipboardSample.java108 public void pasteStyledText(View button) { in pasteStyledText()
112 public void pastePlainText(View button) { in pastePlainText()
116 public void pasteHtmlText(View button) { in pasteHtmlText()
120 public void pasteIntent(View button) { in pasteIntent()
125 public void pasteUri(View button) { in pasteUri()
/development/samples/ApiDemos/src/com/example/android/apis/app/
DActionBarNavigation.java51 public void onNewActivity(View button) { in onNewActivity()
56 public void onNewDocument(View button) { in onNewDocument()
DLocalServiceActivities.java53 Button button = (Button)findViewById(R.id.start); in onCreate() local
176 Button button = (Button)findViewById(R.id.bind); in onCreate() local
DNotifyWithText.java43 Button button; in onCreate() local
DContactsFilter.java42 Button button = (Button)findViewById(R.id.go); in onCreate() local
DLocalSample.java42 Button button = (Button)findViewById(R.id.go); in onCreate() local
DDialogActivity.java61 Button button = (Button)findViewById(R.id.add); in onCreate() local
DSendResult.java53 Button button = (Button)findViewById(R.id.corky); in onCreate() local
DNotifyingController.java41 Button button = (Button) findViewById(R.id.notifyStart); in onCreate() local
DFinishAffinity.java43 Button button = (Button)findViewById(R.id.nest); in onCreate() local
DAlarmService.java55 Button button = (Button)findViewById(R.id.start_alarm); in onCreate() local
/development/samples/ApiDemos/src/com/example/android/apis/inputmethod/
DShowInputMethodAndSubtypeEnabler.java51 final Button button = new Button(this); in onCreate() local
63 final Button button = new Button(this); in onCreate() local
/development/samples/ApiDemos/src/com/example/android/apis/view/
DSecureView.java109 private void setClickedAction(Button button) { in setClickedAction()
125 private void setTouchFilter(Button button) { in setTouchFilter()
DProgressBar1.java47 Button button = (Button) findViewById(R.id.increase); in onCreate() local
DPopupMenu1.java39 public void onPopupButtonClick(View button) { in onPopupButtonClick()
DTableLayout9.java38 Button button = (Button) findViewById(R.id.toggle); in onCreate() local
/development/samples/VoiceInteractionService/src/com/example/android/voiceinteractor/
DMainActivity.java49 Button button = (Button) findViewById(R.id.startReco); in onCreate() local
70 Button button = (Button) findViewById(id); in attachClickListener() local
/development/tools/winscope/src/test/e2e/
Dutils.ts70 const button = element(by.css('.load-btn')); constant
75 const button = element(by.css('.clear-all-btn')); constant
80 const button = element.all(by.css('.uploaded-files button')).first(); constant
85 const button = element(by.css('.save-button')); constant
90 const button = element(by.css('.upload-new')); constant
/development/samples/HeavyWeight/src/com/example/android/heavyweight/
DHeavyWeight.java35 Button button = (Button)findViewById(R.id.stop); in onCreate() local
/development/samples/ApiDemos/src/com/example/android/apis/accessibility/
DClockBackActivity.java47 ImageButton button = (ImageButton) findViewById(R.id.button); in onCreate() local
/development/samples/browseable/JumpingJack/src/com.example.android.wearable.jumpingjack/fragments/
DSettingsFragment.java38 Button button = (Button) view.findViewById(R.id.btn); in onCreateView() local

1234