Home
last modified time | relevance | path

Searched refs:requireViewById (Results 1 – 15 of 15) sorted by relevance

/frameworks/base/packages/PackageInstaller/src/com/android/packageinstaller/
DInstallFailed.java59 viewToEnable = requireViewById(R.id.install_failed_blocked); in setExplanationFromErrorCode()
62 viewToEnable = requireViewById(R.id.install_failed_conflict); in setExplanationFromErrorCode()
65 viewToEnable = requireViewById(R.id.install_failed_incompatible); in setExplanationFromErrorCode()
68 viewToEnable = requireViewById(R.id.install_failed_invalid_apk); in setExplanationFromErrorCode()
71 viewToEnable = requireViewById(R.id.install_failed); in setExplanationFromErrorCode()
DInstallInstalling.java116 requireViewById(R.id.installing).setVisibility(View.VISIBLE); in onCreate()
316 ProgressBar progressBar = requireViewById(R.id.progress); in onProgressChanged()
DInstallSuccess.java85 requireViewById(R.id.install_success).setVisibility(View.VISIBLE); in onCreate()
DPackageInstallerActivity.java127 ? requireViewById(R.id.install_confirm_question_update_system) in startInstallConfirm()
128 : requireViewById(R.id.install_confirm_question_update); in startInstallConfirm()
131 viewToEnable = requireViewById(R.id.install_confirm_question); in startInstallConfirm()
DInstallStaging.java73 requireViewById(R.id.staging).setVisibility(View.VISIBLE); in onCreate()
/frameworks/base/packages/PackageInstaller/src/com/android/packageinstaller/handheld/
DUninstallAlertDialogFragment.java188 ((TextView) content.requireViewById(R.id.message)).setText(messageBuilder.toString()); in onCreateDialog()
189 mKeepData = content.requireViewById(R.id.keepData); in onCreateDialog()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/globalactions/
DGlobalActionsGridLayoutTest.java53 .requireViewById(R.id.global_actions_view)); in setUp()
DListGridLayoutTest.java48 .requireViewById(R.id.global_actions_view); in setUp()
/frameworks/base/core/java/android/service/dreams/
DDreamService.java497 public final <T extends View> T requireViewById(@IdRes int id) { in requireViewById() method in DreamService
/frameworks/base/core/java/android/view/
DWindow.java1409 public final <T extends View> T requireViewById(@IdRes int id) { in requireViewById() method in Window
DView.java24580 public final <T extends View> T requireViewById(@IdRes int id) { in requireViewById() method in View
/frameworks/base/core/java/android/app/
DDialog.java556 public final <T extends View> T requireViewById(@IdRes int id) { in requireViewById() method in Dialog
DActivity.java3235 public final <T extends View> T requireViewById(@IdRes int id) { in requireViewById() method in Activity
/frameworks/base/non-updatable-api/
Dcurrent.txt3837 method @NonNull public final <T extends android.view.View> T requireViewById(@IdRes int);
4557 method @NonNull public final <T extends android.view.View> T requireViewById(@IdRes int);
41812 method @NonNull public final <T extends android.view.View> T requireViewById(@IdRes int);
51856 method @NonNull public final <T extends android.view.View> T requireViewById(@IdRes int);
52936 method @NonNull public final <T extends android.view.View> T requireViewById(@IdRes int);
/frameworks/base/api/
Dcurrent.txt3837 method @NonNull public final <T extends android.view.View> T requireViewById(@IdRes int);
4557 method @NonNull public final <T extends android.view.View> T requireViewById(@IdRes int);
41956 method @NonNull public final <T extends android.view.View> T requireViewById(@IdRes int);
52000 method @NonNull public final <T extends android.view.View> T requireViewById(@IdRes int);
53080 method @NonNull public final <T extends android.view.View> T requireViewById(@IdRes int);