HomeSort by relevance Sort by last modified time
    Searched full:buttonlabel (Results 1 - 17 of 17) sorted by null

  /developers/build/prebuilts/gradle/AutofillFramework/Application/src/main/java/com/example/android/autofill/app/
NavigationItem.java 63 TextView buttonLabel = rootView.findViewById(R.id.buttonLabel);
64 buttonLabel.setText(labelText);
65 buttonLabel.setCompoundDrawablesRelativeWithIntrinsicBounds(logoDrawable, null,
  /developers/samples/android/input/autofill/AutofillFramework/Application/src/main/java/com/example/android/autofill/app/view/widget/
NavigationItem.java 65 TextView buttonLabel = rootView.findViewById(R.id.buttonLabel);
66 buttonLabel.setText(labelText);
70 buttonLabel.setCompoundDrawablesRelativeWithIntrinsicBounds(mutatedLogoDrawable, null,
  /developers/build/prebuilts/gradle/AutofillFramework/kotlinApp/Application/src/main/java/com/example/android/autofillframework/app/
NavigationItem.kt 28 import kotlinx.android.synthetic.main.navigation_item.view.buttonLabel
49 buttonLabel.apply {
  /developers/samples/android/input/autofill/AutofillFramework/kotlinApp/Application/src/main/java/com/example/android/autofillframework/app/
NavigationItem.kt 28 import kotlinx.android.synthetic.main.navigation_item.view.buttonLabel
49 buttonLabel.apply {
  /developers/build/prebuilts/gradle/AutofillFramework/Application/src/main/res/layout/
navigation_button.xml 36 android:id="@+id/buttonLabel"
navigation_item.xml 43 android:id="@+id/buttonLabel"
  /developers/build/prebuilts/gradle/AutofillFramework/kotlinApp/Application/src/main/res/layout/
navigation_button.xml 36 android:id="@+id/buttonLabel"
navigation_item.xml 43 android:id="@+id/buttonLabel"
  /developers/samples/android/input/autofill/AutofillFramework/Application/src/main/res/layout/
navigation_button.xml 35 android:id="@+id/buttonLabel"
navigation_item.xml 42 android:id="@+id/buttonLabel"
  /developers/samples/android/input/autofill/AutofillFramework/kotlinApp/Application/src/main/res/layout/
navigation_button.xml 36 android:id="@+id/buttonLabel"
navigation_item.xml 43 android:id="@+id/buttonLabel"
  /packages/apps/Settings/src/com/android/settings/
ProxySelector.java 169 String buttonLabel = intent.getStringExtra("button-label");
170 if (!TextUtils.isEmpty(buttonLabel)) {
171 mOKButton.setText(buttonLabel);
  /developers/build/prebuilts/gradle/AutofillFramework/afservice/src/main/java/com/example/android/autofill/service/settings/
SettingsActivity.java 200 TextView buttonLabel = container.findViewById(labelId);
201 String buttonLabelText = buttonLabel.getText().toString();
  /developers/build/prebuilts/gradle/AutofillFramework/kotlinApp/Application/src/main/java/com/example/android/autofillframework/multidatasetservice/settings/
SettingsActivity.kt 147 val buttonLabel = buttonLabelView.text.toString()
148 imageView.contentDescription = buttonLabel
  /developers/samples/android/input/autofill/AutofillFramework/kotlinApp/Application/src/main/java/com/example/android/autofillframework/multidatasetservice/settings/
SettingsActivity.kt 147 val buttonLabel = buttonLabelView.text.toString()
148 imageView.contentDescription = buttonLabel
  /developers/samples/android/input/autofill/AutofillFramework/afservice/src/main/java/com/example/android/autofill/service/settings/
SettingsActivity.java 308 TextView buttonLabel = container.findViewById(labelId);
309 String buttonLabelText = buttonLabel.getText().toString();

Completed in 593 milliseconds