HomeSort by relevance Sort by last modified time
    Searched refs:TextView (Results 1301 - 1325 of 1355) sorted by null

<<5152535455

  /packages/apps/Email/src/com/android/email/activity/setup/
AccountSettings.java 41 import android.widget.TextView;
    [all...]
  /packages/apps/Gallery/src/com/android/camera/
GalleryPicker.java 61 import android.widget.TextView;
921 TextView titleView = (TextView) v.findViewById(R.id.title);
936 // An workaround due to a bug in TextView. If the length of text is
ImageGallery.java 57 import android.widget.TextView;
565 TextView leftText = (TextView) findViewById(R.id.left_text);
    [all...]
  /packages/apps/LegacyCamera/src/com/android/camera/panorama/
PanoramaActivity.java 73 import android.widget.TextView;
124 private TextView mTooFastPrompt;
707 mTooFastPrompt = (TextView) findViewById(R.id.pano_capture_too_fast_textview);
    [all...]
  /packages/apps/Settings/src/com/android/settings/wfd/
WifiDisplaySettings.java 66 import android.widget.TextView;
108 private TextView mEmptyView;
148 mEmptyView = (TextView) getView().findViewById(android.R.id.empty);
  /packages/apps/Settings/src/com/android/settings/wifi/
WifiSettings.java 74 import android.widget.TextView;
142 private TextView mEmptyView;
415 mEmptyView = (TextView) getView().findViewById(android.R.id.empty);
    [all...]
  /packages/apps/Stk/src/com/android/stk/
StkAppService.java 43 import android.widget.TextView;
686 TextView tv = (TextView) v
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
EmojiPalettesView.java 44 import android.widget.TextView;
442 final TextView textView = (TextView)LayoutInflater.from(getContext()).inflate(
444 textView.setText(mEmojiCategory.getCategoryLabel(categoryId));
445 textView.setTextColor(mTabLabelColor);
446 tspec.setIndicator(textView);
    [all...]
  /frameworks/base/core/java/com/android/internal/widget/
ActionBarView.java 51 import android.widget.TextView;
99 private TextView mTitleView;
100 private TextView mSubtitleView;
828 mTitleView = (TextView) mTitleLayout.findViewById(R.id.action_bar_title);
829 mSubtitleView = (TextView) mTitleLayout.findViewById(R.id.action_bar_subtitle);
    [all...]
  /frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
ActionBarView.java 58 import android.widget.TextView;
95 private TextView mTitleView;
96 private TextView mSubtitleView;
769 mTitleView = (TextView) mTitleLayout.findViewById(R.id.action_bar_title);
770 mSubtitleView = (TextView) mTitleLayout.findViewById(R.id.action_bar_subtitle);
    [all...]
  /frameworks/ex/chips/src/com/android/ex/chips/
RecipientEditTextView.java 84 import android.widget.TextView;
110 TextView.OnEditorActionListener {
164 private TextView mMoreItem;
309 public boolean onEditorAction(TextView view, int action, KeyEvent keyEvent) {
381 * Convenience method: Append the specified text slice to the TextView's
761 mMoreItem = (TextView) LayoutInflater.from(getContext()).inflate(R.layout.more_item, null);
787 /* package */ void setMoreItem(TextView moreItem) {
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
BaseStatusBar.java 62 import android.widget.TextView;
692 TextView debug = (TextView) row.findViewById(R.id.debug_info);
    [all...]
  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
SearchView.java 66 import android.widget.TextView;
67 import android.widget.TextView.OnEditorActionListener;
404 * @see TextView#setImeOptions(int)
416 * @see TextView#setImeOptions(int)
427 * @see TextView#setInputType(int)
    [all...]
  /frameworks/webview/chromium/java/com/android/webview/chromium/
WebViewChromium.java 56 import android.widget.TextView;
206 TextView warningLabel = new TextView(mWebView.getContext());
    [all...]
  /packages/apps/Camera/src/com/android/camera/
PanoramaModule.java 54 import android.widget.TextView;
125 private TextView mTooFastPrompt;
679 mTooFastPrompt = (TextView) mRootView.findViewById(R.id.pano_capture_too_fast_textview);
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
Folder.java 47 import android.widget.TextView;
59 View.OnLongClickListener, DropTarget, FolderListener, TextView.OnEditorActionListener,
294 public boolean onEditorAction(TextView v, int actionId, KeyEvent event) {
565 final BubbleTextView textView =
567 textView.setCompoundDrawables(null,
569 textView.setText(item.title);
570 textView.setTag(item);
571 textView.setTextColor(getResources().getColor(R.color.folder_items_text_color));
572 textView.setShadowsEnabled(false);
573 textView.setGlowColor(getResources().getColor(R.color.folder_items_glow_color))
    [all...]
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
KeyboardView.java 47 import android.widget.TextView;
145 private TextView mPreviewText;
347 mPreviewText = (TextView) inflate.inflate(previewLayout, null);
    [all...]
  /frameworks/base/core/java/android/widget/
RemoteViews.java     [all...]
ListPopupWindow.java     [all...]
RemoteViewsAdapter.java 515 TextView loadingTextView = (TextView) layoutInflater.inflate(
    [all...]
SpellChecker.java 44 * Helper class for TextView. Bridge between the TextView and the Dictionnary service.
69 private final TextView mTextView;
92 // Shared by all SpellParsers. Cannot be shared with TextView since it may be used
104 public SpellChecker(TextView textView) {
105 mTextView = textView;
    [all...]
  /frameworks/ex/chips/tests/src/com/android/ex/chips/
ChipsTest.java 29 import android.widget.TextView;
    [all...]
  /packages/apps/Settings/src/com/android/settings/
RingerVolumePreference.java 49 import android.widget.TextView;
151 //private TextView mNotificationVolumeTitle;
  /packages/apps/Mms/src/com/android/mms/ui/
ComposeMessageActivity.java 118 import android.widget.TextView;
167 implements View.OnClickListener, TextView.OnEditorActionListener,
268 private TextView mTextCounter; // Shows the number of characters used in text editor
269 private TextView mSendButtonMms; // Press to send mms
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/compose/
ComposeActivity.java 68 import android.widget.TextView;
125 LoaderManager.LoaderCallbacks<Cursor>, TextView.OnEditorActionListener,
247 private TextView mSubject;
255 private TextView mFromStaticText;
    [all...]

Completed in 2405 milliseconds

<<5152535455