OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TextView
(Results
851 - 875
of
1355
) sorted by null
<<
31
32
33
34
35
36
37
38
39
40
>>
/packages/apps/Mms/tests/src/com/android/mms/ui/
MultiPartSmsTests.java
35
import android.widget.
TextView
;
/packages/apps/UnifiedEmail/src/com/android/mail/adapter/
DrawerItem.java
34
import android.widget.
TextView
;
363
final
TextView
headerView;
365
headerView = (
TextView
) convertView;
367
headerView = (
TextView
) mInflater.inflate(
/packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
AlbumDataAdapter.java
27
import android.widget.
TextView
;
97
if (vTextView != null && vTextView instanceof
TextView
) {
98
TextView
textView
= (
TextView
) vTextView;
99
textView
.setText(data.title);
SectionedAlbumDataAdapter.java
26
import android.widget.
TextView
;
185
if (vTextView != null && vTextView instanceof
TextView
) {
186
TextView
textView
= (
TextView
) vTextView;
187
textView
.setText((String) getItem(position));
/cts/tests/src/android/widget/cts/util/
ListScenario.java
36
import android.widget.
TextView
;
48
private
TextView
mHeaderTextView;
322
TextView
header = mHeadersFocusable ?
324
new
TextView
(this);
330
TextView
header = new
TextView
(this);
374
mHeaderTextView = new
TextView
(this);
/cts/tests/tests/widget/src/android/widget/cts/
SimpleCursorAdapterTest.java
34
import android.widget.
TextView
;
110
TextView
listItem = (
TextView
) mSimpleCursorAdapter.newView(mContext, null, null);
146
fail("Should throw IllegalStateException if the view is not
TextView
or ImageView");
168
TextView
view = new
TextView
(mContext);
333
TextView
listItem = (
TextView
) mSimpleCursorAdapter.newView(mContext, null, null);
/development/apps/Development/src/com/android/development/
SyncAdapterDriver.java
43
import android.widget.
TextView
;
61
private
TextView
mBoundAdapterTextView;
64
private
TextView
mStatusTextView;
81
mBoundAdapterTextView = (
TextView
) findViewById(R.id.bound_adapter_text_view);
86
mStatusTextView = (
TextView
) findViewById(R.id.status_text_view);
217
TextView
item = (
TextView
) view;
/development/apps/GestureBuilder/src/com/android/gesture/builder/
GestureBuilderActivity.java
33
import android.widget.
TextView
;
82
private
TextView
mEmpty;
100
mEmpty = (
TextView
) findViewById(android.R.id.empty);
195
menu.setHeaderTitle(((
TextView
) info.targetView).getText());
243
((
TextView
) layout.findViewById(R.id.label)).setText(R.string.gestures_rename_label);
428
final
TextView
label = (
TextView
) convertView;
/development/samples/ApiDemos/src/com/example/android/apis/app/
PrintCustomContent.java
43
import android.widget.
TextView
;
550
TextView
yearView = (
TextView
) convertView.findViewById(R.id.year);
553
TextView
championView = (
TextView
) convertView.findViewById(R.id.champion);
556
TextView
constructorView = (
TextView
) convertView.findViewById(R.id.constructor);
/development/samples/ApiDemos/src/com/example/android/apis/view/
GameControllerInput.java
39
import android.widget.
TextView
;
486
TextView
textView
= (
TextView
) view;
487
textView
.setText(mLabel);
495
private
TextView
mContentView;
508
TextView
textView
= (
TextView
) view.findViewById(R.id.label);
509
textView
.setText(mLabel)
[
all
...]
/frameworks/base/core/tests/coretests/src/android/util/
ListScenario.java
30
import android.widget.
TextView
;
47
private
TextView
mHeaderTextView;
323
TextView
header = mHeadersFocusable ?
325
new
TextView
(this);
331
TextView
header = new
TextView
(this);
375
mHeaderTextView = new
TextView
(this);
/packages/apps/Browser/src/com/android/browser/
PieControl.java
32
import android.widget.
TextView
;
53
protected
TextView
mTabsCount;
266
mTabsCount = (
TextView
) v.findViewById(R.id.label);
316
TextView
title1 = (
TextView
) view.findViewById(R.id.title1);
317
TextView
title2 = (
TextView
) view.findViewById(R.id.title2);
/packages/apps/Dialer/src/com/android/dialer/voicemail/
VoicemailPlaybackFragment.java
40
import android.widget.
TextView
;
231
(
TextView
) playbackLayout.findViewById(R.id.playback_position_text),
232
(
TextView
) playbackLayout.findViewById(R.id.playback_speed_text));
441
* Controls a
TextView
with dynamically changing text.
459
private final
TextView
mPermanentTextView;
460
private final
TextView
mTemporaryTextView;
463
public TextViewWithMessagesController(
TextView
permanentTextView,
464
TextView
temporaryTextView) {
/packages/apps/Launcher3/src/com/android/launcher3/
LauncherClings.java
33
import android.widget.
TextView
;
134
final
TextView
ccHint = (
TextView
) cling.findViewById(R.id.custom_content_hint);
188
TextView
sbHint = (
TextView
) cling.findViewById(R.id.search_bar_hint);
219
TextView
sbHint = (
TextView
) cling.findViewById(R.id.search_bar_hint);
/packages/apps/Mms/src/com/android/mms/ui/
SearchActivity.java
46
import android.widget.
TextView
;
64
// Track which
TextView
's show which Contact objects so that we can update
66
private HashMap<Contact,
TextView
> mContactMap = new HashMap<Contact,
TextView
>();
70
* Subclass of
TextView
which displays a snippet of text which matches the full text and
73
public static class TextViewSnippet extends
TextView
{
192
TextView
tv = mContactMap.get(updated);
315
final
TextView
title = (
TextView
)(view.findViewById(R.id.title));
SlideshowEditActivity.java
38
import android.widget.
TextView
;
130
TextView
text = (
TextView
) v.findViewById(R.id.slide_number_text);
133
text = (
TextView
) v.findViewById(R.id.text_preview);
381
TextView
text;
382
text = (
TextView
) slideListItemView.findViewById(R.id.slide_number_text);
387
text = (
TextView
) slideListItemView.findViewById(R.id.duration_text);
/packages/apps/Music/src/com/android/music/
AudioPreview.java
47
import android.widget.
TextView
;
60
private
TextView
mTextLine1;
61
private
TextView
mTextLine2;
62
private
TextView
mLoadingText;
93
mTextLine1 = (
TextView
) findViewById(R.id.line1);
94
mTextLine2 = (
TextView
) findViewById(R.id.line2);
95
mLoadingText = (
TextView
) findViewById(R.id.loading);
/packages/apps/Settings/src/com/android/settings/bluetooth/
BluetoothPairingDialog.java
39
import android.widget.
TextView
;
179
TextView
messageView = (
TextView
) view.findViewById(R.id.message);
180
TextView
messageView2 = (
TextView
) view.findViewById(R.id.message_below_pin);
225
TextView
messageView = (
TextView
) view.findViewById(R.id.message);
/cts/tests/tests/text/src/android/text/method/cts/
LinkMovementMethodTest.java
33
import android.widget.
TextView
;
34
import android.widget.
TextView
.BufferType;
50
private
TextView
mView;
68
mView = new
TextView
(getActivity());
132
method.onTakeFocus(new
TextView
(getActivity()), null, View.FOCUS_RIGHT);
231
assertFalse(method.onKeyUp(new
TextView
(getActivity()), null, 0, null));
509
protected boolean down(
TextView
widget, Spannable buffer) {
514
protected boolean left(
TextView
widget, Spannable buffer) {
519
protected boolean right(
TextView
widget, Spannable buffer) {
524
protected boolean up(
TextView
widget, Spannable buffer)
[
all
...]
/cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
MessageTestActivity.java
40
import android.widget.
TextView
;
69
private
TextView
mEmptyReceivedView;
70
private
TextView
mEmptySentView;
110
mEmptyReceivedView = (
TextView
) findViewById(R.id.bt_empty_received_messages);
113
mEmptySentView = (
TextView
) findViewById(R.id.bt_empty_sent_messages);
/cts/apps/CtsVerifier/src/com/android/cts/verifier/features/
FeatureSummaryActivity.java
37
import android.widget.
TextView
;
327
} else if (view instanceof
TextView
) {
328
((
TextView
) view).setText((String) data);
351
((
TextView
) (findViewById(R.id.fs_warnings))).setVisibility(View.GONE);
353
((
TextView
) (findViewById(R.id.fs_warnings))).setText(warnings);
/development/samples/BluetoothHDP/src/com/example/bluetooth/health/
BluetoothHDPActivity.java
43
import android.widget.
TextView
;
63
private
TextView
mConnectIndicator;
65
private
TextView
mStatusMessage;
138
mConnectIndicator = (
TextView
) findViewById(R.id.connect_ind);
139
mStatusMessage = (
TextView
) findViewById(R.id.status_msg);
/development/samples/training/location-aware/src/com/example/android/location/
LocationActivity.java
40
import android.widget.
TextView
;
48
private
TextView
mLatLng;
49
private
TextView
mAddress;
88
mLatLng = (
TextView
) findViewById(R.id.latlng);
89
mAddress = (
TextView
) findViewById(R.id.address);
/external/chromium_org/remoting/android/java/src/org/chromium/chromoting/
Chromoting.java
28
import android.widget.
TextView
;
79
private
TextView
mGreeting;
97
mGreeting = (
TextView
)findViewById(R.id.hostList_greeting);
367
TextView
target = (
TextView
)super.getView(position, convertView, parent);
/external/chromium_org/remoting/android/java/src/org/chromium/chromoting/jni/
JniInterface.java
20
import android.widget.
TextView
;
206
final
TextView
pinTextView = (
TextView
)pinEntry.findViewById(R.id.pin_dialog_text);
239
new
TextView
.OnEditorActionListener() {
241
public boolean onEditorAction(
TextView
v, int actionId, KeyEvent event) {
Completed in 1764 milliseconds
<<
31
32
33
34
35
36
37
38
39
40
>>