Home
last modified time | relevance | path

Searched defs:progressBar (Results 1 – 10 of 10) sorted by relevance

/frameworks/opt/setupwizard/library/test/instrumentation/src/com/android/setupwizardlib/template/
DProgressBarMixinTest.java64 ProgressBar progressBar = (ProgressBar) mTemplateLayout.findViewById(R.id.suw_layout_progress); in testSetShown() local
75 ProgressBar progressBar = (ProgressBar) mTemplateLayout.findViewById(R.id.suw_layout_progress); in testNotShown() local
109 ProgressBar progressBar = in testSetColorBeforeSetShown() local
126 ProgressBar progressBar = in testSetColorAfterSetShown() local
144 ProgressBar progressBar = in testDeterminateProgressBarNullTint() local
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/template/
DProgressBarMixin.java43 final View progressBar = templateLayout.findManagedViewById(R.id.suw_layout_progress); in isShown() local
55 View progressBar = getProgressBar(); in setShown() local
60 View progressBar = peekProgressBar(); in setShown() local
75 final View progressBar = peekProgressBar(); in getProgressBar() local
/frameworks/opt/setupwizard/library/test/instrumentation/src/com/android/setupwizardlib/test/
DSetupWizardLayoutTest.java144 final View progressBar = layout.findViewById(R.id.suw_layout_progress); in testShowProgressBar() local
157 final View progressBar = layout.findViewById(R.id.suw_layout_progress); in testHideProgressBar() local
DSetupWizardListLayoutTest.java88 final View progressBar = layout.findViewById(R.id.suw_layout_progress); in testShowProgressBar() local
/frameworks/opt/setupwizard/library/test/robotest/src/com/android/setupwizardlib/
DGlifLayoutTest.java106 ProgressBar progressBar = layout.findViewById(R.id.suw_layout_progress); in testSetPrimaryColor() local
127 ProgressBar progressBar = layout.findViewById(R.id.suw_layout_progress); in testSetPrimaryColorTablet() local
/frameworks/base/packages/CompanionDeviceManager/src/com/android/companiondevicemanager/
DDeviceChooserActivity.java129 final ProgressBar progressBar = new ProgressBar(this); in getProgressBar() local
/frameworks/opt/bitmap/src/com/android/bitmap/drawable/
DExtendedBitmapDrawable.java766 public Drawable progressBar; field in ExtendedBitmapDrawable.ExtendedOptions
779 final Drawable progressBar) { in ExtendedOptions()
/frameworks/layoutlib/bridge/tests/res/testApp/MyApplication/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/android/layoutlib/test/myapplication/
DR$id.classR.java package com.android.layoutlib.test.myapplication public final com.android. ...
/frameworks/base/packages/PackageInstaller/src/com/android/packageinstaller/
DInstallInstalling.java316 ProgressBar progressBar = requireViewById(R.id.progress); in onProgressChanged() local
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
DSelectPrinterActivity.java420 View progressBar = findViewById(R.id.progress_bar); in updateEmptyView() local