OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TextView
(Results
201 - 225
of
864
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/device/google/accessory/demokit/app/src/com/google/android/DemoKit/
InputController.java
8
import android.widget.
TextView
;
11
private
TextView
mTemperature;
12
private
TextView
mLightView;
13
private
TextView
mLightRawView;
22
mTemperature = (
TextView
) findViewById(R.id.tempValue);
23
mLightView = (
TextView
) findViewById(R.id.lightPercentValue);
24
mLightRawView = (
TextView
) findViewById(R.id.lightRawValue);
/frameworks/base/core/tests/coretests/src/android/view/
VisibilityTest.java
26
import android.widget.
TextView
;
35
private
TextView
mRefUp;
36
private
TextView
mRefDown;
37
private
TextView
mVictim;
51
mRefUp = (
TextView
) a.findViewById(R.id.refUp);
52
mRefDown = (
TextView
) a.findViewById(R.id.refDown);
53
mVictim = (
TextView
) a.findViewById(R.id.victim);
/frameworks/base/tests/LowStorageTest/src/com/android/lowstoragetest/
LowStorageTest.java
31
import android.widget.
TextView
;
55
TextView
startSizeTextView = (
TextView
) findViewById(R.id.totalsize);
124
TextView
freeSizeTextView = (
TextView
) findViewById(R.id.freesize);
126
TextView
statusTextView = (
TextView
) findViewById(R.id.status);
/packages/apps/Browser/src/com/android/browser/
HttpAuthenticationDialog.java
26
import android.widget.
TextView
;
27
import android.widget.
TextView
.OnEditorActionListener;
40
private
TextView
mUsernameView;
41
private
TextView
mPasswordView;
113
mUsernameView = (
TextView
) v.findViewById(R.id.username_edit);
114
mPasswordView = (
TextView
) v.findViewById(R.id.password_edit);
117
public boolean onEditorAction(
TextView
v, int actionId, KeyEvent event) {
/packages/apps/Camera/src/com/android/camera/
RotateDialogController.java
29
import android.widget.
TextView
;
43
private
TextView
mRotateDialogTitle;
45
private
TextView
mRotateDialogText;
46
private
TextView
mRotateDialogButton1;
47
private
TextView
mRotateDialogButton2;
65
mRotateDialogTitle = (
TextView
) v.findViewById(R.id.rotate_dialog_title);
67
mRotateDialogText = (
TextView
) v.findViewById(R.id.rotate_dialog_text);
/packages/apps/Contacts/src/com/android/contacts/calllog/
CallDetailHistoryAdapter.java
29
import android.widget.
TextView
;
133
TextView
callTypeTextView = (
TextView
) result.findViewById(R.id.call_type_text);
134
TextView
dateView = (
TextView
) result.findViewById(R.id.date);
135
TextView
durationView = (
TextView
) result.findViewById(R.id.duration);
/development/apps/Development/src/com/android/development/
PackageSummary.java
40
import android.widget.
TextView
;
46
private
TextView
mPackage;
48
private
TextView
mClass;
49
private
TextView
mLabel;
56
private
TextView
mTask;
57
private
TextView
mVersion;
58
private
TextView
mProcess;
59
private
TextView
mUid;
60
private
TextView
mSource;
61
private
TextView
mData
[
all
...]
/cts/tests/tests/widget/src/android/widget/cts/
SimpleAdapterTest.java
36
import android.widget.
TextView
;
190
assertTrue(result instanceof
TextView
);
191
assertEquals("01", ((
TextView
) result).getText().toString());
194
assertTrue(result instanceof
TextView
);
195
assertEquals("191", ((
TextView
) result).getText().toString());
199
TextView
convertView = (
TextView
) result;
201
assertEquals("01", ((
TextView
) result).getText().toString());
206
assertEquals("101", ((
TextView
) result).getText().toString());
221
assertEquals("01", ((
TextView
) result).getText().toString())
[
all
...]
TabWidgetTest.java
34
import android.widget.
TextView
;
86
TextView
tv0 = new
TextView
(mActivity);
87
TextView
tv1 = new
TextView
(mActivity);
122
tabWidget.addView(new
TextView
(mActivity));
147
tabWidget.addView(new
TextView
(mActivity));
193
tabWidget.addView(new
TextView
(mActivity));
194
tabWidget.addView(new
TextView
(mActivity));
225
View view1 = new
TextView
(mActivity)
[
all
...]
/frameworks/base/core/java/android/text/method/
LinkMovementMethod.java
27
import android.widget.
TextView
;
39
protected boolean handleMovementKey(
TextView
widget, Spannable buffer, int keyCode,
56
protected boolean up(
TextView
widget, Spannable buffer) {
65
protected boolean down(
TextView
widget, Spannable buffer) {
74
protected boolean left(
TextView
widget, Spannable buffer) {
83
protected boolean right(
TextView
widget, Spannable buffer) {
91
private boolean action(int what,
TextView
widget, Spannable buffer) {
189
public boolean onTouchEvent(
TextView
widget, Spannable buffer,
229
public void initialize(
TextView
widget, Spannable text) {
235
public void onTakeFocus(
TextView
view, Spannable text, int dir)
[
all
...]
/development/samples/ApiDemos/src/com/example/android/apis/content/
ClipboardSample.java
34
import android.widget.
TextView
;
41
TextView
mMimeTypes;
63
TextView
tv;
66
tv = (
TextView
)findViewById(R.id.styled_text);
70
tv = (
TextView
)findViewById(R.id.plain_text);
87
mMimeTypes = (
TextView
)findViewById(R.id.clip_mime_types);
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppTransferAdapter.java
48
import android.widget.
TextView
;
84
TextView
tv = (
TextView
)view.findViewById(R.id.transfer_title);
93
tv = (
TextView
)view.findViewById(R.id.targetdevice);
104
tv = (
TextView
)view.findViewById(R.id.complete_text);
125
tv = (
TextView
)view.findViewById(R.id.complete_date);
/packages/apps/Settings/src/com/android/settings/wifi/p2p/
WifiP2pDialog.java
30
import android.widget.
TextView
;
44
private
TextView
mDeviceName;
45
private
TextView
mDeviceAddress;
73
config.wps.pin = ((
TextView
) mView.findViewById(R.id.wps_pin)).
98
mDeviceName = (
TextView
) mView.findViewById(R.id.device_name);
99
mDeviceAddress = (
TextView
) mView.findViewById(R.id.device_address);
/packages/apps/Tag/src/com/android/apps/tag/record/
RecordUtils.java
36
import android.widget.
TextView
;
71
TextView
text = (
TextView
) inflater.inflate(R.layout.tag_text, parent, false);
120
TextView
text = (
TextView
) item.findViewById(R.id.secondary);
123
text = (
TextView
) item.findViewById(R.id.primary);
/cts/apps/CtsVerifier/src/com/android/cts/verifier/nfc/
NdefPushSenderActivity.java
28
import android.widget.
TextView
;
50
TextView
text = (
TextView
) findViewById(R.id.text);
/development/samples/ApiDemos/src/com/example/android/apis/app/
ActionBarUsage.java
26
import android.widget.
TextView
;
38
TextView
mSearchText;
44
mSearchText = new
TextView
(this);
RedirectMain.java
28
import android.widget.
TextView
;
96
TextView
text = (
TextView
)findViewById(R.id.text);
/development/samples/ApiDemos/src/com/example/android/apis/nfc/
ForegroundDispatch.java
30
import android.widget.
TextView
;
41
private
TextView
mText;
49
mText = (
TextView
) findViewById(R.id.text);
ForegroundNdefPush.java
26
import android.widget.
TextView
;
36
private
TextView
mText;
63
mText = (
TextView
) findViewById(R.id.text);
/development/samples/ApiDemos/src/com/example/android/apis/preference/
LaunchingPreferences.java
30
import android.widget.
TextView
;
40
private
TextView
mCounterText;
65
mCounterText = new
TextView
(this);
/development/samples/ApiDemos/src/com/example/android/apis/view/
Hover.java
34
import android.widget.
TextView
;
60
private
TextView
mMessageTextView;
70
mMessageTextView = (
TextView
) findViewById(R.id.message);
List14.java
26
import android.widget.
TextView
;
34
* to an ImageView and to a
TextView
for each row in the list.
111
holder.text = (
TextView
) convertView.findViewById(R.id.text);
116
// Get the ViewHolder back to get fast access to the
TextView
129
TextView
text;
List7.java
33
import android.widget.
TextView
;
40
private
TextView
mPhone;
58
mPhone = (
TextView
) findViewById(R.id.phone);
RadioGroup1.java
24
import android.widget.
TextView
;
34
private
TextView
mChoice;
56
mChoice = (
TextView
) findViewById(R.id.choice);
/development/samples/MultiResolution/src/com/example/android/multires/
MultiRes.java
24
import android.widget.
TextView
;
70
TextView
statusText = (
TextView
) findViewById(R.id.status_text);
Completed in 1796 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>