Searched refs:TextView (Results 276 - 288 of 288) sorted by relevance

<<1112

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DBaseStatusBar.java80 import android.widget.TextView;
779 TextView debug = (TextView) row.findViewById(R.id.debug_info);
/frameworks/base/core/java/android/widget/
H A DRemoteViews.java1257 * Helper action to set compound drawables on a TextView. Supports relative
1292 final TextView target = (TextView) root.findViewById(viewId);
1312 * Helper action to set text size on a TextView in any supported units.
1337 final TextView target = (TextView) root.findViewById(viewId);
1750 * Equivalent to calling TextView.setText
1760 * Equivalent to calling {@link TextView#setTextSize(int, float)}
1772 * {@link TextView#setCompoundDrawablesWithIntrinsicBounds(int, int, int, int)}.
1786 * TextView#setCompoundDrawablesRelativeWithIntrinsicBound
[all...]
H A DRemoteViewsAdapter.java471 TextView loadingTextView = (TextView) layoutInflater.inflate(
H A DSearchView.java59 import android.widget.TextView.OnEditorActionListener;
373 * @see TextView#setImeOptions(int)
385 * @see TextView#setImeOptions(int)
396 * @see TextView#setInputType(int)
1138 public boolean onEditorAction(TextView v, int actionId, KeyEvent event) {
1705 * appropriate when the TextView has focus.
H A DNumberPicker.java1729 String str = String.valueOf(((TextView) v).getText());
/frameworks/ex/chips/tests/src/com/android/ex/chips/
H A DChipsTest.java29 import android.widget.TextView;
915 private TextView createTestMoreItem() {
916 TextView view = new TextView(getContext());
/frameworks/base/core/java/android/inputmethodservice/
H A DKeyboardView.java47 import android.widget.TextView;
144 private TextView mPreviewText;
344 mPreviewText = (TextView) inflate.inflate(previewLayout, null);
/frameworks/base/core/java/android/webkit/
H A DCallbackProxy.java39 import android.widget.TextView;
672 ((TextView) view.findViewById(R.id.message))
H A DWebViewClassic.java114 import android.widget.TextView;
591 private TextView mPasteTextView;
609 mPasteTextView = (TextView) inflater.inflate(
4625 // Magic formula copied from TextView
4631 // Magic formula copied from TextView
5466 // To avoid drawing the cursor ring, and remove the TextView when our window
/frameworks/base/services/java/com/android/server/
H A DInputMethodManagerService.java107 import android.widget.TextView;
2770 final TextView firstTextView = (TextView)view.findViewById(android.R.id.text1);
2771 final TextView secondTextView = (TextView)view.findViewById(android.R.id.text2);
/frameworks/base/wifi/java/android/net/wifi/p2p/
H A DWifiP2pService.java76 import android.widget.TextView;
1874 ((TextView) row.findViewById(R.id.name)).setText(r.getString(stringId));
1875 ((TextView) row.findViewById(R.id.value)).setText(value);
/frameworks/base/tests/StatusBar/src/com/android/statusbartest/
H A DNotificationTestList.java36 import android.widget.TextView;
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DPhoneWindow.java94 import android.widget.TextView;
139 private TextView mTitleView;
2880 mTitleView = (TextView)findViewById(com.android.internal.R.id.title);

Completed in 357 milliseconds

<<1112