OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:progressbar
(Results
26 - 50
of
709
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/sonivox/docs/
EAS_API_Reference.odt
JET_Programming_Manual.odt
/frameworks/data-binding/integration-tests/TestApp/app/src/androidTestApi7/java/android/databinding/testapp/
ConstantWithConditionalTest.java
40
assertTrue(mBinder.
progressBar
.isIndeterminate());
45
assertFalse(mBinder.
progressBar
.isIndeterminate());
52
assertTrue(mBinder.
progressBar
.isIndeterminate());
57
assertFalse(mBinder.
progressBar
.isIndeterminate());
ProgressBarBindingAdapterTest.java
22
import android.widget.
ProgressBar
;
27
ProgressBar
mView;
/cts/hostsidetests/theme/app/src/android/theme/app/modifiers/
ProgressBarModifier.java
21
import android.widget.
ProgressBar
;
27
ProgressBar
pb = (
ProgressBar
) view;
/frameworks/data-binding/extensions/baseAdapters/src/main/java/android/databinding/adapters/
ProgressBarBindingAdapter.java
22
@BindingMethod(type = android.widget.
ProgressBar
.class, attribute = "android:indeterminateTint", method = "setIndeterminateTintList"),
23
@BindingMethod(type = android.widget.
ProgressBar
.class, attribute = "android:progressTint", method = "setProgressTintList"),
24
@BindingMethod(type = android.widget.
ProgressBar
.class, attribute = "android:secondaryProgressTint", method = "setSecondaryProgressTintList"),
/packages/apps/Settings/src/com/android/settings/
AppProgressPreference.java
21
import android.widget.
ProgressBar
;
42
final
ProgressBar
progress = (
ProgressBar
) view.findViewById(android.R.id.progress);
/frameworks/opt/setupwizard/library/test/src/com/android/setupwizardlib/test/
SetupWizardListLayoutTest.java
26
import android.widget.
ProgressBar
;
75
final View
progressBar
= layout.findViewById(R.id.suw_layout_progress);
77
progressBar
instanceof
ProgressBar
&&
progressBar
.getVisibility() == View.VISIBLE);
GlifLayoutTest.java
29
import android.widget.
ProgressBar
;
96
ProgressBar
progressBar
= (
ProgressBar
) layout.findViewById(R.id.suw_layout_progress);
98
ColorStateList.valueOf(Color.RED),
progressBar
.getIndeterminateTintList());
/cts/hostsidetests/theme/app/res/values/
strings.xml
25
<string name="
progressbar
">
ProgressBar
</string>
26
<string name="progressbar_small">
ProgressBar
Small</string>
27
<string name="progressbar_large">
ProgressBar
Large</string>
28
<string name="progressbar_horizontal_0">
ProgressBar
Horizontal 0%</string>
29
<string name="progressbar_horizontal_50">
ProgressBar
Horizontal 50%</string>
30
<string name="progressbar_horizontal_100">
ProgressBar
Horizontal 100%</string>
/packages/apps/Settings/src/com/android/settings/deviceinfo/
StorageSummaryPreference.java
24
import android.widget.
ProgressBar
;
45
final
ProgressBar
progress = (
ProgressBar
) view.findViewById(android.R.id.progress);
/frameworks/base/tests/StatusBar/res/layout/
progress_notification.xml
7
<
ProgressBar
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/
GlifLayout.java
33
import android.widget.
ProgressBar
;
232
final View
progressBar
= findManagedViewById(R.id.suw_layout_progress);
233
return
progressBar
!= null &&
progressBar
.getVisibility() == View.VISIBLE;
237
final View
progressBar
= findManagedViewById(R.id.suw_layout_progress);
239
if (
progressBar
!= null) {
240
progressBar
.setVisibility(View.VISIBLE);
250
if (
progressBar
!= null) {
251
progressBar
.setVisibility(View.GONE);
258
final
ProgressBar
bar = (ProgressBar) findManagedViewById(R.id.suw_layout_progress)
[
all
...]
/developers/build/prebuilts/gradle/DisplayingBitmaps/Application/src/main/res/layout/
image_detail_fragment.xml
22
<
ProgressBar
23
android:id="@+id/
progressbar
"
/developers/samples/android/ui/graphics/DisplayingBitmaps/Application/src/main/res/layout/
image_detail_fragment.xml
22
<
ProgressBar
23
android:id="@+id/
progressbar
"
/development/samples/browseable/DisplayingBitmaps/res/layout/
image_detail_fragment.xml
22
<
ProgressBar
23
android:id="@+id/
progressbar
"
/development/samples/training/threadsample/res/layout/
progress.xml
28
<
ProgressBar
30
style="@android:style/Widget.
ProgressBar
.Large"
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowProgressBar.java
6
import android.widget.
ProgressBar
;
8
@Implements(
ProgressBar
.class)
/external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/activity/
CustomizeWindow.java
22
import android.widget.
ProgressBar
;
44
((
ProgressBar
) activity.findViewById(R.id.progress_bar)).setVisibility(on ? View.VISIBLE
/frameworks/base/packages/PrintSpooler/res/layout/
print_progress_fragment.xml
32
<
ProgressBar
37
</
ProgressBar
>
/frameworks/base/packages/WallpaperCropper/res/layout/
wallpaper_cropper.xml
29
<
ProgressBar
31
style="@android:style/Widget.DeviceDefault.Light.
ProgressBar
.Large"
/frameworks/opt/setupwizard/library/eclair-mr1/res/layout/
suw_progress_bar.xml
18
<
ProgressBar
xmlns:android="http://schemas.android.com/apk/res/android"
20
style="@style/Widget.AppCompat.
ProgressBar
.Horizontal"
/packages/apps/Camera2/res/layout/
placeholder_progressbar.xml
18
<
ProgressBar
xmlns:android="http://schemas.android.com/apk/res/android"
20
style="@android:style/Widget.Holo.
ProgressBar
.Large"
/packages/services/Telephony/res/layout/
outgoing_call_broadcaster.xml
24
<
ProgressBar
26
style="@android:style/Widget.
ProgressBar
"
/external/slf4j/slf4j-migrator/src/main/java/org/slf4j/migrator/internal/
ProgressListenerImpl.java
74
frame.
progressBar
.setVisible(false);
100
frame.
progressBar
.setValue(scanFileCount);
116
frame.
progressBar
.setMaximum(addFileCount);
117
frame.
progressBar
.setValue(0);
118
frame.
progressBar
.setVisible(true);
Completed in 1330 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>