OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:progressbar
(Results
251 - 275
of
718
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/development/samples/browseable/WearSpeakerSample/src/com.example.android.wearable.speaker/
MainActivity.java
34
import android.widget.
ProgressBar
;
59
private
ProgressBar
mProgressBar;
70
mProgressBar = (
ProgressBar
) findViewById(R.id.progress);
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
PlaybackControlsPresenter.java
32
import android.widget.
ProgressBar
;
60
final
ProgressBar
mProgressBar;
73
mProgressBar = (
ProgressBar
) rootView.findViewById(R.id.playback_progress);
/packages/apps/Settings/src/com/android/settings/wifi/
WriteWifiConfigToNfcDialog.java
42
import android.widget.
ProgressBar
;
71
private
ProgressBar
mProgressBar;
122
mProgressBar = (
ProgressBar
) mView.findViewById(R.id.progress_bar);
/packages/services/Telecomm/src/com/android/server/telecom/settings/
BlockedNumbersActivity.java
48
import android.widget.
ProgressBar
;
77
private
ProgressBar
mProgressBar;
123
mProgressBar = (
ProgressBar
) findViewById(R.id.progress_bar);
/packages/services/Telephony/tests/src/com/android/phone/tests/
OtaspTestActivity.java
27
import android.widget.
ProgressBar
;
46
private
ProgressBar
mProgressBar;
67
mProgressBar = (
ProgressBar
) findViewById(R.id.progress_bar);
/cts/apps/CtsVerifier/res/layout/
audio_frequency_unprocessed_activity.xml
43
<
ProgressBar
/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/
AudioFrequencyActivity.java
46
import android.widget.
ProgressBar
;
/developers/build/prebuilts/androidtv/leanback/app/src/main/java/com/example/android/leanback/
PlayerActivity.java
33
import android.widget.
ProgressBar
;
68
private
ProgressBar
mLoading;
413
mLoading = (
ProgressBar
) findViewById(R.id.
progressBar
);
/developers/build/prebuilts/gradle/ActionBarCompat-Styled/Application/src/main/res/values-v14/
styles.xml
47
<item name="android:progressBarStyle">@style/Widget.Styled.
ProgressBar
.Horizontal</item>
/developers/build/prebuilts/gradle/BasicSyncAdapter/Application/src/main/java/com/example/android/basicsyncadapter/
EntryListFragment.java
62
* runs immediately. An indeterminate
ProgressBar
element is displayed, showing that the sync is
76
* Handle to a SyncObserver. The
ProgressBar
element is visible until the SyncObserver reports
295
* Set the state of the Refresh button. If a sync is active, turn on the
ProgressBar
widget.
320
*
ProgressBar
; otherwise, the button itself is displayed.
/developers/samples/android/connectivity/sync/BasicSyncAdapter/Application/src/main/java/com/example/android/basicsyncadapter/
EntryListFragment.java
62
* runs immediately. An indeterminate
ProgressBar
element is displayed, showing that the sync is
76
* Handle to a SyncObserver. The
ProgressBar
element is visible until the SyncObserver reports
295
* Set the state of the Refresh button. If a sync is active, turn on the
ProgressBar
widget.
320
*
ProgressBar
; otherwise, the button itself is displayed.
/developers/samples/android/ui/actionbarcompat/ActionBarCompat-Styled/Application/src/main/res/values-v14/
styles.xml
47
<item name="android:progressBarStyle">@style/Widget.Styled.
ProgressBar
.Horizontal</item>
/development/samples/ApiDemos/res/layout/
progressbar_1.xml
22
<
ProgressBar
android:id="@+id/progress_horizontal"
/development/samples/browseable/ActionBarCompat-Styled/res/values-v14/
styles.xml
47
<item name="android:progressBarStyle">@style/Widget.Styled.
ProgressBar
.Horizontal</item>
/development/samples/browseable/BasicSyncAdapter/src/com.example.android.basicsyncadapter/
EntryListFragment.java
62
* runs immediately. An indeterminate
ProgressBar
element is displayed, showing that the sync is
76
* Handle to a SyncObserver. The
ProgressBar
element is visible until the SyncObserver reports
295
* Set the state of the Refresh button. If a sync is active, turn on the
ProgressBar
widget.
320
*
ProgressBar
; otherwise, the button itself is displayed.
/frameworks/base/core/res/res/layout/
media_route_chooser_dialog.xml
37
<
ProgressBar
android:layout_width="wrap_content"
/frameworks/base/packages/DocumentsUI/res/layout/
fragment_save.xml
60
<
ProgressBar
/frameworks/base/packages/DocumentsUI/res/values/
styles.xml
43
<style name="TrimmedHorizontalProgressBar" parent="android:Widget.Material.
ProgressBar
.Horizontal">
/frameworks/support/samples/SupportLeanbackShowcase/app/src/main/java/android/support/v17/leanback/supportleanbackshowcase/app/wizard/
WizardExample3rdStepFragment.java
29
* This is the third screen of the rental wizard which will display a
progressbar
while waiting for
/frameworks/support/v17/leanback/res/layout/
lb_playback_controls.xml
23
<
ProgressBar
/frameworks/support/v7/appcompat/res/values-v21/
styles_base.xml
203
<style name="Base.Widget.AppCompat.
ProgressBar
.Horizontal"
204
parent="android:Widget.Material.
ProgressBar
.Horizontal">
207
<style name="Base.Widget.AppCompat.
ProgressBar
"
208
parent="android:Widget.Material.
ProgressBar
">
/packages/apps/Calendar/res/layout/
select_calendars_multi_accounts_fragment.xml
36
<
ProgressBar
/packages/apps/Contacts/res/layout/
contacts_unavailable_fragment_content.xml
45
<
ProgressBar
/packages/apps/ContactsCommon/res/layout/
contact_list_content.xml
52
<
ProgressBar
/packages/apps/Gallery2/res/layout/
manage_offline_bar.xml
28
<
ProgressBar
android:id="@+id/progress"
Completed in 1981 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>