HomeSort by relevance Sort by last modified time
    Searched defs:mLabel (Results 26 - 50 of 195) sorted by null

12 3 4 5 6 7 8

  /packages/apps/Settings/src/com/android/settings/display/
ColorModePreferenceFragment.java 94 private final CharSequence mLabel;
99 mLabel = label;
105 return mLabel;
  /packages/apps/Settings/src/com/android/settings/localepicker/
LocaleDragCell.java 32 private TextView mLabel;
45 mLabel = (TextView) findViewById(R.id.label);
66 mLabel.setVisibility(INVISIBLE);
69 mLabel.setVisibility(VISIBLE);
91 mLabel.setText(labelText);
93 mLabel.setContentDescription(description);
  /cts/tests/autofillservice/src/android/autofillservice/cts/
SimpleSaveActivity.java 34 TextView mLabel;
56 mLabel = findViewById(R.id.label);
  /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 : "") + "\"");
  /frameworks/base/core/java/android/service/quicksettings/
Tile.java 64 private CharSequence mLabel;
140 return mLabel;
151 this.mLabel = label;
197 TextUtils.writeToParcel(mLabel, dest, flags);
208 mLabel = TextUtils.CHAR_SEQUENCE_CREATOR.createFromParcel(source);
  /frameworks/base/core/java/android/view/textclassifier/
TextClassification.java 45 @Nullable private final String mLabel;
64 mLabel = label;
124 return mLabel;
164 mText, mEntityConfidence, mLabel, mIntent);
188 @Nullable private String mLabel;
230 mLabel = label;
273 mText, mIcon, mLabel, mIntent, mOnClickListener, mEntityConfidence,
  /frameworks/support/compat/java/android/support/v4/content/pm/
ShortcutInfoCompat.java 41 private CharSequence mLabel;
55 .setShortLabel(mLabel)
74 .putExtra(Intent.EXTRA_SHORTCUT_NAME, mLabel.toString());
114 return mLabel;
183 mInfo.mLabel = shortLabel;
267 if (TextUtils.isEmpty(mInfo.mLabel)) {
  /frameworks/support/design/jvm-tests/src/android/support/design/widget/
DirectedAcyclicGraphTest.java 197 private final String mLabel;
200 mLabel = label;
205 return "TestNode: " + mLabel;
  /frameworks/support/samples/Support4Demos/src/com/example/android/supportv4/app/
FragmentArgumentsSupport.java 57 CharSequence mLabel;
81 mLabel = a.getText(R.styleable.FragmentArguments_android_label);
97 mLabel = label;
110 ((TextView)tv).setText(mLabel != null ? mLabel : "(no label)");
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
ControlButtonPresenterSelector.java 67 TextView mLabel;
73 mLabel = (TextView) view.findViewById(R.id.label);
97 if (vh.mLabel != null) {
99 vh.mLabel.setText(action.getLabel1());
101 vh.mLabel.setText(null);
117 if (vh.mLabel != null) {
118 vh.mLabel.setText(null);
  /packages/apps/PackageInstaller/src/com/android/packageinstaller/
InstallFailed.java 44 private CharSequence mLabel;
107 mLabel = as.label;
143 .setMessage(getString(R.string.out_of_space_dlg_text, mActivity.mLabel))
  /packages/apps/TV/src/com/android/tv/menu/
PlayControlsButton.java 37 private final TextView mLabel;
63 mLabel = (TextView) findViewById(R.id.label);
130 mLabel.setVisibility(View.GONE);
133 mLabel.setVisibility(View.VISIBLE);
134 if (!TextUtils.equals(mLabel.getText(), label)) {
135 mLabel.setText(label);
151 mLabel.setEnabled(enabled);
  /packages/apps/TV/tests/unit/src/com/android/tv/util/
TvInputManagerHelperTest.java 127 return TEST_INPUT_MAP.get(info.getId()).mLabel;
157 inputWrapper.mLabel = label;
166 String mLabel;
  /packages/services/Telephony/tests/src/com/android/phone/tests/
CallDialTest.java 46 private TextView mLabel;
58 mLabel = (TextView) findViewById(R.id.label1);
  /system/vold/
Disk.h 63 const std::string& getLabel() { return mLabel; }
99 std::string mLabel;
  /tools/tradefederation/core/src/com/android/tradefed/util/
AaptParser.java 53 private String mLabel;
65 mLabel = mPackageName;
70 mLabel = m.group(1);
151 return 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);
  /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/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;
  /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());
  /external/doclava/src/com/google/doclava/
NavTree.java 178 private String mLabel;
189 mLabel = label;
245 renderString(buf, mLabel);

Completed in 479 milliseconds

12 3 4 5 6 7 8