Lines Matching refs:textView
565 final BubbleTextView textView = in createAndAddShortcut() local
567 textView.setCompoundDrawables(null, in createAndAddShortcut()
569 textView.setText(item.title); in createAndAddShortcut()
570 textView.setTag(item); in createAndAddShortcut()
571 textView.setTextColor(getResources().getColor(R.color.folder_items_text_color)); in createAndAddShortcut()
572 textView.setShadowsEnabled(false); in createAndAddShortcut()
573 textView.setGlowColor(getResources().getColor(R.color.folder_items_glow_color)); in createAndAddShortcut()
575 textView.setOnClickListener(this); in createAndAddShortcut()
576 textView.setOnLongClickListener(this); in createAndAddShortcut()
592 textView.setOnKeyListener(new FolderKeyEventListener()); in createAndAddShortcut()
593 mContent.addViewToCellLayout(textView, insert ? 0 : -1, (int)item.id, lp, true); in createAndAddShortcut()
594 return textView; in createAndAddShortcut()