OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TextView
(Results
876 - 900
of
1355
) sorted by null
<<
31
32
33
34
35
36
37
38
39
40
>>
/frameworks/base/packages/SystemUI/src/com/android/systemui/usb/
UsbStorageActivity.java
47
import android.widget.
TextView
;
65
private
TextView
mBanner;
66
private
TextView
mMessage;
123
mBanner = (
TextView
) findViewById(com.android.internal.R.id.banner);
124
mMessage = (
TextView
) findViewById(com.android.internal.R.id.message);
/packages/apps/Contacts/src/com/android/contacts/
SplitAggregateView.java
36
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/group/
SuggestedMemberListAdapter.java
37
import android.widget.
TextView
;
136
TextView
text1 = (
TextView
) result.findViewById(R.id.text1);
137
TextView
text2 = (
TextView
) result.findViewById(R.id.text2);
/packages/apps/DeskClock/src/com/android/deskclock/worldclock/
WorldClockAdapter.java
27
import android.widget.
TextView
;
250
TextView
name = (
TextView
)(nameLayout.findViewById(R.id.city_name));
251
TextView
dayOfWeek = (
TextView
)(nameLayout.findViewById(R.id.city_day));
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/ui/
ExportDialog.java
33
import android.widget.
TextView
;
48
TextView
mSeekVal;
51
TextView
mEstimatedSize;
99
mSeekVal = (
TextView
) view.findViewById(R.id.qualityTextView);
106
mEstimatedSize = (
TextView
) view.findViewById(R.id.estimadedSize);
/packages/apps/PackageInstaller/src/com/android/packageinstaller/
InstallAppProgress.java
42
import android.widget.
TextView
;
67
private
TextView
mStatusTextView;
68
private
TextView
mExplanationTextView;
252
mStatusTextView = (
TextView
)findViewById(R.id.center_text);
254
mExplanationTextView = (
TextView
) findViewById(R.id.center_explanation);
/packages/apps/Settings/src/com/android/settings/
DeviceAdminSettings.java
42
import android.widget.
TextView
;
150
TextView
name;
152
TextView
description;
208
h.name = (
TextView
)v.findViewById(R.id.name);
210
h.description = (
TextView
)v.findViewById(R.id.description);
CredentialStorage.java
39
import android.widget.
TextView
;
415
private final
TextView
mOldPassword;
416
private final
TextView
mError;
432
((
TextView
) view.findViewById(R.id.hint)).setText(text);
433
mOldPassword = (
TextView
) view.findViewById(R.id.old_password);
436
mError = (
TextView
) view.findViewById(R.id.error);
/packages/apps/Settings/src/com/android/settings/bluetooth/
BluetoothPermissionActivity.java
31
import android.widget.
TextView
;
52
private
TextView
messageView;
164
messageView = (
TextView
)mView.findViewById(R.id.message);
173
messageView = (
TextView
)mView.findViewById(R.id.message);
182
messageView = (
TextView
)mView.findViewById(R.id.message);
/packages/apps/Settings/src/com/android/settings/inputmethod/
InputMethodPreference.java
45
import android.widget.
TextView
;
63
private
TextView
mTitleText;
64
private
TextView
mSummaryText;
109
mTitleText = (
TextView
)view.findViewById(android.R.id.title);
110
mSummaryText = (
TextView
)view.findViewById(android.R.id.summary);
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
ConversationSyncDisabledTipView.java
35
import android.widget.
TextView
;
68
private
TextView
mText1;
69
private
TextView
mText2;
164
mText1 = (
TextView
) findViewById(R.id.text_line1);
165
mText2 = (
TextView
) findViewById(R.id.text_line2);
/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/services/Telephony/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/UnifiedEmail/src/com/android/mail/browse/
MessageHeaderView.java
46
import android.widget.
TextView
;
110
private
TextView
mSenderNameView;
111
private
TextView
mSenderEmailView;
112
private
TextView
mDateView;
113
private
TextView
mSnippetView;
121
private
TextView
mImagePromptView;
127
private
TextView
mUpperDateView;
272
mSenderNameView = (
TextView
) findViewById(R.id.sender_name);
273
mSenderEmailView = (
TextView
) findViewById(R.id.sender_email);
274
mDateView = (
TextView
) findViewById(R.id.send_date)
[
all
...]
/cts/tests/tests/view/src/android/view/cts/
View_UsingViewsTest.java
37
import android.widget.
TextView
;
77
private
TextView
mSymbolTextView;
78
private
TextView
mWarningTextView;
94
mSymbolTextView = (
TextView
) mActivity.findViewById(R.id.symbolball);
95
mWarningTextView = (
TextView
) mActivity.findViewById(R.id.warning);
166
TextView
v = new
TextView
(mActivity);
256
TextView
t = (
TextView
) parent.findViewById(0x5555);
WindowTest.java
60
import android.widget.
TextView
;
145
TextView
v = (
TextView
) mWindow.findViewById(R.id.listview_window);
222
TextView
addedView = (
TextView
) mWindow.findViewById(R.id.listview_addwindow);
225
TextView
view = (
TextView
) mWindow.findViewById(R.id.listview_window);
226
addedView = (
TextView
) mWindow.findViewById(R.id.listview_addwindow);
249
TextView
v = (
TextView
) mWindow.findViewById(R.id.listview_window)
[
all
...]
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
KeyguardTransportControlView.java
52
import android.widget.
TextView
;
72
private
TextView
mTrackTitle;
73
private
TextView
mTrackArtistAlbum;
77
private
TextView
mTransientSeekTimeElapsed;
78
private
TextView
mTransientSeekTimeTotal;
328
mTrackTitle = (
TextView
) findViewById(R.id.title);
329
mTrackArtistAlbum = (
TextView
) findViewById(R.id.artist_album);
333
mTransientSeekTimeElapsed = (
TextView
) findViewById(R.id.transient_seek_time_elapsed);
334
mTransientSeekTimeTotal = (
TextView
) findViewById(R.id.transient_seek_time_remaining);
/packages/apps/Calendar/src/com/android/calendar/event/
EditEventView.java
67
import android.widget.
TextView
;
68
import android.widget.
TextView
.OnEditorActionListener;
122
TextView
mLoadingMessage;
133
TextView
mStartTimeHome;
134
TextView
mStartDateHome;
135
TextView
mEndTimeHome;
136
TextView
mEndDateHome;
143
TextView
mTitleTextView;
146
TextView
mDescriptionTextView;
147
TextView
mWhenView
[
all
...]
/packages/experimental/LoaderApp/src/com/android/loaderapp/
ContactHeaderWidget.java
51
import android.widget.
TextView
;
65
private
TextView
mDisplayNameView;
67
private
TextView
mPhoneticNameView;
71
private
TextView
mStatusView;
72
private
TextView
mStatusAttributionView;
174
mDisplayNameView = (
TextView
) findViewById(R.id.name);
176
mPhoneticNameView = (
TextView
) findViewById(R.id.phonetic_name);
182
mStatusView = (
TextView
)findViewById(R.id.status);
183
mStatusAttributionView = (
TextView
)findViewById(R.id.status_date);
/pdk/apps/TestingCamera2/src/com/android/testingcamera2/
TestingCamera2.java
43
import android.widget.
TextView
;
78
private
TextView
mSensitivityInfoView;
79
private
TextView
mExposureInfoView;
80
private
TextView
mFrameDurationInfoView;
81
private
TextView
mCaptureResultView;
127
mSensitivityInfoView = (
TextView
) findViewById(R.id.sensitivity_bar_label);
128
mExposureInfoView = (
TextView
) findViewById(R.id.exposure_time_bar_label);
129
mFrameDurationInfoView = (
TextView
) findViewById(R.id.frame_duration_bar_label);
130
mCaptureResultView = (
TextView
) findViewById(R.id.capture_result_info_label);
/packages/apps/Music/src/com/android/music/
MediaPlaybackActivity.java
64
import android.widget.
TextView
;
108
mCurrentTime = (
TextView
) findViewById(R.id.currenttime);
109
mTotalTime = (
TextView
) findViewById(R.id.totaltime);
112
mArtistName = (
TextView
) findViewById(R.id.artistname);
113
mAlbumName = (
TextView
) findViewById(R.id.albumname);
114
mTrackName = (
TextView
) findViewById(R.id.trackname);
164
TextView
textViewForContainer(View v) {
166
if (vv != null) return (
TextView
) vv;
168
if (vv != null) return (
TextView
) vv;
170
if (vv != null) return (
TextView
) vv
[
all
...]
/cts/tests/tests/widget/src/android/widget/cts/
ArrayAdapterTest.java
27
import android.widget.
TextView
;
121
final
TextView
textView
= new
TextView
(mContext);
122
textView
.setText(STR3);
134
assertEquals(STR1, ((
TextView
) mArrayAdapter.getView(0, null, null)).getText());
135
assertEquals(STR2, ((
TextView
) mArrayAdapter.getView(1, null, null)).getText());
136
assertEquals(STR3, ((
TextView
) mArrayAdapter.getDropDownView(2, null, null)).getText());
138
assertEquals(STR3,
textView
.getText());
139
assertSame(
textView
, mArrayAdapter.getView(0, textView, null))
[
all
...]
/packages/apps/Calendar/src/com/android/calendar/month/
SimpleDayPickerFragment.java
41
import android.widget.
TextView
;
110
protected
TextView
mMonthName;
232
mMonthName = (
TextView
) getView().findViewById(R.id.month_name);
318
TextView
label = (
TextView
) mDayNamesHeader.findViewById(R.id.wk_label);
326
label = (
TextView
) mDayNamesHeader.getChildAt(i);
/packages/apps/Dialer/tests/src/com/android/dialer/
CallDetailActivityTest.java
35
import android.widget.
TextView
;
199
// Find the
TextView
containing the duration. It should be initially displaying "00:00".
200
List<
TextView
> views = mTestUtils.getTextViewsWithString(mActivityUnderTest, "00:00");
202
TextView
timeDisplay = views.get(0);
309
private
TextView
assertHasOneTextViewContaining(String text) throws Throwable {
311
List<
TextView
> views = mTestUtils.getTextViewsWithString(mActivityUnderTest, text);
312
assertEquals("There should have been one
TextView
with text '" + text + "' but found "
319
List<
TextView
> views = mTestUtils.getTextViewsWithString(mActivityUnderTest, text);
/packages/apps/Mms/src/com/android/mms/ui/
SlideView.java
42
import android.widget.
TextView
;
63
private
TextView
mTextView;
177
TextView
audioName = (
TextView
) mAudioInfoView.findViewById(R.id.name);
240
mTextView = new
TextView
(mContext);
445
* 2. The
TextView
is fixed in the small area of screen, and other part of screen
448
* 3. The
TextView
is scrollable in a small area of screen and the font size is
519
mTextView = new
TextView
(mContext);
Completed in 845 milliseconds
<<
31
32
33
34
35
36
37
38
39
40
>>