/packages/apps/Contacts/src/com/android/contacts/editor/ |
AggregationSuggestionView.java | 26 import android.widget.TextView; 95 TextView name = (TextView) findViewById(R.id.aggregation_suggestion_name); 98 TextView data = (TextView) findViewById(R.id.aggregation_suggestion_data);
|
RawContactReadOnlyEditorView.java | 37 import android.widget.TextView; 58 private TextView mName; 64 private TextView mAccountTypeTextView; 65 private TextView mAccountNameTextView; 98 mName = (TextView) findViewById(R.id.read_only_name); 105 mAccountTypeTextView = (TextView) findViewById(R.id.account_type); 106 mAccountNameTextView = (TextView) findViewById(R.id.account_name); 260 final TextView titleView = (TextView) field.findViewById(R.id.kind_title); 268 final TextView dataView = (TextView) field.findViewById(R.id.data) [all...] |
/packages/apps/Contacts/src/com/android/contacts/widget/ |
PinnedHeaderListDemoActivity.java | 28 import android.widget.TextView; 63 TextView headerText = (TextView)view.findViewById(R.id.header_text); 76 TextView text = (TextView)v.findViewById(android.R.id.text1);
|
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/ |
ContactListFilterView.java | 26 import android.widget.TextView; 40 private TextView mAccountType; 41 private TextView mAccountUserName; 82 mAccountType = (TextView) findViewById(R.id.accountType); 83 mAccountUserName = (TextView) findViewById(R.id.accountUserName);
|
/packages/apps/ContactsCommon/src/com/android/contacts/common/util/ |
AccountsListAdapter.java | 26 import android.widget.TextView; 89 final TextView text1 = (TextView) resultView.findViewById(android.R.id.text1); 90 final TextView text2 = (TextView) resultView.findViewById(android.R.id.text2);
|
/packages/apps/DeskClock/src/com/android/deskclock/ |
CircleButtonsLayout.java | 7 import android.widget.TextView; 29 private TextView mStop; 31 private TextView mLabelText; 81 mStop = (TextView) findViewById(mStopButtonId); 83 mLabelText = (TextView) findViewById(mLabelTextId);
|
/packages/apps/DeskClock/src/com/android/deskclock/widget/ |
ActionableToastBar.java | 29 import android.widget.TextView; 52 private TextView mActionDescriptionView; 54 private TextView mActionText; 77 mActionDescriptionView = (TextView) findViewById(R.id.description_text); 80 mActionText = (TextView) findViewById(R.id.action_text);
|
/packages/apps/LegacyCamera/src/com/android/camera/ |
OnScreenHint.java | 26 import android.widget.TextView; 113 TextView tv = (TextView) v.findViewById(R.id.message); 131 TextView tv = (TextView) mNextView.findViewById(R.id.message);
|
/packages/apps/Mms/src/com/android/mms/ui/ |
RecipientListActivity.java | 38 import android.widget.TextView; 132 final TextView nameView = (TextView)listItemView.findViewById(R.id.name); 133 final TextView numberView = (TextView)listItemView.findViewById(R.id.number);
|
/packages/apps/UnifiedEmail/src/com/android/mail/ui/ |
HierarchicalFolderSelectorAdapter.java | 29 import android.widget.TextView; 62 final TextView display = (TextView) view.findViewById(R.id.folder_name); 67 : truncateHierarchy(row.mPathName), TextView.BufferType.SPANNABLE); 69 display.setText(displayText, TextView.BufferType.SPANNABLE);
|
/packages/services/Telephony/tests/src/com/android/phone/tests/ |
OtaspTestActivity.java | 28 import android.widget.TextView; 45 private TextView mLabel; 47 private TextView mResult; 64 mLabel = (TextView) findViewById(R.id.label1); 68 mResult = (TextView) findViewById(R.id.result1);
|
/sdk/apps/SdkController/src/com/android/tools/sdkcontroller/activities/ |
MainActivity.java | 28 import android.widget.TextView; 49 private TextView mTextError; 50 private TextView mTextStatus; 58 mTextError = (TextView) findViewById(R.id.textError); 59 mTextStatus = (TextView) findViewById(R.id.textStatus);
|
/sdk/testapps/testSensors/src/com/android/tests/testsensors/ |
TestSensorsActivity.java | 31 import android.widget.TextView; 47 private final TextView mName; 49 private final TextView mVal; 50 /** Formats string to show in the TextView. */ 68 mName = (TextView) row.findViewById(R.id.row_textview_name); 71 mVal = (TextView) row.findViewById(R.id.row_textview_value);
|
/cts/tests/tests/widget/src/android/widget/cts/ |
GridLayoutTest.java | 29 import android.widget.TextView; 148 gridLayout.addView(new TextView(mContext), new AbsoluteLayout.LayoutParams(0, 0, 0, 0)); 150 gridLayout.addView(new TextView(mContext), new GridLayout.LayoutParams( 173 TextView v = new TextView(context); 184 TextView v = new TextView(context); 195 TextView v = new TextView(context); 209 TextView v = new Button(context) [all...] |
TableRowTest.java | 34 import android.widget.TextView; 69 tableRow.addView(new TextView(mContext)); 77 tableRow.addView(new TextView(mContext)); 93 ((TextView) tableRow.getVirtualChildAt(0)).getText().toString()); 95 ((TextView) tableRow.getVirtualChildAt(1)).getText().toString()); 97 ((TextView) tableRow.getVirtualChildAt(2)).getText().toString()); 105 ((TextView) tableRow.getVirtualChildAt(1)).getText().toString()); 107 ((TextView) tableRow.getVirtualChildAt(2)).getText().toString()); 109 ((TextView) tableRow.getVirtualChildAt(3)).getText().toString()); 111 ((TextView) tableRow.getVirtualChildAt(4)).getText().toString()) [all...] |
/packages/apps/Calendar/src/com/android/calendar/agenda/ |
AgendaAdapter.java | 31 import android.widget.TextView; 70 TextView title; 71 TextView when; 72 TextView where; 121 holder.title = (TextView) view.findViewById(R.id.title); 122 holder.when = (TextView) view.findViewById(R.id.when); 123 holder.where = (TextView) view.findViewById(R.id.where); 174 TextView title = holder.title; 175 TextView when = holder.when; 176 TextView where = holder.where [all...] |
/packages/apps/InCallUI/src/com/android/incallui/ |
CallCardFragment.java | 34 import android.widget.TextView; 47 private TextView mPhoneNumber; 48 private TextView mNumberLabel; 49 private TextView mPrimaryName; 50 private TextView mCallStateLabel; 51 private TextView mCallTypeLabel; 53 private TextView mElapsedTime; 55 private TextView mProviderLabel; 56 private TextView mProviderNumber; 61 private TextView mSecondaryCallName [all...] |
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/setup/ |
SetupWizardActivity.java | 33 import android.widget.TextView; 61 private TextView mStep1Bullet; 62 private TextView mActionFinish; 135 final TextView welcomeTitle = (TextView)findViewById(R.id.setup_welcome_title); 139 final TextView stepsTitle = (TextView)findViewById(R.id.setup_title); 146 mStep1Bullet = (TextView)findViewById(R.id.setup_step1_bullet); 164 (TextView)findViewById(R.id.setup_step2_bullet), findViewById(R.id.setup_step2), 177 (TextView)findViewById(R.id.setup_step3_bullet), findViewById(R.id.setup_step3) [all...] |
/frameworks/base/media/tests/EffectsTest/src/com/android/effectstest/ |
EqualizerTest.java | 30 import android.widget.TextView; 71 TextView textView; 100 textView = (TextView)findViewById(R.id.eqParam1Value); 101 mParameters[0] = new BandLevelParam(mEqualizer, 0, bandLevelRange[0], bandLevelRange[1], seekBar, textView); 111 textView = (TextView)findViewById(R.id.eqParam2Value); 112 mParameters[1] = new BandLevelParam(mEqualizer, 1, bandLevelRange[0], bandLevelRange[1], seekBar, textView); 122 textView = (TextView)findViewById(R.id.eqParam3Value) [all...] |
/frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/ |
ImageProcessingActivity2.java | 32 import android.widget.TextView; 124 private TextView mText1; 125 private TextView mText2; 126 private TextView mText3; 127 private TextView mText4; 128 private TextView mText5; 132 private TextView mBenchmarkResult; 374 mText1 = (TextView) findViewById(R.id.slider1Text); 375 mText2 = (TextView) findViewById(R.id.slider2Text); 376 mText3 = (TextView) findViewById(R.id.slider3Text) [all...] |
/frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/ |
ImageProcessingActivityJB.java | 32 import android.widget.TextView; 122 private TextView mText1; 123 private TextView mText2; 124 private TextView mText3; 125 private TextView mText4; 126 private TextView mText5; 130 private TextView mBenchmarkResult; 398 mText1 = (TextView) findViewById(R.id.slider1Text); 399 mText2 = (TextView) findViewById(R.id.slider2Text); 400 mText3 = (TextView) findViewById(R.id.slider3Text) [all...] |
/packages/apps/Settings/src/com/android/settings/wifi/ |
WifiConfigController.java | 56 import android.widget.TextView; 76 private TextView mSsidView; 80 private TextView mPasswordView; 97 private TextView mEapIdentityView; 98 private TextView mEapAnonymousView; 122 private TextView mIpAddressView; 123 private TextView mGatewayView; 124 private TextView mNetworkPrefixLengthView; 125 private TextView mDns1View; 126 private TextView mDns2View [all...] |
/frameworks/base/core/tests/coretests/src/android/view/ |
ListContextMenu.java | 35 import android.widget.TextView; 74 TextView view; 77 view = (TextView) mInflater.inflate(android.R.layout.simple_list_item_1, null); 79 view = (TextView) convertView; 134 String text = ((TextView) info.targetView).getText().toString(); 141 TextView textView = new TextView(this); 142 textView.setText("This is a test of a custom View"); 143 menu.setHeaderView(textView); [all...] |
/frameworks/opt/timezonepicker/src/com/android/timezonepicker/ |
TimeZoneResultAdapter.java | 29 import android.widget.TextView; 65 TextView timeZone; 66 TextView timeOffset; 67 TextView location; 71 vh.timeZone = (TextView) v.findViewById(R.id.time_zone); 72 vh.timeOffset = (TextView) v.findViewById(R.id.time_offset); 73 vh.location = (TextView) v.findViewById(R.id.location);
|
/packages/apps/Browser/src/com/android/browser/ |
ErrorConsoleView.java | 33 import android.widget.TextView; 47 private TextView mConsoleHeader; 80 mConsoleHeader = (TextView) findViewById(R.id.error_console_header_id); 305 TextView headline = (TextView) view.findViewById(android.R.id.text1); 306 TextView subText = (TextView) view.findViewById(android.R.id.text2);
|