Home
last modified time | relevance | path

Searched refs:text1 (Results 1 – 25 of 38) sorted by relevance

12

/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
DDefaultSoftKeyboard.java639 TextView text1 = (TextView)mSubView.findViewById(R.id.shift); in updateIndicator() local
644 text1.setTextColor(res.getColor(R.color.indicator_textcolor_caps_off)); in updateIndicator()
646 text1.setBackgroundColor(res.getColor(R.color.indicator_textbackground_default)); in updateIndicator()
650 text1.setTextColor(res.getColor(R.color.indicator_textcolor_caps_on)); in updateIndicator()
652 text1.setBackgroundColor(res.getColor(R.color.indicator_textbackground_default)); in updateIndicator()
656 text1.setTextColor(res.getColor(R.color.indicator_textcolor_caps_lock)); in updateIndicator()
658 text1.setBackgroundColor(res.getColor(R.color.indicator_background_lock_caps)); in updateIndicator()
662 text1.setTextColor(res.getColor(R.color.indicator_textcolor_caps_off)); in updateIndicator()
664 text1.setBackgroundColor(res.getColor(R.color.indicator_textbackground_default)); in updateIndicator()
668 text1.setTextColor(res.getColor(R.color.indicator_textcolor_caps_off)); in updateIndicator()
[all …]
/packages/apps/Calendar/src/com/android/calendar/
DEmailAddressAdapter.java56 TextView text1 = (TextView)view.findViewById(R.id.text1); in bindView() local
58 text1.setText(displayName); in bindView()
64 TextView text1 = (TextView)view.findViewById(R.id.text1); in bindViewLoading() local
67 text1.setText(text); in bindViewLoading()
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
DCustomContactListFilterActivity.java580 final TextView text1 = (TextView)convertView.findViewById(android.R.id.text1); in getGroupView() local
588 text1.setText(account.mName); in getGroupView()
589 text1.setVisibility(account.mName == null ? View.GONE : View.VISIBLE); in getGroupView()
603 final TextView text1 = (TextView)convertView.findViewById(android.R.id.text1); in getChildView() local
616 text1.setText(groupTitle); in getChildView()
621 text1.setText(R.string.display_more_groups); in getChildView()
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DGlobalSearchSupport.java76 String text1; field in GlobalSearchSupport.SearchSuggestion
102 list.add(text1); // text1 in asList()
123 list.add(text1); in addColumnValue()
154 text1 = null; in reset()
262 suggestion.text1 = c.getString(3); in addSearchSuggestionsBasedOnFilter()
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/
DDefaultSuggestionView.java70 mText1 = (TextView) findViewById(R.id.text1); in onFinishInflate()
90 CharSequence text1 = formatText(suggestion.getSuggestionText1(), suggestion); in bindAsSuggestion() local
107 setText1(text1); in bindAsSuggestion()
113 Log.d(TAG, "bindAsSuggestion(), text1=" + text1 + ",text2=" + text2 + ",q='" + in bindAsSuggestion()
DWebSearchSuggestionView.java61 CharSequence text1 = mSuggestionFormatter.formatSuggestion(userQuery, in bindAsSuggestion() local
63 setText1(text1); in bindAsSuggestion()
DSearchActivityView.java356 String text1 = cursor.getSuggestionText1(); in webSuggestionsToCompletions() local
357 completions.add(new CompletionInfo(i, i, text1)); in webSuggestionsToCompletions()
DBaseSuggestionView.java57 mText1 = (TextView) findViewById(R.id.text1); in onFinishInflate()
/packages/apps/Contacts/tests/src/com/android/contacts/tests/allintents/
DSelectAccountDialogFragment.java61 final TextView text1 = (TextView)resultView.findViewById(android.R.id.text1); in onCreateDialog()
66 text1.setText("Name: " + account.name); in onCreateDialog()
/packages/apps/ContactsCommon/src/com/android/contacts/common/util/
DAccountsListAdapter.java89 final TextView text1 = (TextView) resultView.findViewById(android.R.id.text1); in getView() local
96 text1.setText(accountType.getDisplayLabel(mContext)); in getView()
DAccountSelectionUtil.java126 final TextView text1 = in getSelectAccountDialog()
127 (TextView)convertView.findViewById(android.R.id.text1); in getSelectAccountDialog()
136 text1.setText(account.name); in getSelectAccountDialog()
/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/
DUserConsentDialog.java69 TextView text1 = (TextView) dialog.findViewById(R.id.learn_more_text1); in onCreateDialog() local
71 text1.setText(R.string.admin_has_ability_to_monitor_profile); in onCreateDialog()
73 text1.setText(R.string.admin_has_ability_to_monitor_device); in onCreateDialog()
/packages/apps/Browser/tests/src/com/android/browser/
DBrowserProviderTests.java123 String text1 = getCol(c, SearchManager.SUGGEST_COLUMN_TEXT_1); in assertQueryReturns() local
124 assertNotNull(text1); in assertQueryReturns()
125 assertEquals("Bad title", title, text1); in assertQueryReturns()
/packages/apps/Contacts/src/com/android/contacts/group/
DSuggestedMemberListAdapter.java136 TextView text1 = (TextView) result.findViewById(R.id.text1); in getView() local
139 text1.setText(member.getDisplayName()); in getView()
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
DSuggestionData.java137 public SuggestionData setText1(String text1) { in setText1() argument
138 mText1 = text1; in setText1()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/userdictionary/
DUserDictionarySettings.java77 android.R.id.text1,
81 android.R.id.text1, android.R.id.text2
/packages/apps/Music/src/com/android/music/
DVerticalTextSpinner.java287 final String text1 = mText1; in onDraw() local
300 drawText(canvas, text1, TEXT1_Y in onDraw()
DVideoBrowserActivity.java73 new int[] { android.R.id.text1 }); in init()
/packages/apps/Settings/src/com/android/settings/inputmethod/
DKeyboardLayoutDialogFragment.java257 CheckedTextView headline = (CheckedTextView) view.findViewById(android.R.id.text1); in inflateOneLine()
272 TextView headline = (TextView) view.findViewById(android.R.id.text1); in inflateTwoLine()
/packages/services/Telephony/src/com/android/phone/
DSimContacts.java241 new String[] { "name" }, new int[] { android.R.id.text1 }); in newAdapter()
333 TextView textView = (TextView) itemInfo.targetView.findViewById(android.R.id.text1); in onCreateContextMenu()
DADNList.java61 android.R.id.text1,
/packages/apps/Settings/src/com/android/settings/vpn2/
DLockdownConfigFragment.java56 android.R.id.text1, objects); in TitleAdapter()
/packages/providers/CalendarProvider/src/com/android/providers/calendar/
DCalendarDebug.java162 new int[]{android.R.id.text1, android.R.id.text2}); in onPostExecute()
/packages/apps/Tag/canon/src/com/android/apps/tagcanon/
DTagCanon.java134 android.R.layout.simple_list_item_1, android.R.id.text1); in onCreate()
/packages/apps/Settings/src/com/android/settings/voice/
DVoiceInputListPreference.java138 android.R.id.text1, objects); in CustomAdapter()

12