OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:mprogresscontainer
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/core/java/android/app/
ListFragment.java
168
View
mProgressContainer
;
214
mEmptyView =
mProgressContainer
= mListContainer = null;
339
if (
mProgressContainer
== null) {
348
mProgressContainer
.startAnimation(AnimationUtils.loadAnimation(
353
mProgressContainer
.clearAnimation();
356
mProgressContainer
.setVisibility(View.GONE);
360
mProgressContainer
.startAnimation(AnimationUtils.loadAnimation(
365
mProgressContainer
.clearAnimation();
368
mProgressContainer
.setVisibility(View.VISIBLE);
398
mProgressContainer
= root.findViewById(com.android.internal.R.id.progressContainer)
[
all
...]
/frameworks/support/v4/java/android/support/v4/app/
ListFragment.java
66
View
mProgressContainer
;
156
mEmptyView =
mProgressContainer
= mListContainer = null;
281
if (
mProgressContainer
== null) {
290
mProgressContainer
.startAnimation(AnimationUtils.loadAnimation(
295
mProgressContainer
.clearAnimation();
298
mProgressContainer
.setVisibility(View.GONE);
302
mProgressContainer
.startAnimation(AnimationUtils.loadAnimation(
307
mProgressContainer
.clearAnimation();
310
mProgressContainer
.setVisibility(View.VISIBLE);
339
mProgressContainer
= root.findViewById(INTERNAL_PROGRESS_CONTAINER_ID)
[
all
...]
/packages/apps/Music/src/com/android/music/
MusicPicker.java
131
View
mProgressContainer
;
456
mProgressContainer
= findViewById(R.id.progressContainer);
573
mProgressContainer
.startAnimation(AnimationUtils.loadAnimation(
575
mProgressContainer
.setVisibility(View.GONE);
Completed in 273 milliseconds