Searched refs:mInfoText (Results 1 – 2 of 2) sorted by relevance
16 TextView mInfoText; field in InfoDialogFragment33 mInfoText= (TextView) view.findViewById(R.id.info_text); in onCreateView()34 mInfoText.setText(mInfoString); in onCreateView()
31 private TextView mInfoText; field in SnapshotDialogFragment60 mInfoText= (TextView) view.findViewById(R.id.snapshot_text); in onCreateView()61 mInfoText.setMovementMethod(new ScrollingMovementMethod()); in onCreateView()256 mInfoText.setText(exifInfo.toString()); in updateExif()