Lines Matching refs:TextView
45 import android.widget.TextView;
58 View.OnLongClickListener, DropTarget, FolderListener, TextView.OnEditorActionListener,
223 mIconDrawable = ((TextView) v).getCompoundDrawables()[1];
272 public boolean onEditorAction(TextView v, int actionId, KeyEvent event) {
538 final TextView textView =
539 (TextView) mInflater.inflate(R.layout.application, this, false);
540 textView.setCompoundDrawablesWithIntrinsicBounds(null,
542 textView.setText(item.title);
543 textView.setTag(item);
545 textView.setOnClickListener(this);
546 textView.setOnLongClickListener(this);
562 textView.setOnKeyListener(new FolderKeyEventListener());
563 mContent.addViewToCellLayout(textView, insert ? 0 : -1, (int)item.id, lp, true);