OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TextView
(Results
526 - 550
of
864
) 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);
/packages/apps/Contacts/src/com/android/contacts/voicemail/
VoicemailPlaybackFragment.java
48
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/Mms/src/com/android/mms/ui/
SearchActivity.java
50
import android.widget.
TextView
;
67
// Track which
TextView
's show which Contact objects so that we can update
69
private HashMap<Contact,
TextView
> mContactMap = new HashMap<Contact,
TextView
>();
73
* Subclass of
TextView
which displays a snippet of text which matches the full text and
76
public static class TextViewSnippet extends
TextView
{
194
TextView
tv = mContactMap.get(updated);
312
final
TextView
title = (
TextView
)(view.findViewById(R.id.title));
SlideshowEditActivity.java
44
import android.widget.
TextView
;
125
TextView
text = (
TextView
) v.findViewById(R.id.slide_number_text);
128
text = (
TextView
) v.findViewById(R.id.text_preview);
375
TextView
text;
376
text = (
TextView
) slideListItemView.findViewById(R.id.slide_number_text);
381
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);
/packages/apps/Settings/src/com/android/settings/
AccessibilityTutorialActivity.java
48
import android.widget.
TextView
;
240
final
TextView
text = (
TextView
) view.findViewById(mTextViewResourceId);
259
protected void populateView(
TextView
text, CharSequence label, Drawable icon) {
430
protected void populateView(
TextView
text, CharSequence label, Drawable icon) {
512
private final
TextView
mInstructions;
546
mInstructions = (
TextView
) container.findViewById(R.id.instructions);
556
final
TextView
title = (
TextView
) container.findViewById(R.id.title);
693
public static class TutorialTextView extends
TextView
{
[
all
...]
/cts/apps/CtsVerifier/src/com/android/cts/verifier/audioquality/
AudioQualityVerifierActivity.java
40
import android.widget.
TextView
;
249
TextView
nameField = (
TextView
) row.findViewById(R.id.testName);
250
TextView
scoreField = (
TextView
) row.findViewById(R.id.testScore);
/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);
/cts/tests/tests/widget/src/android/widget/cts/
SimpleCursorTreeAdapterTest.java
36
import android.widget.
TextView
;
134
TextView
view = new
TextView
(mContext);
157
TextView
view = new
TextView
(mContext);
/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);
/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
42
import android.widget.
TextView
;
217
TextView
name;
218
TextView
additionalData;
243
cache.name = (
TextView
)convertView.findViewById(R.id.name);
244
cache.additionalData = (
TextView
)convertView.findViewById(R.id.additionalData);
/packages/apps/Contacts/src/com/android/contacts/calllog/
CallLogFragment.java
52
import android.widget.
TextView
;
80
private
TextView
mStatusMessageText;
81
private
TextView
mStatusMessageAction;
161
mStatusMessageText = (
TextView
) view.findViewById(R.id.voicemail_status_message);
162
mStatusMessageAction = (
TextView
) view.findViewById(R.id.voicemail_status_action);
/packages/apps/Contacts/src/com/android/contacts/group/
SuggestedMemberListAdapter.java
40
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
42
import android.widget.
TextView
;
61
private
TextView
mStatusTextView;
62
private
TextView
mExplanationTextView;
227
mStatusTextView = (
TextView
)findViewById(R.id.center_text);
229
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
;
58
private
TextView
mTitleText;
59
private
TextView
mSummaryText;
103
mTitleText = (
TextView
)view.findViewById(android.R.id.title);
104
mSummaryText = (
TextView
)view.findViewById(android.R.id.summary);
/packages/apps/VideoEditor/src/com/android/videoeditor/
ProjectsActivity.java
35
import android.widget.
TextView
;
202
final
TextView
tv =
203
(
TextView
)((AlertDialog)dialog).findViewById(R.id.text_1);
273
final
TextView
inputField =
274
(
TextView
) newProjectDialog.findViewById(R.id.text_1);
/packages/wallpapers/LivePicker/src/com/android/wallpaper/livepicker/
LiveWallpaperListAdapter.java
41
import android.widget.
TextView
;
104
holder.title = (
TextView
) convertView.findViewById(R.id.title);
105
holder.description = (
TextView
) convertView.findViewById(R.id.description);
145
TextView
title;
146
TextView
description;
/packages/apps/Calendar/src/com/android/calendar/event/
EditEventView.java
87
import android.widget.
TextView
;
107
TextView
mLoadingMessage;
115
TextView
mStartTimeHome;
116
TextView
mStartDateHome;
117
TextView
mEndTimeHome;
118
TextView
mEndDateHome;
125
TextView
mTitleTextView;
126
TextView
mLocationTextView;
127
TextView
mDescriptionTextView;
128
TextView
mWhenView
[
all
...]
/cts/tests/tests/view/src/android/view/cts/
View_UsingViewsTest.java
40
import android.widget.
TextView
;
80
private
TextView
mSymbolTextView;
81
private
TextView
mWarningTextView;
97
mSymbolTextView = (
TextView
) mActivity.findViewById(R.id.symbolball);
98
mWarningTextView = (
TextView
) mActivity.findViewById(R.id.warning);
346
TextView
v = new
TextView
(mActivity);
436
TextView
t = (
TextView
) parent.findViewById(0x5555);
Completed in 1914 milliseconds
<<
21
22
23
24
25
26
27
28
29
30
>>