HomeSort by relevance Sort by last modified time
    Searched refs:TextView (Results 501 - 525 of 1057) sorted by null

<<21222324252627282930>>

  /development/samples/KeyChainDemo/src/com/example/android/keychain/
KeyChainDemoActivity.java 32 import android.widget.TextView;
213 TextView certTv = (TextView) findViewById(R.id.cert);
214 TextView privateKeyTv = (TextView) findViewById(R.id.private_key);
  /development/samples/Wiktionary/src/com/example/android/wiktionary/
LookupActivity.java 43 import android.widget.TextView;
56 private TextView mTitle;
99 mTitle = (TextView) findViewById(R.id.title);
201 TextView textView = (TextView) messageView.findViewById(R.id.about_credits);
202 int defaultColor = textView.getTextColors().getDefaultColor();
203 textView.setTextColor(defaultColor);
  /frameworks/base/core/java/android/text/method/
Touch.java 26 import android.widget.TextView;
37 public static void scrollTo(TextView widget, Layout layout, int x, int y) {
86 public static boolean onTouchEvent(TextView widget, Spannable buffer,
181 public static int getInitialScrollX(TextView widget, Spannable buffer) {
190 public static int getInitialScrollY(TextView widget, Spannable buffer) {
  /frameworks/base/core/java/android/widget/
SimpleAdapter.java 43 * <li> TextView. The expected bind value is a string and {@link #setViewText(TextView, String)}
175 } else if (v instanceof TextView) {
176 // Note: keep the instanceof TextView check at the bottom of these
178 setViewText((TextView) v, text);
184 } else if (v instanceof TextView) {
185 // Note: keep the instanceof TextView check at the bottom of these
187 setViewText((TextView) v, text);
269 * Called by bindView() to set the text for a TextView but only if
271 * handle binding to a TextView
    [all...]
  /frameworks/base/core/java/com/android/internal/view/menu/
ListMenuItemView.java 31 import android.widget.TextView;
42 private TextView mTitleView;
44 private TextView mShortcutView;
84 mTitleView = (TextView) findViewById(com.android.internal.R.id.title);
90 mShortcutView = (TextView) findViewById(com.android.internal.R.id.shortcut);
  /frameworks/base/core/tests/coretests/src/android/widget/scroll/
RequestRectangleVisibleTest.java 28 import android.widget.TextView;
42 private TextView mTopBlob;
46 private TextView mBottomBlob;
63 mTopBlob = (TextView) a.findViewById(R.id.topBlob);
65 mBottomBlob = (TextView) a.findViewById(R.id.bottomBlob);
  /frameworks/base/libs/usb/tests/AccessoryChat/src/com/android/accessorychat/
AccessoryChat.java 34 import android.widget.TextView;
44 public class AccessoryChat extends Activity implements Runnable, TextView.OnEditorActionListener {
51 private TextView mLog;
91 mLog = (TextView)findViewById(R.id.log);
154 public boolean onEditorAction(TextView v, int actionId, KeyEvent event) {
  /frameworks/base/media/tests/EffectsTest/src/com/android/effectstest/
SimplePlayer.java 29 import android.widget.TextView;
62 TextView mSessionText;
65 int stopButtonId, ImageView stopButton, TextView sessionText, String fileName, int stream, int session)
72 int stopButtonId, ImageView stopButton, TextView sessionText, int fileResId, int stream, int session) {
79 int stopButtonId, ImageView stopButton, TextView sessionText, int stream, int session) {
  /frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
KeyguardAbsKeyInputView.java 32 import android.widget.TextView;
33 import android.widget.TextView.OnEditorActionListener;
44 protected TextView mPasswordEntry;
100 mPasswordEntry = (TextView) findViewById(getPasswordTextViewId());
197 public boolean onEditorAction(TextView v, int actionId, KeyEvent event) {
  /frameworks/base/policy/src/com/android/internal/policy/impl/keyguard_obsolete/
AccountUnlockScreen.java 43 import android.widget.TextView;
68 private TextView mTopHeader;
69 private TextView mInstructions;
95 mTopHeader = (TextView) findViewById(R.id.topHeader);
100 mInstructions = (TextView) findViewById(R.id.instructions);
  /frameworks/support/v4/java/android/support/v4/app/
ListFragment.java 33 import android.widget.TextView;
65 TextView mStandardEmptyView;
116 TextView tv = new TextView(getActivity());
227 * The default content for a ListFragment has a TextView that can
333 mStandardEmptyView = (TextView)root.findViewById(INTERNAL_EMPTY_ID);
  /packages/apps/Browser/src/com/android/browser/
DateSortedExpandableListAdapter.java 28 import android.widget.TextView;
283 TextView item;
284 if (null == convertView || !(convertView instanceof TextView)) {
286 item = (TextView) factory.inflate(R.layout.history_header, null);
288 item = (TextView) convertView;
SnapshotBar.java 32 import android.widget.TextView;
45 private TextView mDate;
46 private TextView mTitle;
88 mDate = (TextView) findViewById(R.id.date);
89 mTitle = (TextView) findViewById(R.id.title);
  /packages/apps/Contacts/src/com/android/contacts/list/
ContactListPinnedHeaderView.java 29 import android.widget.TextView;
51 private TextView mHeaderTextView;
52 private TextView mCountTextView = null;
84 mHeaderTextView = new TextView(mContext);
161 mCountTextView = new TextView(mContext);
ContactsUnavailableFragment.java 29 import android.widget.TextView;
40 private TextView mMessageView;
41 private TextView mSecondaryMessageView;
64 mMessageView = (TextView) mView.findViewById(R.id.message);
65 mSecondaryMessageView = (TextView) mView.findViewById(R.id.secondary_message);
  /packages/apps/Contacts/src/com/android/contacts/quickcontact/
QuickContactListFragment.java 33 import android.widget.TextView;
105 final TextView text1 = (TextView) resultView.findViewById(
107 final TextView text2 = (TextView) resultView.findViewById(
  /packages/apps/Contacts/src/com/android/contacts/util/
AccountSelectionUtil.java 31 import android.widget.TextView;
116 final TextView text1 =
117 (TextView)convertView.findViewById(android.R.id.text1);
118 final TextView text2 =
119 (TextView)convertView.findViewById(android.R.id.text2);
  /packages/apps/PackageInstaller/src/com/android/packageinstaller/
UninstallerActivity.java 42 import android.widget.TextView;
160 TextView confirm = (TextView) findViewById(R.id.uninstall_confirm);
179 TextView activityText = (TextView) findViewById(R.id.activity_text);
  /packages/apps/Settings/src/com/android/settings/
ConfirmLockPattern.java 31 import android.widget.TextView;
91 private TextView mHeaderTextView;
92 private TextView mFooterTextView;
115 mHeaderTextView = (TextView) view.findViewById(R.id.headerText);
117 mFooterTextView = (TextView) view.findViewById(R.id.footerText);
DeviceAdminSettings.java 42 import android.widget.TextView;
118 TextView name;
120 TextView description;
170 h.name = (TextView)v.findViewById(R.id.name);
172 h.description = (TextView)v.findViewById(R.id.description);
LocationSettings.java 33 import android.widget.TextView;
208 TextView title = (TextView) view.findViewById(android.R.id.title);
230 TextView title = (TextView) view.findViewById(android.R.id.title);
  /packages/apps/Settings/src/com/android/settings/inputmethod/
SingleSpellCheckerPreference.java 36 import android.widget.TextView;
50 private TextView mTitleText;
51 private TextView mSummaryText;
91 mTitleText = (TextView)view.findViewById(android.R.id.title);
92 mSummaryText = (TextView)view.findViewById(android.R.id.summary);
  /packages/apps/SpeechRecorder/src/com/android/speechrecorder/
SpeechRecorderActivity.java 30 import android.widget.TextView;
48 private TextView mCommand;
49 private TextView mStatus;
73 mCommand = (TextView) findViewById(R.id.commandText);
74 mStatus = (TextView) findViewById(R.id.statusText);
  /packages/providers/DownloadProvider/ui/src/com/android/providers/downloads/ui/
DateSortedExpandableListAdapter.java 31 import android.widget.TextView;
273 TextView item;
274 if (null == convertView || !(convertView instanceof TextView)) {
276 item = (TextView) factory.inflate(R.layout.list_group_header, null);
278 item = (TextView) convertView;
  /cts/tests/tests/view/src/android/view/cts/
ViewGroupTest.java 56 import android.widget.TextView;
89 TextView textView = new TextView(mContext);
90 list.add(textView);
91 vg.addView(textView);
97 list.add(textView);
106 TextView textView = new TextView(mContext)
    [all...]

Completed in 2085 milliseconds

<<21222324252627282930>>