OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
35
TextView
mInfoText
;
85
lp = setViewBounds(
mInfoText
);
87
mInfoText
.setText("radius: " + mCornerRadiusSeekBar.getProgress()
111
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 114 milliseconds