Home
last modified time | relevance | path

Searched refs:mInfoText (Results 1 – 2 of 2) sorted by relevance

/pdk/apps/TestingCamera/src/com/android/testingcamera/
DInfoDialogFragment.java16 TextView mInfoText; field in InfoDialogFragment
33 mInfoText= (TextView) view.findViewById(R.id.info_text); in onCreateView()
34 mInfoText.setText(mInfoString); in onCreateView()
DSnapshotDialogFragment.java31 private TextView mInfoText; field in SnapshotDialogFragment
60 mInfoText= (TextView) view.findViewById(R.id.snapshot_text); in onCreateView()
61 mInfoText.setMovementMethod(new ScrollingMovementMethod()); in onCreateView()
256 mInfoText.setText(exifInfo.toString()); in updateExif()