OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TextView
(Results
651 - 675
of
1057
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
>>
/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);
/frameworks/ex/chips/src/com/android/ex/chips/
RecipientAlternatesAdapter.java
30
import android.widget.
TextView
;
262
TextView
display = (
TextView
) view.findViewById(android.R.id.title);
276
TextView
destination = (
TextView
) view.findViewById(android.R.id.text1);
279
TextView
destinationType = (
TextView
) view.findViewById(android.R.id.text2);
/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/Contacts/src/com/android/contacts/calllog/
CallLogFragment.java
46
import android.widget.
TextView
;
85
private
TextView
mStatusMessageText;
86
private
TextView
mStatusMessageAction;
87
private
TextView
mFilterStatusView;
214
mStatusMessageText = (
TextView
) view.findViewById(R.id.voicemail_status_message);
215
mStatusMessageAction = (
TextView
) view.findViewById(R.id.voicemail_status_action);
216
mFilterStatusView = (
TextView
) view.findViewById(R.id.filter_status);
/packages/apps/Contacts/src/com/android/contacts/voicemail/
VoicemailPlaybackFragment.java
40
import android.widget.
TextView
;
206
(
TextView
) playbackLayout.findViewById(R.id.playback_position_text),
207
(
TextView
) playbackLayout.findViewById(R.id.playback_speed_text));
416
* Controls a
TextView
with dynamically changing text.
434
private final
TextView
mPermanentTextView;
435
private final
TextView
mTemporaryTextView;
438
public TextViewWithMessagesController(
TextView
permanentTextView,
439
TextView
temporaryTextView) {
/packages/apps/DeskClock/src/com/android/deskclock/worldclock/
CitiesActivity.java
39
import android.widget.
TextView
;
133
TextView
header = (
TextView
)view.findViewById(R.id.header);
141
TextView
name = (
TextView
)view.findViewById(R.id.city_name);
142
TextView
tz = (
TextView
)view.findViewById(R.id.city_time);
WorldClockAdapter.java
26
import android.widget.
TextView
;
208
TextView
name = (
TextView
)(nameLayout.findViewById(R.id.city_name));
209
TextView
dayOfWeek = (
TextView
)(nameLayout.findViewById(R.id.city_day));
/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
;
177
TextView
messageView = (
TextView
) view.findViewById(R.id.message);
178
TextView
messageView2 = (
TextView
) view.findViewById(R.id.message_below_pin);
222
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
...]
/packages/apps/Calendar/src/com/android/calendar/event/
EditEventView.java
72
import android.widget.
TextView
;
73
import android.widget.
TextView
.OnEditorActionListener;
124
TextView
mLoadingMessage;
132
TextView
mStartTimeHome;
133
TextView
mStartDateHome;
134
TextView
mEndTimeHome;
135
TextView
mEndDateHome;
143
TextView
mLocationTextView;
144
TextView
mDescriptionTextView;
145
TextView
mWhenView
[
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
;
298
} else if (view instanceof
TextView
) {
299
((
TextView
) view).setText((String) data);
322
((
TextView
) (findViewById(R.id.fs_warnings))).setVisibility(View.GONE);
324
((
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);
/frameworks/base/core/java/android/text/util/
Linkify.java
27
import android.widget.
TextView
;
247
* Scans the text of the provided
TextView
and turns all occurrences of
249
* are found the movement method for the
TextView
is set to
252
public static final boolean addLinks(
TextView
text, int mask) {
280
private static final void addLinkMovementMethod(
TextView
t) {
291
* Applies a regex to the text of a
TextView
turning the matches into
296
* @param text
TextView
whose text is to be marked-up with links
302
public static final void addLinks(
TextView
text, Pattern pattern, String scheme) {
307
* Applies a regex to the text of a
TextView
turning the matches into
312
* @param text
TextView
whose text is to be marked-up with link
[
all
...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/usb/
UsbStorageActivity.java
47
import android.widget.
TextView
;
67
private
TextView
mBanner;
68
private
TextView
mMessage;
125
mBanner = (
TextView
) findViewById(com.android.internal.R.id.banner);
126
mMessage = (
TextView
) findViewById(com.android.internal.R.id.message);
/packages/apps/Calendar/src/com/android/calendar/selectcalendars/
SelectCalendarsSimpleAdapter.java
37
import android.widget.
TextView
;
209
TextView
calendarName = (
TextView
) view.findViewById(R.id.calendar);
229
TextView
secondaryText = (
TextView
) view.findViewById(R.id.status);
/packages/apps/Contacts/src/com/android/contacts/
SplitAggregateView.java
36
import android.widget.
TextView
;
214
TextView
name;
215
TextView
additionalData;
240
cache.name = (
TextView
)convertView.findViewById(R.id.name);
241
cache.additionalData = (
TextView
)convertView.findViewById(R.id.additionalData);
/packages/apps/Contacts/src/com/android/contacts/group/
SuggestedMemberListAdapter.java
37
import android.widget.
TextView
;
135
TextView
text1 = (
TextView
) result.findViewById(R.id.text1);
136
TextView
text2 = (
TextView
) result.findViewById(R.id.text2);
/packages/apps/PackageInstaller/src/com/android/packageinstaller/
InstallAppProgress.java
41
import android.widget.
TextView
;
61
private
TextView
mStatusTextView;
62
private
TextView
mExplanationTextView;
240
mStatusTextView = (
TextView
)findViewById(R.id.center_text);
242
mExplanationTextView = (
TextView
) findViewById(R.id.center_explanation);
/packages/apps/Phone/src/com/android/phone/
ChangeIccPinScreen.java
34
import android.widget.
TextView
;
66
private
TextView
mBadPinError;
67
private
TextView
mMismatchError;
115
mBadPinError = (
TextView
) findViewById(R.id.bad_pin);
116
mMismatchError = (
TextView
) findViewById(R.id.mismatch);
/packages/apps/Settings/src/com/android/settings/inputmethod/
InputMethodPreference.java
41
import android.widget.
TextView
;
60
private
TextView
mTitleText;
61
private
TextView
mSummaryText;
106
mTitleText = (
TextView
)view.findViewById(android.R.id.title);
107
mSummaryText = (
TextView
)view.findViewById(android.R.id.summary);
Completed in 653 milliseconds
<<
21
22
23
24
25
26
27
28
29
30
>>