/development/samples/MultiDisplay/src/com/example/android/multidisplay/launcher/ |
D | AppEntry.java | 28 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/ |
D | FragmentArguments.java | 54 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()
|
D | LoaderCustom.java | 96 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/ |
D | DigitalWatchFaceWearableConfigActivity.java | 209 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/ |
D | InternalSelectionView.java | 55 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()
|
D | GameControllerInput.java | 477 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/ |
D | MainActivity.java | 47 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/ |
D | ShowActivity.java | 42 private TextView mLabel; field in ShowActivity 59 mLabel = (TextView)findViewById(R.id.label); in onCreate() 85 mLabel.setText("\"" + (label != null ? label : "") + "\""); in onCreate()
|
D | PackageSummary.java | 47 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()
|
D | AccountsTester.java | 492 private final String mLabel; field in AccountsTester.CallbackToDialog 496 mLabel = label; in CallbackToDialog() 500 mActivity.getAndLogResult(future, mLabel); in run()
|