OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:progressbar
(Results
201 - 225
of
709
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/development/samples/Support4Demos/res/layout/
fragment_retain_instance.xml
30
<
ProgressBar
android:id="@+id/progress_horizontal"
/development/samples/Wiktionary/res/layout/
lookup.xml
29
<
ProgressBar
/development/samples/browseable/XYZTouristAttractions/Wearable/src/com.example.android.xyztouristattractions/ui/
AttractionsActivity.java
35
import android.widget.
ProgressBar
;
70
private
ProgressBar
mProgressBar;
81
mProgressBar = (
ProgressBar
) findViewById(R.id.
progressBar
);
/external/sl4a/ScriptingLayerForAndroid/res/layout/
title.xml
39
<
ProgressBar
android:id="@+id/progress_bar"
/frameworks/base/core/java/android/app/
ProgressDialog.java
32
import android.widget.
ProgressBar
;
54
private
ProgressBar
mProgress;
159
mProgress = (
ProgressBar
) view.findViewById(R.id.progress);
167
mProgress = (
ProgressBar
) view.findViewById(R.id.progress);
/frameworks/base/core/res/res/layout/
alert_dialog_progress.xml
19
<
ProgressBar
android:id="@+id/progress"
alert_dialog_progress_holo.xml
19
<
ProgressBar
android:id="@+id/progress"
alert_dialog_progress_material.xml
25
<
ProgressBar
list_content.xml
29
<
ProgressBar
style="?android:attr/progressBarStyleLarge"
progress_dialog.xml
35
<
ProgressBar
android:id="@android:id/progress"
progress_dialog_material.xml
33
<
ProgressBar
/frameworks/base/core/res/res/layout-watch/
progress_dialog_material.xml
33
<
ProgressBar
/frameworks/base/core/tests/coretests/res/layout/
remote_view_test_good.xml
47
<
ProgressBar
android:id="@+id/progress"
/frameworks/base/tools/layoutlib/bridge/tests/res/testApp/MyApplication/src/main/res/values/
ids.xml
26
<item type="id" name="
progressBar
" />
/frameworks/support/v7/mediarouter/res/layout/
mr_chooser_dialog.xml
39
<
ProgressBar
android:layout_width="150dp"
/packages/apps/Calendar/res/layout/
email_autocomplete_item_loading.xml
35
<
ProgressBar
android:id="@+id/progress_circular"
/packages/apps/Contacts/tests/res/layout/
fill_call_log_test.xml
48
<
ProgressBar
/packages/apps/Gallery/res/layout/
movie_view.xml
33
<
ProgressBar
android:id="@android:id/progress"
/packages/apps/Gallery2/res/layout/
album_content.xml
27
<
ProgressBar
style="?android:attr/progressBarStyleLarge"
ingest_fullsize.xml
20
<
ProgressBar
multigrid_content.xml
27
<
ProgressBar
style="?android:attr/progressBarStyleLarge"
/packages/apps/Settings/res/layout/
preference_progress_category.xml
41
<
ProgressBar
/packages/apps/Settings/res/layout-sw600dp/
wifi_settings_for_setup_wizard_xl.xml
60
<
ProgressBar
137
<!-- Shown when @id/top_divider is using View instead of
ProgressBar
.
142
When
ProgressBar
is used in @id/top_divider, we have 7dip implicit
143
padding inside the
ProgressBar
object, while we don't have the
/packages/apps/Settings/res/layout-sw600dp-land/
wifi_settings_for_setup_wizard_xl.xml
60
<
ProgressBar
137
<!-- Shown when @id/top_divider is using View instead of
ProgressBar
.
142
When
ProgressBar
is used in @id/top_divider, we have 7dip implicit
143
padding inside the
ProgressBar
object, while we don't have the
/packages/apps/TV/res/layout/
tunable_tv_view.xml
22
<
ProgressBar
Completed in 658 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>