OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:textview
(Results
651 - 675
of
5405
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
>>
/development/samples/ApiDemos/src/com/example/android/apis/os/
TriggerSensors.java
27
import android.widget.
TextView
;
51
private
TextView
mTextView;
53
TriggerListener(Context context,
TextView
textView
) {
55
mTextView =
textView
;
72
private
TextView
mTextView;
101
mTextView = (
TextView
)findViewById(R.id.text);
/development/samples/Support4Demos/src/com/example/android/supportv4/app/
FragmentHideShowSupport.java
32
import android.widget.
TextView
;
71
TextView
mTextView;
78
((
TextView
)tv).setText("The fragment saves and restores this text.");
81
mTextView = (
TextView
)v.findViewById(R.id.saved);
104
((
TextView
)tv).setText("The
TextView
saves and restores this text.");
110
((
TextView
)v.findViewById(R.id.saved)).setSaveEnabled(true);
/development/samples/browseable/DataLayer/Wearable/src/com.example.android.wearable.datalayer/fragments/
DataFragment.java
28
import android.widget.
TextView
;
38
private
TextView
mIntroText;
47
mIntroText = (
TextView
) view.findViewById(R.id.intro);
81
holder.text1 = (
TextView
) convertView.findViewById(android.R.id.text1);
82
holder.text2 = (
TextView
) convertView.findViewById(android.R.id.text2);
94
TextView
text1;
95
TextView
text2;
/development/samples/browseable/DrawableTinting/res/layout/
tinting_fragment.xml
31
<
TextView
49
<
TextView
63
<
TextView
75
<
TextView
88
<
TextView
100
<
TextView
112
<
TextView
/development/samples/browseable/HdrViewfinder/res/layout/
main.xml
49
<
TextView
56
<
TextView
62
<
TextView
70
<
TextView
76
<
TextView
84
<
TextView
90
<
TextView
/development/samples/devbytes/animation/ListViewExpandingCells/src/com/example/android/expandingcells/
CustomArrayAdapter.java
37
import android.widget.
TextView
;
81
TextView
titleView = (
TextView
)convertView.findViewById(R.id.title_view);
82
TextView
textView
= (
TextView
)convertView.findViewById(R.id.text_view);
87
textView
.setText(object.getText());
/device/google/accessory/demokit/app/src/com/google/android/DemoKit/
InputController.java
8
import android.widget.
TextView
;
11
private
TextView
mTemperature;
12
private
TextView
mLightView;
13
private
TextView
mLightRawView;
22
mTemperature = (
TextView
) findViewById(R.id.tempValue);
23
mLightView = (
TextView
) findViewById(R.id.lightPercentValue);
24
mLightRawView = (
TextView
) findViewById(R.id.lightRawValue);
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
TabSpecTest.java
10
import android.widget.
TextView
;
74
TextView
tv = new
TextView
(null);
81
TextView
textView
= (
TextView
) shadowFoo.getContentView();
84
assertThat(
textView
.getText().toString(), equalTo("The Text of Foo"));
/frameworks/base/core/java/android/widget/
TwoLineListItem.java
27
* {@link android.widget.
TextView
TextViews} elements (or subclasses) with the ID values
46
private
TextView
mText1;
47
private
TextView
mText2;
74
mText1 = (
TextView
) findViewById(com.android.internal.R.id.text1);
75
mText2 = (
TextView
) findViewById(com.android.internal.R.id.text2);
82
public
TextView
getText1() {
90
public
TextView
getText2() {
/frameworks/base/core/tests/coretests/src/android/view/
VisibilityTest.java
26
import android.widget.
TextView
;
35
private
TextView
mRefUp;
36
private
TextView
mRefDown;
37
private
TextView
mVictim;
51
mRefUp = (
TextView
) a.findViewById(R.id.refUp);
52
mRefDown = (
TextView
) a.findViewById(R.id.refDown);
53
mVictim = (
TextView
) a.findViewById(R.id.victim);
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
ZenFooter.java
27
import android.widget.
TextView
;
44
private
TextView
mSummaryLine1;
45
private
TextView
mSummaryLine2;
46
private
TextView
mEndNowButton;
64
mSummaryLine1 = (
TextView
) findViewById(R.id.volume_zen_summary_line_1);
65
mSummaryLine2 = (
TextView
) findViewById(R.id.volume_zen_summary_line_2);
66
mEndNowButton = (
TextView
) findViewById(R.id.volume_zen_end_now);
/frameworks/base/tests/FrameworkPerf/res/layout/
main.xml
27
<
TextView
android:layout_width="wrap_content" android:layout_height="wrap_content"
37
<
TextView
android:id="@+id/fgtext"
47
<
TextView
android:layout_width="wrap_content" android:layout_height="wrap_content"
57
<
TextView
android:id="@+id/bgtext"
67
<
TextView
android:layout_width="wrap_content" android:layout_height="wrap_content"
83
<
TextView
android:layout_width="wrap_content" android:layout_height="wrap_content"
118
<
TextView
android:id="@+id/log"
/frameworks/base/tests/LowStorageTest/src/com/android/lowstoragetest/
LowStorageTest.java
31
import android.widget.
TextView
;
55
TextView
startSizeTextView = (
TextView
) findViewById(R.id.totalsize);
124
TextView
freeSizeTextView = (
TextView
) findViewById(R.id.freesize);
126
TextView
statusTextView = (
TextView
) findViewById(R.id.status);
/frameworks/wilhelm/tests/native-media/res/layout/
main.xml
7
<
TextView
12
<
TextView
23
<
TextView
78
<
TextView
88
<
TextView
105
<
TextView
115
<
TextView
/packages/apps/Browser/src/com/android/browser/
HttpAuthenticationDialog.java
26
import android.widget.
TextView
;
27
import android.widget.
TextView
.OnEditorActionListener;
40
private
TextView
mUsernameView;
41
private
TextView
mPasswordView;
113
mUsernameView = (
TextView
) v.findViewById(R.id.username_edit);
114
mPasswordView = (
TextView
) v.findViewById(R.id.password_edit);
117
public boolean onEditorAction(
TextView
v, int actionId, KeyEvent event) {
/packages/apps/DeskClock/res/layout/
timer_h_mm_ss_view.xml
21
<
TextView
30
<
TextView
42
<
TextView
51
<
TextView
60
<
TextView
72
<
TextView
82
<
TextView
/packages/apps/LegacyCamera/src/com/android/camera/
RotateDialogController.java
29
import android.widget.
TextView
;
43
private
TextView
mRotateDialogTitle;
45
private
TextView
mRotateDialogText;
46
private
TextView
mRotateDialogButton1;
47
private
TextView
mRotateDialogButton2;
65
mRotateDialogTitle = (
TextView
) v.findViewById(R.id.rotate_dialog_title);
67
mRotateDialogText = (
TextView
) v.findViewById(R.id.rotate_dialog_text);
/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/
UserConsentDialog.java
27
import android.widget.
TextView
;
69
TextView
text1 = (
TextView
) dialog.findViewById(R.id.learn_more_text1);
76
TextView
textFrpWarning = (
TextView
) dialog.findViewById(R.id.learn_more_frp_warning);
83
TextView
linkText = (
TextView
) dialog.findViewById(R.id.learn_more_link);
/packages/apps/Settings/res/layout/
master_clear.xml
34
<
TextView
40
<
TextView
android:id="@+id/also_erases_external"
47
<
TextView
android:id="@+id/accounts_label"
61
<
TextView
android:id="@+id/other_users_present"
67
<
TextView
android:id="@+id/erase_external_option_text"
90
<
TextView
96
<
TextView
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/dialog/
ProgressDialogFragment.java
31
import android.widget.
TextView
;
38
private
TextView
mTitleView;
39
private
TextView
mTitleEndView;
40
private
TextView
mSummaryView;
50
mTitleView = (
TextView
) view.findViewById(android.R.id.title);
51
mTitleEndView = (
TextView
) view.findViewById(R.id.title_end);
52
mSummaryView = (
TextView
) view.findViewById(android.R.id.summary);
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/dialog/old/
EditTextFragment.java
28
import android.widget.
TextView
;
35
implements TextWatcher,
TextView
.OnEditorActionListener {
43
private
TextView
.OnEditorActionListener mEditorActionListener = null;
81
public void setOnEditorActionListener(
TextView
.OnEditorActionListener listener) {
98
TextView
description = (
TextView
) view.findViewById(R.id.description);
143
public boolean onEditorAction(
TextView
v, int actionId, KeyEvent event) {
/packages/experimental/NotificationLog/src/com/android/notificationlog/
NotificationLogActivity.java
20
import android.widget.
TextView
;
84
TextView
title = (
TextView
)view.findViewById(R.id.title);
85
TextView
more = (
TextView
)view.findViewById(R.id.text);
86
TextView
time = (
TextView
)view.findViewById(R.id.time);
/packages/inputmethods/OpenWnn/res/layout/
debug_tool_text.xml
29
<
TextView
44
<
TextView
61
<
TextView
77
<
TextView
94
<
TextView
111
<
TextView
127
<
TextView
/frameworks/base/core/java/android/text/method/
BaseMovementMethod.java
24
import android.widget.
TextView
;
36
public void initialize(
TextView
widget, Spannable text) {
40
public boolean onKeyDown(
TextView
widget, Spannable text, int keyCode, KeyEvent event) {
51
public boolean onKeyOther(
TextView
widget, Spannable text, KeyEvent event) {
74
public boolean onKeyUp(
TextView
widget, Spannable text, int keyCode, KeyEvent event) {
79
public void onTakeFocus(
TextView
widget, Spannable text, int direction) {
83
public boolean onTouchEvent(
TextView
widget, Spannable text, MotionEvent event) {
88
public boolean onTrackballEvent(
TextView
widget, Spannable text, MotionEvent event) {
93
public boolean onGenericMotionEvent(
TextView
widget, Spannable text, MotionEvent event) {
147
* {@link #onKeyDown(
TextView
, Spannable, int, KeyEvent)} calls this method onc
[
all
...]
/frameworks/base/packages/PrintSpooler/res/layout/
print_activity_controls.xml
48
<
TextView
56
</
TextView
>
80
<
TextView
88
</
TextView
>
108
<
TextView
116
</
TextView
>
136
<
TextView
144
</
TextView
>
164
<
TextView
172
</
TextView
>
[
all
...]
Completed in 604 milliseconds
<<
21
22
23
24
25
26
27
28
29
30
>>