OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TextView
(Results
451 - 475
of
2223
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/development/samples/ApiDemos/src/com/example/android/apis/media/
AudioFxDemo.java
40
import android.widget.
TextView
;
55
private
TextView
mStatusTextView;
63
mStatusTextView = new
TextView
(this);
101
TextView
eqTextView = new
TextView
(this);
113
TextView
freqTextView = new
TextView
(this);
124
TextView
minDbTextView = new
TextView
(this);
130
TextView
maxDbTextView = new TextView(this)
[
all
...]
/development/samples/browseable/AlwaysOn/src/com.example.android.wearable.wear.alwayson/
MainActivity.java
29
import android.widget.
TextView
;
81
private
TextView
mTimeTextView;
82
private
TextView
mTimeStampTextView;
83
private
TextView
mStateTextView;
84
private
TextView
mUpdateRateTextView;
85
private
TextView
mDrawCountTextView;
134
mTimeTextView = (
TextView
) stub.findViewById(R.id.time);
135
mTimeStampTextView = (
TextView
) stub.findViewById(R.id.time_stamp);
136
mStateTextView = (
TextView
) stub.findViewById(R.id.state);
137
mUpdateRateTextView = (
TextView
) stub.findViewById(R.id.update_rate)
[
all
...]
/development/samples/browseable/CommitContentSampleApp/src/com.example.android.commitcontent.app/
MainActivity.java
35
import android.widget.
TextView
;
47
private
TextView
mLabel;
48
private
TextView
mContentUri;
49
private
TextView
mLinkUri;
50
private
TextView
mMimeTypes;
51
private
TextView
mFlags;
92
mMimeTypes = (
TextView
) findViewById(R.id.text_commit_content_mime_types);
93
mLabel = (
TextView
) findViewById(R.id.text_commit_content_label);
94
mContentUri = (
TextView
) findViewById(R.id.text_commit_content_content_uri);
95
mLinkUri = (
TextView
) findViewById(R.id.text_commit_content_link_uri)
[
all
...]
/external/webrtc/webrtc/examples/androidapp/src/org/appspot/apprtc/
HudFragment.java
20
import android.widget.
TextView
;
32
private
TextView
encoderStatView;
33
private
TextView
hudViewBwe;
34
private
TextView
hudViewConnection;
35
private
TextView
hudViewVideoSend;
36
private
TextView
hudViewVideoRecv;
49
encoderStatView = (
TextView
) controlView.findViewById(R.id.encoder_stat_call);
50
hudViewBwe = (
TextView
) controlView.findViewById(R.id.hud_stat_bwe);
51
hudViewConnection = (
TextView
) controlView.findViewById(R.id.hud_stat_connection);
52
hudViewVideoSend = (
TextView
) controlView.findViewById(R.id.hud_stat_video_send)
[
all
...]
/frameworks/support/samples/Support13Demos/src/com/example/android/supportv13/view/inputmethod/
CommitContentSupport.java
37
import android.widget.
TextView
;
49
private
TextView
mLabel;
50
private
TextView
mContentUri;
51
private
TextView
mLinkUri;
52
private
TextView
mMimeTypes;
53
private
TextView
mFlags;
94
mMimeTypes = (
TextView
) findViewById(R.id.text_commit_content_mime_types);
95
mLabel = (
TextView
) findViewById(R.id.text_commit_content_label);
96
mContentUri = (
TextView
) findViewById(R.id.text_commit_content_content_uri);
97
mLinkUri = (
TextView
) findViewById(R.id.text_commit_content_link_uri)
[
all
...]
/cts/apps/CtsVerifier/src/com/android/cts/verifier/tv/
TvAppVerifierActivity.java
30
import android.widget.
TextView
;
85
TextView
instructions = (
TextView
) item.findViewById(R.id.instructions);
101
TextView
instructions = (
TextView
) item.findViewById(R.id.instructions);
118
TextView
instructions = (
TextView
) item.findViewById(R.id.instructions);
/developers/build/prebuilts/gradle/AutoBackupForApps/Application/src/main/java/com/example/android/autobackupsample/
MainActivityFragment.java
32
import android.widget.
TextView
;
109
TextView
fileNameView = (
TextView
) itemView.findViewById(R.id.file_name);
112
TextView
fileSize = (
TextView
) itemView.findViewById(R.id.file_size);
143
TextView
emptyFileListMessage =
144
(
TextView
) getView().findViewById(R.id.empty_file_list_message);
/developers/build/prebuilts/gradle/BluetoothAdvertisements/Application/src/main/java/com/example/android/bluetoothadvertisements/
ScanResultAdapter.java
26
import android.widget.
TextView
;
72
TextView
deviceNameView = (
TextView
) view.findViewById(R.id.device_name);
73
TextView
deviceAddressView = (
TextView
) view.findViewById(R.id.device_address);
74
TextView
lastSeenView = (
TextView
) view.findViewById(R.id.last_seen);
/developers/samples/android/connectivity/bluetooth/BluetoothAdvertisements/Application/src/main/java/com/example/android/bluetoothadvertisements/
ScanResultAdapter.java
26
import android.widget.
TextView
;
72
TextView
deviceNameView = (
TextView
) view.findViewById(R.id.device_name);
73
TextView
deviceAddressView = (
TextView
) view.findViewById(R.id.device_address);
74
TextView
lastSeenView = (
TextView
) view.findViewById(R.id.last_seen);
/developers/samples/android/content/AutoBackupForApps/Application/src/main/java/com/example/android/autobackupsample/
MainActivityFragment.java
32
import android.widget.
TextView
;
109
TextView
fileNameView = (
TextView
) itemView.findViewById(R.id.file_name);
112
TextView
fileSize = (
TextView
) itemView.findViewById(R.id.file_size);
143
TextView
emptyFileListMessage =
144
(
TextView
) getView().findViewById(R.id.empty_file_list_message);
/development/samples/ApiDemos/src/com/example/android/apis/view/
ExpandableList1.java
31
import android.widget.
TextView
;
65
String title = ((
TextView
) info.targetView).getText().toString();
111
public
TextView
getGenericView() {
116
TextView
textView
= new
TextView
(ExpandableList1.this);
117
textView
.setLayoutParams(lp);
119
textView
.setGravity(Gravity.CENTER_VERTICAL | Gravity.LEFT);
121
textView
.setPaddingRelative(36, 0, 0, 0);
123
textView
.setTextAlignment(View.TEXT_ALIGNMENT_VIEW_START)
[
all
...]
/development/samples/browseable/AutoBackupForApps/src/com.example.android.autobackupsample/
MainActivityFragment.java
32
import android.widget.
TextView
;
109
TextView
fileNameView = (
TextView
) itemView.findViewById(R.id.file_name);
112
TextView
fileSize = (
TextView
) itemView.findViewById(R.id.file_size);
143
TextView
emptyFileListMessage =
144
(
TextView
) getView().findViewById(R.id.empty_file_list_message);
/development/samples/browseable/BluetoothAdvertisements/src/com.example.android.bluetoothadvertisements/
ScanResultAdapter.java
26
import android.widget.
TextView
;
72
TextView
deviceNameView = (
TextView
) view.findViewById(R.id.device_name);
73
TextView
deviceAddressView = (
TextView
) view.findViewById(R.id.device_address);
74
TextView
lastSeenView = (
TextView
) view.findViewById(R.id.last_seen);
/device/google/accessory/demokit/app/src/com/google/android/DemoKit/
ColorLEDController.java
13
import android.widget.
TextView
;
24
private
TextView
mTarget;
27
LedValueUpdater(
TextView
target, int colorIndex) {
80
TextView
label = (
TextView
) g.getChildAt(0);
82
TextView
valueText = (
TextView
) g.getChildAt(2);
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/opencv3/platforms/android/service/engine/src/org/opencv/engine/manager/
ManagerActivity.java
21
import android.widget.
TextView
;
27
protected
TextView
mVersionText;
53
TextView
aboutText = (
TextView
) findViewById(R.id.textView4);
57
TextView
extraText = (
TextView
) findViewById(R.id.textView6);
69
mVersionText = (
TextView
) findViewById(R.id.textView5);
/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/core/tests/coretests/src/android/widget/espresso/
TextViewAssertions.java
31
import android.widget.
TextView
;
40
* A collection of assertions on a {@link android.widget.
TextView
}.
106
if (view instanceof
TextView
) {
107
TextView
textView
= (
TextView
) view;
108
int selectionStart =
textView
.getSelectionStart();
109
int selectionEnd =
textView
.getSelectionEnd();
117
throw new AssertionFailedError("
TextView
not found");
140
* A {@link ViewAssertion} to check the selected text in a {@link
TextView
}
[
all
...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
HybridNotificationView.java
24
import android.widget.
TextView
;
42
protected
TextView
mTitleView;
43
protected
TextView
mTextView;
63
public
TextView
getTitleView() {
67
public
TextView
getTextView() {
74
mTitleView = (
TextView
) findViewById(R.id.notification_title);
75
mTextView = (
TextView
) findViewById(R.id.notification_text);
/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/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/base/tests/UsageStatsTest/src/com/android/tests/usagestats/
UsageLogActivity.java
29
import android.widget.
TextView
;
129
holder.config = (
TextView
) convertView.findViewById(android.R.id.text1);
133
holder.packageName = (
TextView
) convertView.findViewById(android.R.id.text1);
134
holder.state = (
TextView
) convertView.findViewById(android.R.id.text2);
177
public
TextView
packageName;
178
public
TextView
state;
179
public
TextView
config;
/frameworks/support/samples/Support7Demos/src/com/example/android/supportv7/widget/
ListPopupWindowActivity.java
30
import android.widget.
TextView
;
41
private
TextView
mLog;
61
mLog = (
TextView
) mContainer.findViewById(R.id.log);
73
private
TextView
title;
74
private
TextView
shortcut;
98
viewHolder.title = (
TextView
) convertView.findViewById(R.id.title);
100
(
TextView
) convertView.findViewById(R.id.shortcut);
/frameworks/support/v17/leanback/tests/java/android/support/v17/leanback/widget/
ShadowOverlayContainerTest.java
23
import android.widget.
TextView
;
30
TextView
textView
= new
TextView
(getContext());
31
textView
.setLayoutParams(new FrameLayout.LayoutParams(LayoutParams.WRAP_CONTENT,
33
textView
.setText("abc");
36
container.wrap(
textView
);
41
assertTrue(
textView
.getWidth() > 0);
42
assertTrue(
textView
.getWidth() < 500);
43
assertTrue(
textView
.getHeight() > 0)
[
all
...]
/packages/apps/DeskClock/src/com/android/deskclock/alarms/dataadapter/
CollapsedAlarmViewHolder.java
22
import android.widget.
TextView
;
37
public final
TextView
alarmLabel;
38
public final
TextView
daysOfWeek;
39
public final
TextView
upcomingInstanceLabel;
46
alarmLabel = (
TextView
) itemView.findViewById(R.id.label);
47
daysOfWeek = (
TextView
) itemView.findViewById(R.id.days_of_week);
48
upcomingInstanceLabel = (
TextView
) itemView.findViewById(R.id.upcoming_instance_label);
Completed in 1320 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>