Lines Matching refs:TextView
35 import android.widget.TextView;
47 private TextView mLabel;
48 private TextView mContentUri;
49 private TextView mLinkUri;
50 private TextView mMimeTypes;
51 private TextView mFlags;
92 mMimeTypes = (TextView) findViewById(R.id.text_commit_content_mime_types);
93 mLabel = (TextView) findViewById(R.id.text_commit_content_label);
94 mContentUri = (TextView) findViewById(R.id.text_commit_content_content_uri);
95 mLinkUri = (TextView) findViewById(R.id.text_commit_content_link_uri);
96 mFlags = (TextView) findViewById(R.id.text_commit_content_link_flags);