HomeSort by relevance Sort by last modified time
    Searched refs:mLabel (Results 1 - 25 of 31) sorted by null

1 2

  /development/samples/MultiDisplay/src/com/example/android/multidisplay/launcher/
AppEntry.java 28 private String mLabel;
33 mLabel = info.loadLabel(packageManager).toString();
41 return mLabel;
56 return mLabel;
  /development/samples/ApiDemos/src/com/example/android/apis/app/
FragmentArguments.java 54 CharSequence mLabel;
78 mLabel = a.getText(R.styleable.FragmentArguments_android_label);
91 mLabel = args.getCharSequence("label", mLabel);
102 ((TextView)tv).setText(mLabel != null ? mLabel : "(no label)");
LoaderCustom.java 96 return mLabel;
124 return mLabel;
128 if (mLabel == null || !mMounted) {
131 mLabel = mInfo.packageName;
135 mLabel = label != null ? label.toString() : mInfo.packageName;
143 private String mLabel;
  /developers/build/prebuilts/gradle/WatchFace/Wearable/src/main/java/com/example/android/wearable/watchface/config/
DigitalWatchFaceWearableConfigActivity.java 211 private final TextView mLabel;
229 mLabel = (TextView) findViewById(R.id.label);
237 mShrinkLabelAnimator = ObjectAnimator.ofFloat(mLabel, "alpha",
244 mExpandLabelAnimator = ObjectAnimator.ofFloat(mLabel, "alpha",
256 mExpandLabelAnimator.setFloatValues(mLabel.getAlpha(), EXPAND_LABEL_ALPHA);
262 mLabel.setAlpha(EXPAND_LABEL_ALPHA);
272 mShrinkLabelAnimator.setFloatValues(mLabel.getAlpha(), SHRINK_LABEL_ALPHA);
278 mLabel.setAlpha(SHRINK_LABEL_ALPHA);
283 mLabel.setText(colorName);
  /developers/samples/android/wearable/wear/WatchFace/Wearable/src/main/java/com/example/android/wearable/watchface/config/
DigitalWatchFaceWearableConfigActivity.java 211 private final TextView mLabel;
229 mLabel = (TextView) findViewById(R.id.label);
237 mShrinkLabelAnimator = ObjectAnimator.ofFloat(mLabel, "alpha",
244 mExpandLabelAnimator = ObjectAnimator.ofFloat(mLabel, "alpha",
256 mExpandLabelAnimator.setFloatValues(mLabel.getAlpha(), EXPAND_LABEL_ALPHA);
262 mLabel.setAlpha(EXPAND_LABEL_ALPHA);
272 mShrinkLabelAnimator.setFloatValues(mLabel.getAlpha(), SHRINK_LABEL_ALPHA);
278 mLabel.setAlpha(SHRINK_LABEL_ALPHA);
283 mLabel.setText(colorName);
  /development/samples/browseable/WatchFace/Wearable/src/com.example.android.wearable.watchface/
DigitalWatchFaceWearableConfigActivity.java 209 private final TextView mLabel;
227 mLabel = (TextView) findViewById(R.id.label);
235 mShrinkLabelAnimator = ObjectAnimator.ofFloat(mLabel, "alpha",
242 mExpandLabelAnimator = ObjectAnimator.ofFloat(mLabel, "alpha",
254 mExpandLabelAnimator.setFloatValues(mLabel.getAlpha(), EXPAND_LABEL_ALPHA);
260 mLabel.setAlpha(EXPAND_LABEL_ALPHA);
270 mShrinkLabelAnimator.setFloatValues(mLabel.getAlpha(), SHRINK_LABEL_ALPHA);
276 mLabel.setAlpha(SHRINK_LABEL_ALPHA);
281 mLabel.setText(colorName);
  /development/samples/ApiDemos/src/com/example/android/apis/view/
InternalSelectionView.java 55 private String mLabel = null;
65 mLabel = label;
94 return mLabel;
267 if (mLabel != null) {
268 return mLabel;
GameControllerInput.java 477 private final String mLabel;
481 mLabel = label;
487 textView.setText(mLabel);
492 private final String mLabel;
499 mLabel = label;
509 textView.setText(mLabel);
  /development/apps/Development/src/com/android/development/
ShowActivity.java 42 private TextView mLabel;
59 mLabel = (TextView)findViewById(R.id.label);
85 mLabel.setText("\"" + (label != null ? label : "") + "\"");
PackageSummary.java 47 private TextView mLabel;
72 mLabel = (TextView)findViewById(R.id.label);
145 mLabel.setText("\"" + label + "\"");
147 mLabel.setText("(No Label)");
AccountsTester.java 492 private final String mLabel;
496 mLabel = label;
500 mActivity.getAndLogResult(future, mLabel);
  /cts/tests/autofillservice/src/android/autofillservice/cts/
SimpleSaveActivity.java 40 TextView mLabel;
63 mLabel = findViewById(R.id.label);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/nfc/hce/
SimpleReaderActivity.java 40 String mLabel;
53 mLabel = getIntent().getStringExtra(EXTRA_LABEL);
54 setTitle(mLabel);
194 return mLabel;
  /developers/build/prebuilts/gradle/CommitContentSampleApp/app/src/main/java/com/example/android/commitcontent/app/
MainActivity.java 47 private TextView mLabel;
93 mLabel = (TextView) findViewById(R.id.text_commit_content_label);
124 mLabel.setText("");
155 mLabel.setText(inputContentInfo.getDescription().getLabel());
  /developers/samples/android/input/keyboard/CommitContentSampleApp/app/src/main/java/com/example/android/commitcontent/app/
MainActivity.java 47 private TextView mLabel;
93 mLabel = (TextView) findViewById(R.id.text_commit_content_label);
124 mLabel.setText("");
155 mLabel.setText(inputContentInfo.getDescription().getLabel());
  /development/samples/browseable/CommitContentSampleApp/src/com.example.android.commitcontent.app/
MainActivity.java 47 private TextView mLabel;
93 mLabel = (TextView) findViewById(R.id.text_commit_content_label);
124 mLabel.setText("");
155 mLabel.setText(inputContentInfo.getDescription().getLabel());
  /cts/tests/inputmethod/src/android/view/inputmethod/cts/
InputMethodInfoTest.java 66 private CharSequence mLabel;
86 mLabel = "test";
88 mInputMethodInfo = new InputMethodInfo(mPackageName, mClassName, mLabel, mSettingsActivity);
176 InputMethodInfo inputMethodInfo = new InputMethodInfo(mPackageName, mClassName, mLabel,
  /developers/build/prebuilts/gradle/AutofillFramework/Application/src/main/java/com/example/android/autofill/app/commoncases/
RecyclerViewActivity.java 238 TextView mLabel;
245 mLabel = itemView.findViewById(R.id.label);
255 mLabel.setText(fieldMetadata.getLabelRes());
  /developers/samples/android/input/autofill/AutofillFramework/Application/src/main/java/com/example/android/autofill/app/commoncases/
RecyclerViewActivity.java 238 TextView mLabel;
245 mLabel = itemView.findViewById(R.id.label);
255 mLabel.setText(fieldMetadata.getLabelRes());
  /external/doclava/src/com/google/doclava/
PageMetadata.java 697 private String mLabel; // holds page.title or similar identifier
711 mLabel = builder.mLabel;
726 private String mLabel, mCategory, mSummary, mLink, mGroup, mImage, mLang, mType, mTimestamp;
730 public Builder setLabel(String mLabel) { this.mLabel = mLabel; return this;}
822 renderStrWithUcs(buf, list.get(i).mLabel);
    [all...]
NavTree.java 214 private String mLabel;
225 mLabel = label;
281 renderString(buf, mLabel);
339 renderStringYaml(buf, mLabel);
SampleCode.java 587 private String mLabel;
594 mLabel = builder.mLabel;
602 private String mLabel, mLink, mGroup, mType;
604 public Builder setLabel(String mLabel) { this.mLabel = mLabel; return this;}
748 return mLabel;
752 mLabel = label;
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/
AudioFrequencyLineActivity.java 317 private String mLabel;
323 mLabel = label;
329 sb.append(String.format("Channel %s\n", mLabel));
457 appendResultsToScreen("Failed testing channel " + results.mLabel);
471 String channelLabel = "channel_" + results.mLabel;
AudioFrequencySpeakerActivity.java 333 private String mLabel;
340 mLabel = label;
346 sb.append(String.format("Channel %s\n", mLabel));
483 appendResultsToScreen("Failed testing channel " + results.mLabel);
497 String channelLabel = "channel_" + results.mLabel;
AudioFrequencyMicActivity.java 506 private String mLabel;
513 mLabel = label;
519 sb.append(String.format("Channel %s\n", mLabel));
708 String channelLabel = "channel_" + results.mLabel;
    [all...]

Completed in 2043 milliseconds

1 2