HomeSort by relevance Sort by last modified time
    Searched refs:mInfoText (Results 1 - 5 of 5) sorted by null

  /development/samples/AndroidBeamDemo/src/com/example/android/beam/
Beam.java 45 TextView mInfoText;
53 mInfoText = (TextView) findViewById(R.id.textView);
57 mInfoText = (TextView) findViewById(R.id.textView);
58 mInfoText.setText("NFC is not available on this device.");
138 mInfoText.setText(new String(msg.getRecords()[0].getPayload()));
  /pdk/apps/TestingCamera/src/com/android/testingcamera/
InfoDialogFragment.java 16 TextView mInfoText;
33 mInfoText= (TextView) view.findViewById(R.id.info_text);
34 mInfoText.setText(mInfoString);
SnapshotDialogFragment.java 31 private TextView mInfoText;
60 mInfoText= (TextView) view.findViewById(R.id.snapshot_text);
61 mInfoText.setMovementMethod(new ScrollingMovementMethod());
256 mInfoText.setText(exifInfo.toString());
  /frameworks/support/samples/Support7Demos/src/com/example/android/supportv7/view/
CardViewActivity.java 36 TextView mInfoText;
86 lp = setViewBounds(mInfoText);
88 mInfoText.setText("radius: " + mCornerRadiusSeekBar.getProgress()
112 mInfoText = (TextView) findViewById(R.id.info_text);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/
IntentDrivenTestActivity.java 118 private final int mInfoText;
132 mInfoText = infoText;
145 return mInfoText;

Completed in 969 milliseconds