/frameworks/opt/setupwizard/library/test/instrumentation/src/com/android/setupwizardlib/template/ |
D | ProgressBarMixinTest.java | 66 ProgressBar progressBar = (ProgressBar) mTemplateLayout.findViewById( in testSetShown() local 78 ProgressBar progressBar = (ProgressBar) mTemplateLayout.findViewById( in testNotShown() local 113 ProgressBar progressBar = (ProgressBar) mTemplateLayout.findViewById( in testSetColorBeforeSetShown() local 131 ProgressBar progressBar = (ProgressBar) mTemplateLayout.findViewById( in testSetColorAfterSetShown() local 150 ProgressBar progressBar = (ProgressBar) mTemplateLayout.findViewById( in testDeterminateProgressBarNullTint() local
|
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/template/ |
D | ProgressBarMixin.java | 51 final View progressBar = mTemplateLayout.findManagedViewById(R.id.suw_layout_progress); in isShown() local 63 View progressBar = getProgressBar(); in setShown() local 68 View progressBar = peekProgressBar(); in setShown() local 83 final View progressBar = peekProgressBar(); in getProgressBar() local
|
/frameworks/support/samples/SupportLeanbackDemos/src/com/example/android/leanback/ |
D | BrowseErrorSupportActivity.java | 60 ProgressBar progressBar = new ProgressBar(container.getContext()); in onCreateView() local
|
D | BrowseErrorActivity.java | 57 ProgressBar progressBar = new ProgressBar(container.getContext()); in onCreateView() local
|
/frameworks/opt/setupwizard/library/test/instrumentation/src/com/android/setupwizardlib/test/ |
D | SetupWizardLayoutTest.java | 144 final View progressBar = layout.findViewById(R.id.suw_layout_progress); in testShowProgressBar() local 156 final View progressBar = layout.findViewById(R.id.suw_layout_progress); in testHideProgressBar() local
|
D | SetupWizardListLayoutTest.java | 85 final View progressBar = layout.findViewById(R.id.suw_layout_progress); in testShowProgressBar() local
|
/frameworks/opt/setupwizard/library/test/robotest/src/com/android/setupwizardlib/ |
D | GlifLayoutTest.java | 108 ProgressBar progressBar = (ProgressBar) layout.findViewById(R.id.suw_layout_progress); in testSetPrimaryColor() local 126 ProgressBar progressBar = (ProgressBar) layout.findViewById(R.id.suw_layout_progress); in testSetPrimaryColorTablet() local
|
/frameworks/base/packages/CompanionDeviceManager/src/com/android/companiondevicemanager/ |
D | DeviceChooserActivity.java | 126 final ProgressBar progressBar = new ProgressBar(this); in getProgressBar() local
|
/frameworks/opt/bitmap/src/com/android/bitmap/drawable/ |
D | ExtendedBitmapDrawable.java | 766 public Drawable progressBar; field in ExtendedBitmapDrawable.ExtendedOptions 779 final Drawable progressBar) { in ExtendedOptions()
|
/frameworks/base/tools/layoutlib/bridge/tests/res/testApp/MyApplication/build/intermediates/classes/debug/com/android/layoutlib/test/myapplication/ |
D | R$id.class | R.java
package com.android.layoutlib.test.myapplication
public final com.android. ... |
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/ |
D | SelectPrinterActivity.java | 415 View progressBar = findViewById(R.id.progress_bar); in updateEmptyView() local
|