Home
last modified time | relevance | path

Searched refs:mLabel (Results 1 – 10 of 10) sorted by relevance

/development/samples/MultiDisplay/src/com/example/android/multidisplay/launcher/
DAppEntry.java28 private String mLabel; field in AppEntry
33 mLabel = info.loadLabel(packageManager).toString(); in AppEntry()
41 return mLabel; in getLabel()
56 return mLabel; in toString()
/development/samples/ApiDemos/src/com/example/android/apis/app/
DFragmentArguments.java54 CharSequence mLabel; field in FragmentArguments.MyFragment
78 mLabel = a.getText(R.styleable.FragmentArguments_android_label); in onInflate()
91 mLabel = args.getCharSequence("label", mLabel); in onCreate()
102 ((TextView)tv).setText(mLabel != null ? mLabel : "(no label)"); in onCreateView()
DLoaderCustom.java96 return mLabel; in getLabel()
124 return mLabel; in toString()
128 if (mLabel == null || !mMounted) { in loadLabel()
131 mLabel = mInfo.packageName; in loadLabel()
135 mLabel = label != null ? label.toString() : mInfo.packageName; in loadLabel()
143 private String mLabel; field in LoaderCustom.AppEntry
/development/samples/browseable/WatchFace/Wearable/src/com.example.android.wearable.watchface/
DDigitalWatchFaceWearableConfigActivity.java209 private final TextView mLabel; field in DigitalWatchFaceWearableConfigActivity.ColorItem
227 mLabel = (TextView) findViewById(R.id.label); in ColorItem()
235 mShrinkLabelAnimator = ObjectAnimator.ofFloat(mLabel, "alpha", in ColorItem()
242 mExpandLabelAnimator = ObjectAnimator.ofFloat(mLabel, "alpha", in ColorItem()
254 mExpandLabelAnimator.setFloatValues(mLabel.getAlpha(), EXPAND_LABEL_ALPHA); in onCenterPosition()
260 mLabel.setAlpha(EXPAND_LABEL_ALPHA); in onCenterPosition()
270 mShrinkLabelAnimator.setFloatValues(mLabel.getAlpha(), SHRINK_LABEL_ALPHA); in onNonCenterPosition()
276 mLabel.setAlpha(SHRINK_LABEL_ALPHA); in onNonCenterPosition()
281 mLabel.setText(colorName); in setColor()
/development/samples/ApiDemos/src/com/example/android/apis/view/
DInternalSelectionView.java55 private String mLabel = null; field in InternalSelectionView
65 mLabel = label; in InternalSelectionView()
94 return mLabel; in getLabel()
267 if (mLabel != null) { in toString()
268 return mLabel; in toString()
DGameControllerInput.java477 private final String mLabel; field in GameControllerInput.SummaryAdapter.Heading
481 mLabel = label; in Heading()
487 textView.setText(mLabel); in initView()
492 private final String mLabel; field in GameControllerInput.SummaryAdapter.TextColumn
499 mLabel = label; in TextColumn()
509 textView.setText(mLabel); in initView()
/development/samples/browseable/CommitContentSampleApp/src/com.example.android.commitcontent.app/
DMainActivity.java47 private TextView mLabel; field in MainActivity
93 mLabel = (TextView) findViewById(R.id.text_commit_content_label); in onCreate()
124 mLabel.setText(""); in onCommitContent()
155 mLabel.setText(inputContentInfo.getDescription().getLabel()); in onCommitContentInternal()
/development/apps/Development/src/com/android/development/
DShowActivity.java42 private TextView mLabel; field in ShowActivity
59 mLabel = (TextView)findViewById(R.id.label); in onCreate()
85 mLabel.setText("\"" + (label != null ? label : "") + "\""); in onCreate()
DPackageSummary.java47 private TextView mLabel; field in PackageSummary
72 mLabel = (TextView)findViewById(R.id.label); in onCreate()
145 mLabel.setText("\"" + label + "\""); in onCreate()
147 mLabel.setText("(No Label)"); in onCreate()
DAccountsTester.java492 private final String mLabel; field in AccountsTester.CallbackToDialog
496 mLabel = label; in CallbackToDialog()
500 mActivity.getAndLogResult(future, mLabel); in run()