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

<<11121314151617181920>>

  /development/samples/ApiDemos/src/com/example/android/apis/view/
SearchViewAlwaysVisible.java 32 import android.widget.TextView;
List3.java 25 import android.widget.TextView;
68 ((TextView) view).setText(text);
  /development/samples/Support4Demos/src/com/example/android/supportv4/app/
FragmentReceiveResultSupport.java 35 import android.widget.TextView;
61 private TextView mResults;
87 // Retrieve the TextView widget that will display results.
88 mResults = (TextView)v.findViewById(R.id.results);
91 mResults.setText(mResults.getText(), TextView.BufferType.EDITABLE);
  /frameworks/base/core/java/android/widget/
Button.java 93 * {@link android.R.styleable#TextView TextView Attributes},
98 public class Button extends TextView {
  /frameworks/base/core/java/com/android/internal/widget/
EditableInputConnection.java 30 import android.widget.TextView;
36 private final TextView mTextView;
38 public EditableInputConnection(TextView textview) {
39 super(textview, true);
40 mTextView = textview;
45 TextView tv = mTextView;
90 * Calls the {@link TextView#onCommitCorrection} method of the associated TextView.
DialogTitle.java 24 import android.widget.TextView;
30 public class DialogTitle extends TextView {
  /frameworks/base/core/tests/coretests/src/android/view/
BitmapDrawable.java 31 import android.widget.TextView;
  /frameworks/base/core/tests/coretests/src/android/widget/listview/
ListItemFocusableAboveUnfocusable.java 22 import android.widget.TextView;
  /frameworks/base/media/tests/CameraBrowser/src/com/android/camerabrowser/
StorageBrowser.java 31 import android.widget.TextView;
73 TextView view;
75 view = (TextView)mInflater.inflate(
78 view = (TextView)convertView;
  /cts/tests/tests/text/src/android/text/method/cts/
TouchTest.java 35 import android.widget.TextView;
60 args = {TextView.class, Layout.class, int.class, int.class}
63 final TextView tv = new TextView(mActivity);
118 args = {TextView.class, Spannable.class}
123 args = {TextView.class, Spannable.class}
128 args = {TextView.class, Spannable.class, MotionEvent.class}
134 final TextView tv = new TextView(mActivity);
179 // TextView has not been scrolled
    [all...]
LinkMovementMethodTest.java 38 import android.widget.TextView;
39 import android.widget.TextView.BufferType;
56 private TextView mView;
74 mView = new TextView(getActivity());
118 notes = "Test {@link LinkMovementMethod#onTakeFocus(TextView, Spannable, int)}. "
119 + "The parameter textView is useless.",
121 args = {TextView.class, Spannable.class, int.class}
124 + "should be added into javadoc of LinkMovementMethod#onTakeFocus(TextView, Spannable, "
161 method.onTakeFocus(new TextView(getActivity()), null, View.FOCUS_RIGHT);
170 notes = "Test {@link LinkMovementMethod#onKeyDown(TextView, Spannable, int, KeyEvent)}."
    [all...]
  /external/replicaisland/src/com/replica/replicaisland/
KeyboardConfigDialogPreference.java 30 import android.widget.TextView;
52 private TextView mLeftText;
53 private TextView mRightText;
54 private TextView mJumpText;
55 private TextView mAttackText;
101 mLeftText = (TextView)view.findViewById(R.id.key_left);
104 mRightText = (TextView)view.findViewById(R.id.key_right);
107 mJumpText = (TextView)view.findViewById(R.id.key_jump);
110 mAttackText = (TextView)view.findViewById(R.id.key_attack);
  /packages/apps/Contacts/src/com/android/contacts/group/
GroupBrowseListAdapter.java 35 import android.widget.TextView;
214 public final TextView accountType;
215 public final TextView accountName;
216 public final TextView groupTitle;
217 public final TextView groupMemberCount;
224 accountType = (TextView) view.findViewById(R.id.account_type);
225 accountName = (TextView) view.findViewById(R.id.account_name);
226 groupTitle = (TextView) view.findViewById(R.id.label);
227 groupMemberCount = (TextView) view.findViewById(R.id.count);
  /packages/apps/Launcher2/src/com/android/launcher2/
PagedViewWidget.java 35 import android.widget.TextView;
120 final TextView name = (TextView) findViewById(R.id.widget_name);
122 final TextView dims = (TextView) findViewById(R.id.widget_dims);
135 final TextView name = (TextView) findViewById(R.id.widget_name);
137 final TextView dims = (TextView) findViewById(R.id.widget_dims);
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppTransferActivity.java 46 import android.widget.TextView;
81 private TextView mPercentView;
87 private TextView mLine1View, mLine2View, mLine3View, mLine5View;
248 mPercentView = (TextView)mView.findViewById(R.id.progress_percent);
267 mLine1View = (TextView)mView.findViewById(R.id.line1_view);
270 mLine2View = (TextView)mView.findViewById(R.id.line2_view);
273 mLine3View = (TextView)mView.findViewById(R.id.line3_view);
277 mLine5View = (TextView)mView.findViewById(R.id.line5_view);
286 mLine1View = (TextView)mView.findViewById(R.id.line1_view);
289 mLine2View = (TextView)mView.findViewById(R.id.line2_view)
    [all...]
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
UserDictionaryToolsList.java 41 import android.widget.TextView;
209 final TextView leftText = (TextView) findViewById(R.id.user_dictionary_tools_list_title_words_count);
375 CharSequence focusString = ((TextView)sFocusingView).getText();
376 CharSequence focusPairString = ((TextView)sFocusingPairView).getText();
406 TextView leftText = (TextView) findViewById(R.id.user_dictionary_tools_list_title_words_count);
435 TextView leftText = (TextView) findViewById(R.id.user_dictionary_tools_list_title_words_count);
453 mSelectedViewID = ((TextView)v).getId()
    [all...]
  /cts/tests/tests/text/src/android/text/util/cts/
LinkifyTest.java 30 import android.widget.TextView;
124 notes = "Test {@link Linkify#addLinks(TextView, int)}",
126 args = {android.widget.TextView.class, int.class}
130 TextView tv = new TextView(mContext);
146 Linkify.addLinks((TextView)null, Linkify.WEB_URLS);
152 assertFalse(Linkify.addLinks((TextView)null, 0));
157 notes = "Test {@link Linkify#addLinks(TextView, Pattern, String)}",
159 args = {android.widget.TextView.class, java.util.regex.Pattern.class,
164 TextView tv = new TextView(mContext)
    [all...]
  /packages/apps/Settings/src/com/android/settings/applications/
RunningProcessesView.java 41 import android.widget.TextView;
71 TextView mBackgroundProcessText;
72 TextView mForegroundProcessText;
95 TextView uptimeView = null;
148 public TextView name;
149 public TextView description;
150 public TextView size;
151 public TextView uptime;
156 name = (TextView)v.findViewById(R.id.name);
157 description = (TextView)v.findViewById(R.id.description)
    [all...]
  /development/apps/Development/src/com/android/development/
PermissionDetails.java 50 import android.widget.TextView;
89 TextView pkgName;
129 holder.pkgName = (TextView) convertView.findViewById(R.id.pkg_name);
132 // Get the ViewHolder back to get fast access to the TextView
219 TextView label = (TextView) sharedPanel.findViewById(R.id.shared_pkgs_label);
220 TextView sharedView = (TextView) sharedPanel.findViewById(R.id.shared_pkgs);
256 TextView view = (TextView)findViewById(viewId)
    [all...]
  /development/samples/Support13Demos/src/com/example/android/supportv13/app/
CountingFragment.java 25 import android.widget.TextView;
63 ((TextView)tv).setText("Fragment #" + mNum);
  /development/samples/training/device-management-policy/src/com/example/training/deviceadmin/
PolicySetupActivity.java 31 import android.widget.TextView;
162 TextView passwordQualityView = (TextView) findViewById(R.id.policy_password_quality);
163 TextView passwordLengthView = (TextView) findViewById(R.id.policy_password_length);
175 ((TextView) findViewById(R.id.policy_password_uppercase)).setText(
250 TextView setupMessage = (TextView) findViewById(R.id.setup_message);
  /frameworks/base/core/tests/coretests/src/android/widget/scroll/
RequestRectangleVisibleWithInternalScrollTest.java 27 import android.widget.TextView;
30 * This is suppressed because {@link TextView#scrollBy} isn't working.
36 private TextView mTextBlob;
  /frameworks/base/core/tests/coretests/src/android/widget/scroll/arrowscroll/
MultiPageTextWithPaddingTest.java 24 import android.widget.TextView;
32 private TextView mTextView;
  /frameworks/base/packages/VpnDialogs/src/com/android/vpndialogs/
ManageDialog.java 36 import android.widget.TextView;
52 private TextView mDuration;
53 private TextView mDataTransmitted;
54 private TextView mDataReceived;
76 ((TextView) view.findViewById(R.id.session)).setText(mConfig.session);
78 mDuration = (TextView) view.findViewById(R.id.duration);
79 mDataTransmitted = (TextView) view.findViewById(R.id.data_transmitted);
80 mDataReceived = (TextView) view.findViewById(R.id.data_received);
  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
StackActivity.java 28 import android.widget.TextView;
53 ((TextView) item.findViewById(R.id.mini_text)).setText("" + position);

Completed in 1148 milliseconds

<<11121314151617181920>>