HomeSort by relevance Sort by last modified time
    Searched refs:TextView (Results 626 - 650 of 864) sorted by null

<<21222324252627282930>>

  /packages/apps/Email/src/com/android/email/activity/setup/
AccountSettingsEditQuickResponsesFragment.java 44 import android.widget.TextView;
67 // Helper class to place a TextView alongside "Delete" icon in the ListView
250 TextView emptyView = (TextView)
DebugFragment.java 38 import android.widget.TextView;
42 private TextView mVersionView;
63 mVersionView = (TextView) UiUtilities.getView(view, R.id.version);
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
GalleryActionBar.java 33 import android.widget.TextView;
100 TextView view = (TextView) convertView;
  /packages/apps/Music/src/com/android/music/
CreatePlaylist.java 36 import android.widget.TextView;
41 private TextView mPrompt;
54 mPrompt = (TextView)findViewById(R.id.prompt);
RenamePlaylist.java 34 import android.widget.TextView;
40 private TextView mPrompt;
55 mPrompt = (TextView)findViewById(R.id.prompt);
  /packages/apps/PackageInstaller/src/com/android/packageinstaller/
PackageUtil.java 32 import android.widget.TextView;
83 ((TextView)snippetView.findViewById(R.id.app_name)).setText(label);
120 ((TextView)appSnippet.findViewById(R.id.app_name)).setText(as.label);
UninstallAppProgress.java 33 import android.widget.TextView;
46 private TextView mStatusTextView;
132 mStatusTextView = (TextView) findViewById(R.id.center_text);
  /packages/apps/Phone/src/com/android/phone/
IccNetworkDepersonalizationPanel.java 35 import android.widget.TextView;
61 private TextView mStatusText;
149 mStatusText = (TextView) findViewById(R.id.status_text);
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/
DefaultSuggestionView.java 38 import android.widget.TextView;
70 mText1 = (TextView) findViewById(R.id.text1);
71 mText2 = (TextView) findViewById(R.id.text2);
  /packages/apps/Settings/src/com/android/settings/
MasterClear.java 41 import android.widget.TextView;
221 TextView child = (TextView)inflater.inflate(R.layout.master_clear_account,
TrustedCredentialsSettings.java 41 import android.widget.TextView;
195 holder.mSubjectPrimaryView = (TextView)
197 holder.mSubjectSecondaryView = (TextView)
331 private TextView mSubjectPrimaryView;
332 private TextView mSubjectSecondaryView;
  /packages/apps/Settings/src/com/android/settings/wifi/
WifiApDialog.java 34 import android.widget.TextView;
54 private TextView mSsid;
130 mSsid = (TextView) mView.findViewById(R.id.ssid);
  /packages/apps/Stk/src/com/android/stk/
StkMenuActivity.java 32 import android.widget.TextView;
50 private TextView mTitleTextView = null;
85 mTitleTextView = (TextView) findViewById(R.id.title_text);
  /packages/providers/DownloadProvider/ui/src/com/android/providers/downloads/ui/
DownloadAdapter.java 34 import android.widget.TextView;
193 TextView view = (TextView) parent.findViewById(textViewId);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
GyroscopeTestActivity.java 33 import android.widget.TextView;
64 private TextView mProgressText;
65 private TextView mSensorText;
95 mProgressText = (TextView) findViewById(R.id.progress);
99 mSensorText = (TextView) findViewById(R.id.sensor_value);
  /development/samples/ApiDemos/src/com/example/android/apis/app/
RemoteService.java 38 import android.widget.TextView;
269 TextView mCallbackText;
292 mCallbackText = (TextView)findViewById(R.id.callback);
473 TextView mCallbackText;
540 mCallbackText = (TextView)findViewById(R.id.callback);
  /development/samples/ContactManager/src/com/example/android/contactmanager/
ContactAdder.java 40 import android.widget.TextView;
374 TextView firstAccountLine = (TextView) convertView.findViewById(R.id.firstAccountLine);
375 TextView secondAccountLine = (TextView) convertView.findViewById(R.id.secondAccountLine);
  /frameworks/base/core/java/android/app/
LauncherActivity.java 45 import android.widget.TextView;
163 TextView text = (TextView) view;
364 TextView alertTitle = (TextView) findViewById(com.android.internal.R.id.alertTitle);
  /packages/apps/Contacts/src/com/android/contacts/editor/
GroupMembershipView.java 45 import android.widget.TextView;
92 private TextView mGroupList;
132 TextView kindTitle = (TextView) findViewById(R.id.kind_title);
202 mGroupList = (TextView) findViewById(R.id.group_list);
RawContactEditorView.java 49 import android.widget.TextView;
74 private TextView mAccountTypeTextView;
75 private TextView mAccountNameTextView;
141 mAccountTypeTextView = (TextView) findViewById(R.id.account_type);
142 mAccountNameTextView = (TextView) findViewById(R.id.account_name);
  /packages/apps/Contacts/src/com/android/contacts/group/
GroupDetailFragment.java 55 import android.widget.TextView;
99 private TextView mGroupTitle;
100 private TextView mGroupSize;
150 mGroupTitle = (TextView) mRootView.findViewById(R.id.group_title);
151 mGroupSize = (TextView) mRootView.findViewById(R.id.group_size);
  /packages/apps/Email/src/com/android/email/activity/
MessageViewFragmentBase.java 56 import android.widget.TextView;
115 private TextView mSubjectView;
116 private TextView mFromNameView;
117 private TextView mFromAddressView;
118 private TextView mDateTimeView;
119 private TextView mAddressesView;
131 private TextView mMessageTab;
132 private TextView mAttachmentTab;
133 private TextView mInviteTab;
135 private TextView mShowPicturesTab
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/deprecated/voice/
RecognitionView.java 40 import android.widget.TextView;
60 private TextView mText;
64 private TextView mLanguage;
109 mText = (TextView) mView.findViewById(R.id.text);
110 mLanguage = (TextView) mView.findViewById(R.id.language);
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
DefaultSoftKeyboard.java 22 import android.widget.TextView;
557 TextView text1 = (TextView)mSubView.findViewById(R.id.shift);
558 TextView text2 = (TextView)mSubView.findViewById(R.id.alt);
  /cts/tests/tests/widget/src/android/widget/cts/
RemoteViewsTest.java 52 import android.widget.TextView;
169 TextView textView = (TextView) mResult.findViewById(R.id.remoteView_text);
170 assertEquals("", textView.getText().toString());
175 assertEquals(expected, textView.getText().toString());
179 assertEquals("", textView.getText().toString());
352 TextView text = new TextView(mActivity);
377 assertTrue(mRemoteViews.onLoadClass(TextView.class))
    [all...]

Completed in 1296 milliseconds

<<21222324252627282930>>