OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TextView
(Results
1226 - 1250
of
1355
) sorted by null
<<
41
42
43
44
45
46
47
48
49
50
>>
/frameworks/base/core/java/android/preference/
Preference.java
38
import android.widget.
TextView
;
509
final
TextView
titleView = (
TextView
) view.findViewById(
521
final
TextView
summaryView = (
TextView
) view.findViewById(
[
all
...]
/frameworks/base/core/java/android/widget/
CalendarView.java
230
private
TextView
mMonthName;
401
mMonthName = (
TextView
) content.findViewById(com.android.internal.R.id.month_name);
[
all
...]
AutoCompleteTextView.java
67
* AutoCompleteTextView
textView
= (AutoCompleteTextView)
69
*
textView
.setAdapter(adapter);
98
private
TextView
mHintView;
160
// this
TextView
, as a default anchoring point.
229
final
TextView
hintView = (
TextView
) LayoutInflater.from(getContext()).inflate(
[
all
...]
MediaController.java
82
private
TextView
mEndTime, mCurrentTime;
293
mEndTime = (
TextView
) v.findViewById(com.android.internal.R.id.time);
294
mCurrentTime = (
TextView
) v.findViewById(com.android.internal.R.id.time_current);
/frameworks/base/core/java/com/android/internal/app/
AlertController.java
55
import android.widget.
TextView
;
109
private
TextView
mTitleView;
111
private
TextView
mMessageView;
464
mTitleView = (
TextView
) mWindow.findViewById(R.id.alertTitle);
505
mMessageView = (
TextView
) mWindow.findViewById(R.id.message);
[
all
...]
ResolverActivity.java
51
import android.widget.
TextView
;
723
public
TextView
text;
724
public
TextView
text2;
728
text = (
TextView
) view.findViewById(com.android.internal.R.id.text1);
729
text2 = (
TextView
) view.findViewById(com.android.internal.R.id.text2);
/frameworks/base/packages/SystemUI/src/com/android/systemui/recent/
RecentsPanelView.java
62
import android.widget.
TextView
;
121
TextView
labelView;
122
TextView
descriptionView;
158
holder.labelView = (
TextView
) convertView.findViewById(R.id.app_label);
160
holder.descriptionView = (
TextView
) convertView.findViewById(R.id.app_description);
[
all
...]
/packages/apps/Browser/src/com/android/browser/preferences/
WebsiteSettingsFragment.java
44
import android.widget.
TextView
;
456
final
TextView
title;
457
final
TextView
subtitle;
469
title = (
TextView
) view.findViewById(R.id.title);
470
subtitle = (
TextView
) view.findViewById(R.id.subtitle);
/packages/apps/Gallery/src/com/android/camera/
MenuHelper.java
45
import android.widget.
TextView
;
189
((
TextView
) d.findViewById(valueId)).setText(text);
385
TextView
textView
= (
TextView
) d.findViewById(
387
textView
.setText(image.getTitle());
393
((
TextView
) d
[
all
...]
/packages/apps/Music/src/com/android/music/
AlbumBrowserActivity.java
63
import android.widget.
TextView
;
511
TextView
line1;
512
TextView
line2;
579
vh.line1 = (
TextView
) v.findViewById(R.id.line1);
580
vh.line2 = (
TextView
) v.findViewById(R.id.line2);
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
ConversationListFragment.java
37
import android.widget.
TextView
;
108
private
TextView
mSearchResultCountTextView;
109
private
TextView
mSearchStatusTextView;
242
mSearchStatusTextView = (
TextView
) mActivity.findViewById(R.id.search_status_text_view);
243
mSearchResultCountTextView = (
TextView
) mActivity
[
all
...]
MailActionBarView.java
43
import android.widget.
TextView
;
99
private
TextView
mLegacyTitle;
100
private
TextView
mLegacySubTitle;
193
mLegacyTitle = (
TextView
)mLegacyTitleContainer.findViewById(R.id.legacy_title);
195
(
TextView
)mLegacyTitleContainer.findViewById(R.id.legacy_subtitle);
[
all
...]
/packages/services/Telephony/src/com/android/phone/
OtaUtils.java
50
import android.widget.
TextView
;
190
public
TextView
otaTextSuccessFail;
193
public
TextView
otaTextActivate;
194
public
TextView
otaTextListenProgress;
198
public
TextView
otaTitle;
[
all
...]
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/fov/
PhotoCaptureActivity.java
42
import android.widget.
TextView
;
110
TextView
textView
= (
TextView
) findViewById(R.id.camera_fov_tap_to_take_photo);
111
textView
.setTextColor(Color.WHITE);
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/video/
CameraVideoActivity.java
39
import android.widget.
TextView
;
95
private
TextView
mStatusLabel;
232
mStatusLabel = (
TextView
) findViewById(R.id.status_label);
/development/apps/Development/src/com/android/development/
AccountsTester.java
51
import android.widget.
TextView
;
108
TextView
name;
128
holder.name = (
TextView
) convertView.findViewById(
135
// Get the ViewHolder back to get fast access to the
TextView
/development/samples/Home/src/com/example/android/home/
Home.java
57
import android.widget.
TextView
;
668
final
TextView
textView
= (
TextView
) convertView.findViewById(R.id.label);
669
textView
.setCompoundDrawablesWithIntrinsicBounds(null, icon, null, null);
670
textView
.setText(info.title);
/development/samples/LunarLander/src/com/example/android/lunarlander/
LunarView.java
35
import android.widget.
TextView
;
163
/** Message handler used by thread to interact with
TextView
*/
794
private
TextView
mStatusText;
856
public void setTextView(
TextView
textView
) {
857
mStatusText =
textView
;
[
all
...]
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/
ContentVideoView.java
25
import android.widget.
TextView
;
125
private final
TextView
mTextView;
134
mTextView = new
TextView
(context);
/frameworks/base/core/java/android/accounts/
ChooseTypeAndAccountActivity.java
37
import android.widget.
TextView
;
549
TextView
descriptionView = (
TextView
) findViewById(R.id.description);
/frameworks/base/core/java/android/app/
SearchDialog.java
52
import android.widget.
TextView
;
77
private
TextView
mBadgeLabel;
186
mBadgeLabel = (
TextView
) mSearchView.findViewById(com.android.internal.R.id.search_badge);
/frameworks/base/core/java/android/appwidget/
AppWidgetHostView.java
51
import android.widget.
TextView
;
597
TextView
tv = new
TextView
(mContext);
/hardware/ti/wpan/tools/FM/FmRxApp/src/com/ti/fmrxapp/
FmRxApp.java
47
import android.widget.
TextView
;
117
private
TextView
txtStatusMsg, txtRadioText;
118
private
TextView
txtPsText;
119
static
TextView
txtStationName;
202
public static
TextView
txtFmRxTunedFreq;
[
all
...]
/packages/apps/Browser/src/com/android/browser/
TabBar.java
42
import android.widget.
TextView
;
246
TextView
mTitle;
272
mTitle = (
TextView
) mTabContent.findViewById(R.id.title);
/packages/apps/Calendar/src/com/android/calendar/
EventInfoFragment.java
93
import android.widget.
TextView
;
351
private
TextView
mTitle;
352
private
TextView
mWhenDateTime;
353
private
TextView
mWhere;
[
all
...]
Completed in 1301 milliseconds
<<
41
42
43
44
45
46
47
48
49
50
>>