/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/ |
D | DefaultSoftKeyboard.java | 640 TextView text2 = (TextView)mSubView.findViewById(R.id.alt); in updateIndicator() local 645 text2.setTextColor(res.getColor(R.color.indicator_textcolor_alt_off)); in updateIndicator() 647 text2.setBackgroundColor(res.getColor(R.color.indicator_textbackground_default)); in updateIndicator() 651 text2.setTextColor(res.getColor(R.color.indicator_textcolor_alt_off)); in updateIndicator() 653 text2.setBackgroundColor(res.getColor(R.color.indicator_textbackground_default)); in updateIndicator() 657 text2.setTextColor(res.getColor(R.color.indicator_textcolor_alt_off)); in updateIndicator() 659 text2.setBackgroundColor(res.getColor(R.color.indicator_textbackground_default)); in updateIndicator() 663 text2.setTextColor(res.getColor(R.color.indicator_textcolor_alt_on)); in updateIndicator() 665 text2.setBackgroundColor(res.getColor(R.color.indicator_textbackground_default)); in updateIndicator() 669 text2.setTextColor(res.getColor(R.color.indicator_textcolor_alt_lock)); in updateIndicator() [all …]
|
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/ |
D | DefaultSuggestionView.java | 71 mText2 = (TextView) findViewById(R.id.text2); in onFinishInflate() 91 CharSequence text2 = suggestion.getSuggestionText2Url(); in bindAsSuggestion() local 92 if (text2 != null) { in bindAsSuggestion() 93 text2 = formatUrl(text2); in bindAsSuggestion() 95 text2 = formatText(suggestion.getSuggestionText2(), suggestion); in bindAsSuggestion() 98 if (TextUtils.isEmpty(text2)) { in bindAsSuggestion() 108 setText2(text2); in bindAsSuggestion() 113 Log.d(TAG, "bindAsSuggestion(), text1=" + text1 + ",text2=" + text2 + ",q='" + in bindAsSuggestion()
|
D | BaseSuggestionView.java | 58 mText2 = (TextView) findViewById(R.id.text2); in onFinishInflate()
|
/packages/apps/Contacts/src/com/android/contacts/quickcontact/ |
D | QuickContactListFragment.java | 107 final TextView text2 = (TextView) resultView.findViewById( in configureAdapter() 108 android.R.id.text2); in configureAdapter() 139 if (text2 != null) { in configureAdapter() 141 text2.setText(subtitle); in configureAdapter() 143 text2.setVisibility(View.GONE); in configureAdapter() 145 text2.setVisibility(View.VISIBLE); in configureAdapter()
|
/packages/apps/Contacts/src/com/android/contacts/util/ |
D | AccountsListAdapter.java | 90 final TextView text2 = (TextView) resultView.findViewById(android.R.id.text2); in getView() local 100 text2.setText(account.name); in getView() 101 text2.setEllipsize(TruncateAt.MIDDLE); in getView()
|
D | AccountSelectionUtil.java | 118 final TextView text2 = in getSelectAccountDialog() 119 (TextView)convertView.findViewById(android.R.id.text2); in getSelectAccountDialog() 127 text2.setText(accountType.getDisplayLabel(context)); in getSelectAccountDialog()
|
/packages/apps/Calendar/src/com/android/calendar/ |
D | EmailAddressAdapter.java | 57 TextView text2 = (TextView)view.findViewById(R.id.text2); in bindView() local 59 text2.setText(emailAddress); in bindView()
|
/packages/apps/Email/src/com/android/email/ |
D | EmailAddressAdapter.java | 58 TextView text2 = (TextView)view.findViewById(R.id.text2); in bindView() local 60 text2.setText(emailAddress); in bindView()
|
/packages/apps/Contacts/tests/src/com/android/contacts/tests/allintents/ |
D | SelectAccountDialogFragment.java | 62 final TextView text2 = (TextView)resultView.findViewById(android.R.id.text2); in onCreateDialog() 67 text2.setText("Type: " + account.type); in onCreateDialog()
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
D | GlobalSearchSupport.java | 76 String text2; field in GlobalSearchSupport.SearchSuggestion 102 list.add(text2); // text2 in asList() 124 list.add(text2); in addColumnValue() 154 text2 = null; in reset() 262 suggestion.text2 = shortenSnippet(c.getString(6)); in addSearchSuggestionsBasedOnFilter()
|
/packages/apps/Contacts/src/com/android/contacts/group/ |
D | SuggestedMemberListAdapter.java | 136 TextView text2 = (TextView) result.findViewById(R.id.text2); in getView() local 140 text2.setText(member.getExtraInfo()); in getView() 142 text2.setVisibility(View.GONE); in getView()
|
/packages/apps/Browser/tests/src/com/android/browser/ |
D | BrowserProviderTests.java | 126 String text2 = getCol(c, SearchManager.SUGGEST_COLUMN_TEXT_2); in assertQueryReturns() local 127 assertNotNull(text2); in assertQueryReturns()
|
/packages/apps/Contacts/src/com/android/contacts/list/ |
D | CustomContactListFilterActivity.java | 579 final TextView text2 = (TextView)convertView.findViewById(android.R.id.text2); in getGroupView() local 588 text2.setText(accountType.getDisplayLabel(mContext)); in getGroupView() 602 final TextView text2 = (TextView)convertView.findViewById(android.R.id.text2); in getChildView() local 615 text2.setVisibility(View.GONE); in getChildView() 620 text2.setVisibility(View.GONE); in getChildView()
|
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ |
D | ShortcutsProvider.java | 161 String text2 = shortcut.getAsString(SearchManager.SUGGEST_COLUMN_TEXT_2); in makeSuggestion() local 178 suggestion.setText2(text2); in makeSuggestion()
|
D | SuggestionData.java | 143 public SuggestionData setText2(String text2) { in setText2() argument 144 mText2 = text2; in setText2()
|
/packages/apps/Music/src/com/android/music/ |
D | VerticalTextSpinner.java | 288 final String text2 = mText2; in onDraw() local 302 drawText(canvas, text2, TEXT2_Y in onDraw() 315 drawText(canvas, text2, TEXT2_Y in onDraw()
|
/packages/apps/Phone/src/com/android/phone/ |
D | ADNList.java | 56 android.R.id.text2
|
/packages/providers/CalendarProvider/src/com/android/providers/calendar/ |
D | CalendarDebug.java | 162 new int[]{android.R.id.text1, android.R.id.text2}); in onPostExecute()
|
/packages/apps/Browser/src/com/android/browser/ |
D | SuggestionsAdapter.java | 161 TextView tv2 = (TextView) view.findViewById(android.R.id.text2); in bindView() 504 String text2 = mCursor.getString( in getItem() local
|
D | ErrorConsoleView.java | 306 TextView subText = (TextView) view.findViewById(android.R.id.text2); in getView()
|
/packages/apps/Settings/src/com/android/settings/ |
D | UserDictionarySettings.java | 157 new int[] { android.R.id.text1, android.R.id.text2 }, this); in createAdapter()
|
D | ZonePicker.java | 97 final int[] to = new int[] {android.R.id.text1, android.R.id.text2}; in constructTimezoneAdapter()
|
/packages/apps/Contacts/src/com/android/contacts/detail/ |
D | ContactDetailFragment.java | 2204 final TextView text2 = (TextView)resultView.findViewById(android.R.id.text2); in getView() local 2213 text2.setVisibility(View.GONE); in getView() 2216 text2.setVisibility(View.VISIBLE); in getView() 2217 text2.setText(label); in getView()
|
/packages/apps/Settings/src/com/android/settings/inputmethod/ |
D | KeyboardLayoutDialogFragment.java | 273 TextView subText = (TextView) view.findViewById(android.R.id.text2); in inflateTwoLine()
|
/packages/apps/Contacts/src/com/android/contacts/interactions/ |
D | PhoneNumberInteraction.java | 170 super(context, R.layout.phone_disambig_item, android.R.id.text2, list); in PhoneItemAdapter()
|