Home
last modified time | relevance | path

Searched refs:buttonLabel (Results 1 – 4 of 4) sorted by relevance

/developers/samples/android/input/autofill/AutofillFramework/Application/src/main/java/com/example/android/autofill/app/view/widget/
DNavigationItem.java76 TextView buttonLabel = rootView.findViewById(R.id.buttonLabel); in NavigationItem() local
77 buttonLabel.setText(labelText); in NavigationItem()
81 buttonLabel.setCompoundDrawablesRelativeWithIntrinsicBounds(mutatedLogoDrawable, null, in NavigationItem()
/developers/samples/android/input/autofill/AutofillFramework/kotlinApp/Application/src/main/java/com/example/android/autofillframework/app/
DNavigationItem.kt28 import kotlinx.android.synthetic.main.navigation_item.view.buttonLabel
49 buttonLabel.apply { in <lambda>()
/developers/samples/android/input/autofill/AutofillFramework/kotlinApp/Application/src/main/java/com/example/android/autofillframework/multidatasetservice/settings/
DSettingsActivity.kt147 val buttonLabel = buttonLabelView.text.toString() in <lambda>() constant
148 imageView.contentDescription = buttonLabel in <lambda>()
/developers/samples/android/input/autofill/AutofillFramework/afservice/src/main/java/com/example/android/autofill/service/settings/
DSettingsActivity.java309 TextView buttonLabel = container.findViewById(labelId);
310 String buttonLabelText = buttonLabel.getText().toString();