HomeSort by relevance Sort by last modified time
    Searched refs:mInfoText (Results 1 - 3 of 3) 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 29 private TextView mInfoText;
58 mInfoText= (TextView) view.findViewById(R.id.snapshot_text);
59 mInfoText.setMovementMethod(new ScrollingMovementMethod());
235 mInfoText.setText(exifInfo.toString());

Completed in 142 milliseconds