OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TextView
(Results
376 - 400
of
1355
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
CandidatesViewManager.java
28
import android.widget.
TextView
;
168
TextView
text = (
TextView
)mViewLongPressDialog.findViewById(R.id.candidate_longpress_dialog_text);
UserDictionaryToolsList.java
45
import android.widget.
TextView
;
213
final
TextView
leftText = (
TextView
) findViewById(R.id.user_dictionary_tools_list_title_words_count);
403
CharSequence focusString = ((
TextView
)sFocusingView).getText();
404
CharSequence focusPairString = ((
TextView
)sFocusingPairView).getText();
434
TextView
leftText = (
TextView
) findViewById(R.id.user_dictionary_tools_list_title_words_count);
464
TextView
leftText = (
TextView
) findViewById(R.id.user_dictionary_tools_list_title_words_count);
482
mSelectedViewID = ((
TextView
)v).getId()
[
all
...]
/packages/services/Telephony/src/com/android/phone/
GetPin2Screen.java
31
import android.widget.
TextView
;
36
public class GetPin2Screen extends Activity implements
TextView
.OnEditorActionListener {
75
public boolean onEditorAction(
TextView
v, int actionId, KeyEvent event) {
/pdk/apps/TestingCamera/src/com/android/testingcamera/
InfoDialogFragment.java
11
import android.widget.
TextView
;
16
TextView
mInfoText;
33
mInfoText= (
TextView
) view.findViewById(R.id.info_text);
/cts/tests/tests/text/src/android/text/method/cts/
CharacterPickerDialogTest.java
30
import android.widget.
TextView
;
49
final View view = new
TextView
(mActivity);
68
final View view = new
TextView
(mActivity);
108
final View view = new
TextView
(mActivity);
/development/samples/AndroidBeamDemo/src/com/example/android/beam/
Beam.java
36
import android.widget.
TextView
;
45
TextView
mInfoText;
53
mInfoText = (
TextView
) findViewById(R.id.
textView
);
57
mInfoText = (
TextView
) findViewById(R.id.
textView
);
130
* Parses the NDEF Message from the intent and prints to the
TextView
/development/samples/ApiDemos/src/com/example/android/apis/app/
FragmentReceiveResult.java
33
import android.widget.
TextView
;
59
private
TextView
mResults;
85
// Retrieve the
TextView
widget that will display results.
86
mResults = (
TextView
)v.findViewById(R.id.results);
89
mResults.setText(mResults.getText(),
TextView
.BufferType.EDITABLE);
/development/samples/ApiDemos/src/com/example/android/apis/content/
ClipboardSample.java
34
import android.widget.
TextView
;
41
TextView
mMimeTypes;
42
TextView
mDataText;
65
TextView
tv;
68
tv = (
TextView
)findViewById(R.id.styled_text);
72
tv = (
TextView
)findViewById(R.id.plain_text);
77
tv = (
TextView
)findViewById(R.id.html_text);
95
mMimeTypes = (
TextView
)findViewById(R.id.clip_mime_types);
96
mDataText = (
TextView
)findViewById(R.id.clip_text);
TextUndoActivity.java
27
import android.widget.
TextView
;
30
* Simple example of using an UndoManager for editing text in a
TextView
.
52
((
TextView
)findViewById(R.id.text)).setUndoManager(mUndoManager, "text");
/development/samples/ApiDemos/src/com/example/android/apis/view/
AutoComplete4.java
35
import android.widget.
TextView
;
49
AutoCompleteTextView
textView
= (AutoCompleteTextView)
51
textView
.setAdapter(adapter);
65
final
TextView
view = (
TextView
) inflater.inflate(
73
((
TextView
) view).setText(cursor.getString(COLUMN_DISPLAY_NAME));
SearchViewAlwaysVisible.java
32
import android.widget.
TextView
;
/development/samples/Support4Demos/src/com/example/android/supportv4/app/
FragmentReceiveResultSupport.java
35
import android.widget.
TextView
;
61
private
TextView
mResults;
87
// Retrieve the
TextView
widget that will display results.
88
mResults = (
TextView
)v.findViewById(R.id.results);
91
mResults.setText(mResults.getText(),
TextView
.BufferType.EDITABLE);
/external/replicaisland/src/com/replica/replicaisland/
KeyboardConfigDialogPreference.java
30
import android.widget.
TextView
;
52
private
TextView
mLeftText;
53
private
TextView
mRightText;
54
private
TextView
mJumpText;
55
private
TextView
mAttackText;
101
mLeftText = (
TextView
)view.findViewById(R.id.key_left);
104
mRightText = (
TextView
)view.findViewById(R.id.key_right);
107
mJumpText = (
TextView
)view.findViewById(R.id.key_jump);
110
mAttackText = (
TextView
)view.findViewById(R.id.key_attack);
/frameworks/base/core/tests/coretests/src/android/view/
BitmapDrawable.java
31
import android.widget.
TextView
;
/frameworks/base/core/tests/coretests/src/android/widget/listview/
ListItemFocusableAboveUnfocusable.java
22
import android.widget.
TextView
;
/frameworks/base/media/tests/CameraBrowser/src/com/android/camerabrowser/
StorageBrowser.java
31
import android.widget.
TextView
;
73
TextView
view;
75
view = (
TextView
)mInflater.inflate(
78
view = (
TextView
)convertView;
/packages/apps/Contacts/src/com/android/contacts/group/
GroupBrowseListAdapter.java
28
import android.widget.
TextView
;
213
public final
TextView
accountType;
214
public final
TextView
accountName;
215
public final
TextView
groupTitle;
216
public final
TextView
groupMemberCount;
223
accountType = (
TextView
) view.findViewById(R.id.account_type);
224
accountName = (
TextView
) view.findViewById(R.id.account_name);
225
groupTitle = (
TextView
) view.findViewById(R.id.label);
226
groupMemberCount = (
TextView
) view.findViewById(R.id.count);
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
ContactTileView.java
28
import android.widget.
TextView
;
44
private
TextView
mName;
45
private
TextView
mStatus;
46
private
TextView
mPhoneLabel;
47
private
TextView
mPhoneNumber;
60
mName = (
TextView
) findViewById(R.id.contact_tile_name);
64
mStatus = (
TextView
) findViewById(R.id.contact_tile_status);
65
mPhoneLabel = (
TextView
) findViewById(R.id.contact_tile_phone_type);
66
mPhoneNumber = (
TextView
) findViewById(R.id.contact_tile_phone_number);
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/info/
InfoPanel.java
32
import android.widget.
TextView
;
46
private
TextView
mImageName;
47
private
TextView
mImageSize;
48
private
TextView
mExifData;
76
mImageName = (
TextView
) mMainView.findViewById(R.id.imageName);
77
mImageSize = (
TextView
) mMainView.findViewById(R.id.imageSize);
78
mExifData = (
TextView
) mMainView.findViewById(R.id.exifData);
79
TextView
exifLabel = (
TextView
) mMainView.findViewById(R.id.exifLabel);
/packages/apps/Launcher2/src/com/android/launcher2/
PagedViewWidget.java
30
import android.widget.
TextView
;
115
final
TextView
name = (
TextView
) findViewById(R.id.widget_name);
117
final
TextView
dims = (
TextView
) findViewById(R.id.widget_dims);
131
final
TextView
name = (
TextView
) findViewById(R.id.widget_name);
133
final
TextView
dims = (
TextView
) findViewById(R.id.widget_dims);
/sdk/apps/DeviceConfig/src/com/example/android/deviceconfig/
MyActivity.java
32
import android.widget.
TextView
;
62
TextView
tv = (
TextView
) findViewById(R.id.keyboard_state_api);
89
tv = (
TextView
) findViewById(R.id.nav_state_api);
105
tv = (
TextView
) findViewById(R.id.size_api);
112
tv = (
TextView
) findViewById(R.id.xdpi);
116
tv = (
TextView
) findViewById(R.id.ydpi);
121
tv = (
TextView
) findViewById(R.id.scaled_density);
126
tv = (
TextView
) findViewById(R.id.font_scale);
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppTransferActivity.java
46
import android.widget.
TextView
;
81
private
TextView
mPercentView;
87
private
TextView
mLine1View, mLine2View, mLine3View, mLine5View;
247
mPercentView = (
TextView
)mView.findViewById(R.id.progress_percent);
266
mLine1View = (
TextView
)mView.findViewById(R.id.line1_view);
269
mLine2View = (
TextView
)mView.findViewById(R.id.line2_view);
272
mLine3View = (
TextView
)mView.findViewById(R.id.line3_view);
276
mLine5View = (
TextView
)mView.findViewById(R.id.line5_view);
285
mLine1View = (
TextView
)mView.findViewById(R.id.line1_view);
288
mLine2View = (
TextView
)mView.findViewById(R.id.line2_view)
[
all
...]
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/suggestions/
SuggestionStripLayoutHelper.java
46
import android.widget.
TextView
;
77
private final ArrayList<
TextView
> mWordViews;
79
private final ArrayList<
TextView
> mDebugInfoViews;
103
private final
TextView
mWordToSaveView;
104
private final
TextView
mLeftwardsArrowView;
105
private final
TextView
mHintToSaveView;
108
final int defStyle, final ArrayList<
TextView
> wordViews,
109
final ArrayList<View> dividerViews, final ArrayList<
TextView
> debugInfoViews) {
114
final
TextView
wordView = wordViews.get(0);
159
mWordToSaveView = (
TextView
)inflater.inflate(R.layout.suggestion_word, null)
[
all
...]
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/editors/
EditorChanSat.java
31
import android.widget.
TextView
;
57
private
TextView
mMainValue;
58
private
TextView
mRedValue;
59
private
TextView
mYellowValue;
60
private
TextView
mGreenValue;
61
private
TextView
mCyanValue;
62
private
TextView
mBlueValue;
63
private
TextView
mMagentaValue;
193
mMainValue = (
TextView
) controls.findViewById(R.id.mainValue);
197
mRedValue = (
TextView
) controls.findViewById(R.id.redValue)
[
all
...]
/packages/apps/Settings/src/com/android/settings/applications/
ProcessStatsDetail.java
41
import android.widget.
TextView
;
69
private
TextView
mTitleView;
123
final
TextView
summary = (
TextView
) mRootView.findViewById(android.R.id.summary);
126
mTitleView = (
TextView
) mRootView.findViewById(android.R.id.title);
128
final
TextView
text1 = (
TextView
)mRootView.findViewById(android.R.id.text1);
178
TextView
nameView = (
TextView
) item.findViewById(R.id.name);
179
TextView
descriptionView = (TextView) item.findViewById(R.id.description)
[
all
...]
Completed in 568 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>