OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:progressview
(Results
1 - 8
of
8
) sorted by null
/developers/build/prebuilts/gradle/BatchStepSensor/BatchStepSensorSample/src/main/java/com/example/android/batchstepsensor/
Card.java
258
if (mCardProgress.
progressView
== null) {
261
mCardProgress.
progressView
.setVisibility(isVisible ? View.VISIBLE : View.GONE);
371
mCardProgress.
progressView
= null;
591
View
progressView
= inflater.inflate(R.layout.card_progress, actionArea, false);
593
(ProgressBar)
progressView
.findViewById(R.id.card_progress);
594
((TextView)
progressView
.findViewById(R.id.card_progress_text))
598
mCard.mCardProgress.
progressView
=
progressView
;
600
actionArea.addView(
progressView
);
643
public View
progressView
= null
[
all
...]
/developers/build/templates/CardStream/_MODULE_/src/template/java/_PACKAGE_/
Card.java.ftl
256
if (mCardProgress.
progressView
== null) {
259
mCardProgress.
progressView
.setVisibility(isVisible ? View.VISIBLE : View.GONE);
369
mCardProgress.
progressView
= null;
589
View
progressView
= inflater.inflate(R.layout.card_progress, actionArea, false);
591
(ProgressBar)
progressView
.findViewById(R.id.card_progress);
592
((TextView)
progressView
.findViewById(R.id.card_progress_text))
596
mCard.mCardProgress.
progressView
=
progressView
;
598
actionArea.addView(
progressView
);
641
public View
progressView
= null
[
all
...]
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/
ContentVideoView.java
122
private static class
ProgressView
extends LinearLayout {
127
public
ProgressView
(Context context, String videoLoadingText) {
209
View
progressView
= mClient.getVideoLoadingProgressView();
210
if (
progressView
!= null) {
211
mProgressView =
progressView
;
213
mProgressView = new
ProgressView
(getContext(), mVideoLoadingText);
/frameworks/base/packages/WallpaperCropper/src/com/android/wallpapercropper/
WallpaperCropActivity.java
138
final View
progressView
= findViewById(R.id.loading);
148
progressView
.setVisibility(View.INVISIBLE);
166
progressView
.postDelayed(new Runnable() {
169
progressView
.setVisibility(View.VISIBLE);
[
all
...]
/packages/apps/Launcher3/WallpaperPicker/src/com/android/launcher3/
WallpaperCropActivity.java
140
final View
progressView
= findViewById(R.id.loading);
150
progressView
.setVisibility(View.INVISIBLE);
168
progressView
.postDelayed(new Runnable() {
171
progressView
.setVisibility(View.VISIBLE);
[
all
...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar
/prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar
/prebuilts/devtools/tools/lib/
sdkuilib.jar
Completed in 663 milliseconds