OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TextView
(Results
301 - 325
of
864
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/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);
PieControlBase.java
31
import android.widget.
TextView
;
49
protected
TextView
mTabsCount;
108
mTabsCount = (
TextView
) v.findViewById(R.id.label);
158
TextView
title1 = (
TextView
) view.findViewById(R.id.title1);
159
TextView
title2 = (
TextView
) view.findViewById(R.id.title2);
/packages/apps/Calendar/src/com/android/calendar/alerts/
AlertAdapter.java
31
import android.widget.
TextView
;
84
TextView
titleView = (
TextView
) view.findViewById(R.id.event_title);
85
TextView
whenView = (
TextView
) view.findViewById(R.id.when);
86
TextView
whereView = (
TextView
) view.findViewById(R.id.where);
/packages/apps/Contacts/src/com/android/contacts/activities/
ContactEditorAccountsChangedActivity.java
29
import android.widget.
TextView
;
92
final
TextView
textView
= (
TextView
) findViewById(R.id.text);
93
textView
.setText(getString(R.string.contact_editor_prompt_multiple_accounts));
109
final
TextView
textView
= (
TextView
) findViewById(R.id.text);
114
textView
.setText(getString(R.string.contact_editor_prompt_one_account,
136
final
TextView
textView = (TextView) findViewById(R.id.text)
[
all
...]
/packages/apps/Contacts/tests/src/com/android/contacts/tests/allintents/
ResultActivity.java
39
import android.widget.
TextView
;
134
TextView
label = new
TextView
(this);
137
TextView
value = new
TextView
(this);
166
TextView
labelView = new
TextView
(this);
/packages/apps/Mms/src/com/android/mms/ui/
ConversationListItem.java
41
import android.widget.
TextView
;
50
private
TextView
mSubjectView;
51
private
TextView
mFromView;
52
private
TextView
mDateView;
82
mFromView = (
TextView
) findViewById(R.id.from);
83
mSubjectView = (
TextView
) findViewById(R.id.subject);
85
mDateView = (
TextView
) findViewById(R.id.date);
RecipientsAdapter.java
40
import android.widget.
TextView
;
137
TextView
name = (
TextView
) view.findViewById(R.id.name);
140
TextView
label = (
TextView
) view.findViewById(R.id.label);
154
TextView
number = (
TextView
) view.findViewById(R.id.number);
/packages/apps/Settings/src/com/android/settings/
ConfirmLockPassword.java
40
import android.widget.
TextView
;
41
import android.widget.
TextView
.OnEditorActionListener;
66
private
TextView
mPasswordEntry;
68
private
TextView
mHeaderText;
98
mPasswordEntry = (
TextView
) view.findViewById(R.id.password_entry);
103
mHeaderText = (
TextView
) view.findViewById(R.id.headerText);
185
public boolean onEditorAction(
TextView
v, int actionId, KeyEvent event) {
UsageStats.java
47
import android.widget.
TextView
;
97
TextView
pkgName;
98
TextView
launchCount;
99
TextView
usageTime;
172
holder.pkgName = (
TextView
) convertView.findViewById(R.id.package_name);
173
holder.launchCount = (
TextView
) convertView.findViewById(R.id.launch_count);
174
holder.usageTime = (
TextView
) convertView.findViewById(R.id.usage_time);
177
// Get the ViewHolder back to get fast access to the
TextView
/packages/apps/Settings/src/com/android/settings/wifi/
WifiConfigController.java
50
import android.widget.
TextView
;
72
private
TextView
mSsidView;
76
private
TextView
mPasswordView;
83
private
TextView
mEapIdentityView;
84
private
TextView
mEapAnonymousView;
104
private
TextView
mIpAddressView;
105
private
TextView
mGatewayView;
106
private
TextView
mNetworkPrefixLengthView;
107
private
TextView
mDns1View;
108
private
TextView
mDns2View
[
all
...]
/packages/apps/Calendar/src/com/android/calendar/
CalendarViewAdapter.java
29
import android.widget.
TextView
;
173
TextView
weekDay = (
TextView
)v.findViewById(R.id.top_button_weekday);
174
TextView
date = (
TextView
)v.findViewById(R.id.top_button_date);
226
TextView
viewType = (
TextView
)v.findViewById(R.id.button_view);
227
TextView
date = (
TextView
)v.findViewById(R.id.button_date);
/cts/apps/CtsVerifier/src/com/android/cts/verifier/audioquality/
ViewResultsActivity.java
29
import android.widget.
TextView
;
40
private
TextView
mTextView;
65
mTextView = (
TextView
) findViewById(R.id.
textView
);
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/analyzer/
CameraAnalyzerActivity.java
30
import android.widget.
TextView
;
37
TextView
mResultText;
52
mResultText = (
TextView
)findViewById(R.id.resulttext);
/cts/apps/CtsVerifier/src/com/android/cts/verifier/streamquality/
StreamingVideoActivity.java
28
import android.widget.
TextView
;
133
TextView
empty = (
TextView
) findViewById(android.R.id.empty);
/cts/tests/tests/text/src/android/text/method/cts/
DateKeyListenerTest.java
32
import android.widget.
TextView
;
42
private
TextView
mTextView;
54
mTextView = (
TextView
) mActivity.findViewById(R.id.keylistener_textview);
108
* 1. Press '1' key and check if the content of
TextView
becomes "1"
109
* 2. Press '2' key and check if the content of
TextView
becomes "12"
111
* 4. Press '-' key and check if the content of
TextView
becomes "12-"
112
* 5. Press '/' key and check if the content of
TextView
becomes "12-/"
/development/apps/GestureBuilder/src/com/android/gesture/builder/
CreateGestureActivity.java
27
import android.widget.
TextView
;
80
final
TextView
input = (
TextView
) findViewById(R.id.gesture_name);
/development/samples/ApiDemos/src/com/example/android/apis/accessibility/
TaskListView.java
30
import android.widget.
TextView
;
96
TextView
label = (
TextView
)(convertView.findViewById(R.id.tasklist_label));
/development/samples/ApiDemos/src/com/example/android/apis/app/
ActionBarTabs.java
29
import android.widget.
TextView
;
124
TextView
text = (
TextView
) fragView.findViewById(R.id.text);
QuickContactsDemo.java
31
import android.widget.
TextView
;
91
cache.nameView = (
TextView
) view.findViewById(R.id.name);
100
public
TextView
nameView;
/development/samples/ApiDemos/src/com/example/android/apis/preference/
MyPreference.java
28
import android.widget.
TextView
;
49
final
TextView
myTextView = (
TextView
) view.findViewById(R.id.mypreference_widget);
/development/samples/ApiDemos/src/com/example/android/apis/view/
List9.java
33
import android.widget.
TextView
;
53
private
TextView
mDialogText;
73
mDialogText = (
TextView
) inflate.inflate(R.layout.list_position, null);
SearchViewActionBar.java
34
import android.widget.
TextView
;
45
private
TextView
mStatusView;
54
mStatusView = (
TextView
) findViewById(R.id.status_text);
/development/samples/AppNavigation/src/com/example/android/appnavigation/app/
AppNavHomeActivity.java
28
import android.widget.
TextView
;
115
TextView
tv = (
TextView
) convertView.getTag();
/development/samples/NFCDemo/src/com/example/android/nfc/
TagViewer.java
29
import android.widget.
TextView
;
49
TextView
mTitle;
58
mTitle = (
TextView
) findViewById(R.id.title);
/development/samples/SpinnerTest/src/com/android/example/spinner/test/
SpinnerActivityTest.java
27
import android.widget.
TextView
;
219
* Get the
TextView
widget that displays the result of selecting an item from the spinner
222
TextView
resultView =
223
(
TextView
) mActivity.findViewById(com.android.example.spinner.R.id.SpinnerResult);
Completed in 2451 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>