OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TextView
(Results
751 - 775
of
1057
) sorted by null
<<
31
32
33
34
35
36
37
38
39
40
>>
/packages/apps/Contacts/src/com/android/contacts/group/
GroupBrowseListFragment.java
43
import android.widget.
TextView
;
84
private
TextView
mEmptyView;
112
mEmptyView = (
TextView
)mRootView.findViewById(R.id.empty);
/packages/apps/Contacts/src/com/android/contacts/interactions/
ImportExportDialogFragment.java
37
import android.widget.
TextView
;
86
final
TextView
result = (
TextView
)(convertView != null ? convertView :
/packages/apps/Contacts/src/com/android/contacts/list/
ContactTileListFragment.java
33
import android.widget.
TextView
;
59
private
TextView
mEmptyView;
87
mEmptyView = (
TextView
) listLayout.findViewById(R.id.contact_tile_list_empty);
JoinContactListAdapter.java
31
import android.widget.
TextView
;
144
((
TextView
) view.findViewById(R.id.text)).setText(
150
((
TextView
) view.findViewById(R.id.text)).setText(
/packages/apps/Contacts/tests/src/com/android/contacts/activities/
PeopleActivityTest.java
33
import android.widget.
TextView
;
158
TextView
nameText = (
TextView
) detailFragment.getView().findViewById(R.id.name);
/packages/apps/DeskClock/src/com/android/deskclock/stopwatch/
StopwatchFragment.java
26
import android.widget.
TextView
;
49
private
TextView
mCenterButton;
103
TextView
count = (
TextView
)lapInfo.findViewById(R.id.lap_number);
104
TextView
lapTime = (
TextView
)lapInfo.findViewById(R.id.lap_time);
105
TextView
toalTime = (
TextView
)lapInfo.findViewById(R.id.lap_total);
251
mCenterButton = (
TextView
)v.findViewById(R.id.stopwatch_stop);
441
CharSequence label = ((
TextView
) view.findViewById(R.id.title)).getText()
[
all
...]
/packages/apps/Email/src/com/android/email/activity/setup/
AccountSettingsEditQuickResponsesFragment.java
44
import android.widget.
TextView
;
67
// Helper class to place a
TextView
alongside "Delete" icon in the ListView
250
TextView
emptyView = (
TextView
)
DebugFragment.java
38
import android.widget.
TextView
;
42
private
TextView
mVersionView;
63
mVersionView = (
TextView
) UiUtilities.getView(view, R.id.version);
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/
HistoryAdapter.java
26
import android.widget.
TextView
;
190
TextView
itemView = (
TextView
) view.findViewById(R.id.rowTextView);
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
PopupList.java
32
import android.widget.
TextView
;
201
TextView
text = (
TextView
) convertView.findViewById(android.R.id.text1);
/packages/apps/Music/src/com/android/music/
CreatePlaylist.java
36
import android.widget.
TextView
;
41
private
TextView
mPrompt;
54
mPrompt = (
TextView
)findViewById(R.id.prompt);
RenamePlaylist.java
34
import android.widget.
TextView
;
40
private
TextView
mPrompt;
55
mPrompt = (
TextView
)findViewById(R.id.prompt);
/packages/apps/PackageInstaller/src/com/android/packageinstaller/
UninstallAppProgress.java
34
import android.widget.
TextView
;
49
private
TextView
mStatusTextView;
140
mStatusTextView = (
TextView
) findViewById(R.id.center_text);
/packages/apps/Phone/src/com/android/phone/
IccNetworkDepersonalizationPanel.java
35
import android.widget.
TextView
;
61
private
TextView
mStatusText;
149
mStatusText = (
TextView
) findViewById(R.id.status_text);
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/
DefaultSuggestionView.java
38
import android.widget.
TextView
;
70
mText1 = (
TextView
) findViewById(R.id.text1);
71
mText2 = (
TextView
) findViewById(R.id.text2);
/packages/apps/Settings/src/com/android/settings/
MasterClear.java
41
import android.widget.
TextView
;
221
TextView
child = (
TextView
)inflater.inflate(R.layout.master_clear_account,
/packages/apps/Settings/src/com/android/settings/bluetooth/
BluetoothNameDialogFragment.java
40
import android.widget.
TextView
;
134
mDeviceNameView.setOnEditorActionListener(new
TextView
.OnEditorActionListener() {
136
public boolean onEditorAction(
TextView
v, int actionId, KeyEvent event) {
/packages/apps/Settings/src/com/android/settings/wifi/
WifiApDialog.java
34
import android.widget.
TextView
;
54
private
TextView
mSsid;
130
mSsid = (
TextView
) mView.findViewById(R.id.ssid);
WpsDialog.java
34
import android.widget.
TextView
;
50
private
TextView
mTextView;
137
mTextView = (
TextView
) mView.findViewById(R.id.wps_dialog_txt);
/packages/apps/Stk/src/com/android/stk/
StkMenuActivity.java
32
import android.widget.
TextView
;
50
private
TextView
mTitleTextView = null;
85
mTitleTextView = (
TextView
) findViewById(R.id.title_text);
/packages/providers/DownloadProvider/ui/src/com/android/providers/downloads/ui/
DownloadAdapter.java
34
import android.widget.
TextView
;
200
TextView
view = (
TextView
) parent.findViewById(textViewId);
/packages/providers/MediaProvider/src/com/android/providers/media/
RingtonePickerActivity.java
32
import android.widget.
TextView
;
217
TextView
textView
= (
TextView
) getLayoutInflater().inflate(
219
textView
.setText(textResId);
220
listView.addHeaderView(
textView
);
/packages/wallpapers/LivePicker/src/com/android/wallpaper/livepicker/
LiveWallpaperListAdapter.java
41
import android.widget.
TextView
;
104
holder.title = (
TextView
) convertView.findViewById(R.id.title);
134
TextView
title;
/tools/build/testapps/tictactoe/lib/src/main/java/com/example/android/tictactoe/library/
GameActivity.java
29
import android.widget.
TextView
;
47
private
TextView
mInfoView;
74
mInfoView = (
TextView
) findViewById(R.id.info_turn);
/tools/motodev/src/plugins/android.codeutils/templates/activity_samples/endless_list/
endless_list_activity.java
37
import android.widget.
TextView
;
296
TextView
textView
;
306
textView
= (
TextView
) rowView.findViewById(R.id.text01);
308
textView
.setText(items.get(position).text);
319
textView
.setText(R.string.loading_message);
322
LayoutParams layoutParameters = (LayoutParams)
textView
.getLayoutParams();
Completed in 1061 milliseconds
<<
31
32
33
34
35
36
37
38
39
40
>>