OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:textview
(Results
351 - 375
of
5405
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/developers/build/prebuilts/gradle/SpeedTracker/Wearable/src/main/java/com/example/android/wearable/speedtracker/ui/
LocationSettingActivity.java
25
import android.widget.
TextView
;
40
TextView
textView
= (
TextView
) findViewById(R.id.
textView
);
41
textView
.setText(getGpsRecordingStatusFromPreferences(this) ? R.string.stop_saving_gps
/developers/samples/android/connectivity/bluetooth/BluetoothLeGatt/Application/src/main/res/layout/
gatt_services_characteristics.xml
25
<
TextView
android:layout_width="wrap_content"
31
<
TextView
android:id="@+id/device_address"
40
<
TextView
android:layout_width="wrap_content"
46
<
TextView
android:id="@+id/connection_state"
56
<
TextView
android:layout_width="wrap_content"
62
<
TextView
android:id="@+id/data_value"
/developers/samples/android/connectivity/wifidirect/DirectP2P/Application/src/main/res/layout/
device_detail.xml
27
<
TextView
32
android:layout_margin="@dimen/margin_small"></
TextView
>
59
<
TextView
64
<
TextView
69
<
TextView
74
<
TextView
/developers/samples/android/content/DirectShare/Application/src/main/java/com/example/android/directshare/
SelectContactActivity.java
29
import android.widget.
TextView
;
80
TextView
textView
= (
TextView
) view;
82
ContactViewBinder.bind(contact,
textView
);
83
return
textView
;
/developers/samples/android/wearable/wear/SpeedTracker/Wearable/src/main/java/com/example/android/wearable/speedtracker/ui/
LocationSettingActivity.java
25
import android.widget.
TextView
;
40
TextView
textView
= (
TextView
) findViewById(R.id.
textView
);
41
textView
.setText(getGpsRecordingStatusFromPreferences(this) ? R.string.stop_saving_gps
/development/samples/ApiDemos/res/layout/
baseline_nested_1.xml
22
<
TextView
29
<!-- We want the middle
textview
of this vertical linear layout to
41
<
TextView
53
<!-- We want the third index
textview
of this vertical linear layout to
69
<
TextView
77
<
TextView
baseline_nested_2.xml
22
<
TextView
29
<!-- We want the middle
textview
of this vertical linear layout to
41
<
TextView
53
<!-- We want the third index
textview
of this vertical linear layout to
69
<
TextView
77
<
TextView
scroll_view_1.xml
29
<
TextView
39
<
TextView
49
<
TextView
59
<
TextView
69
<
TextView
79
<
TextView
/development/samples/ApiDemos/src/com/example/android/apis/view/
HoverInterceptorView.java
25
import android.widget.
TextView
;
57
TextView
textView
= (
TextView
) findViewById(R.id.intercept_message);
59
textView
.setText(getResources().getString(
63
textView
.setText(getResources().getString(
/development/samples/KeyChainDemo/res/layout/
main.xml
22
<
TextView
35
<
TextView
61
<
TextView
67
<
TextView
74
<
TextView
85
<
TextView
/development/samples/Support7Demos/res/layout/
palette_list_item.xml
31
<
TextView
40
<
TextView
48
<
TextView
56
<
TextView
65
<
TextView
73
<
TextView
/development/samples/WiFiDirectDemo/res/layout/
device_detail.xml
36
<
TextView
40
<
TextView
44
<
TextView
48
<
TextView
61
<
TextView
68
</
TextView
>
/development/samples/WiFiDirectServiceDiscovery/src/com/example/android/wifidirect/discovery/
WiFiDirectServicesList.java
13
import android.widget.
TextView
;
50
((
TextView
) v.findViewById(android.R.id.text2)).setText("Connecting");
74
TextView
nameText = (
TextView
) v
80
TextView
statusText = (
TextView
) v
/development/samples/browseable/BluetoothLeGatt/res/layout/
gatt_services_characteristics.xml
25
<
TextView
android:layout_width="wrap_content"
31
<
TextView
android:id="@+id/device_address"
40
<
TextView
android:layout_width="wrap_content"
46
<
TextView
android:id="@+id/connection_state"
56
<
TextView
android:layout_width="wrap_content"
62
<
TextView
android:id="@+id/data_value"
/development/samples/browseable/SpeedTracker/Wearable/src/com.example.android.wearable.speedtracker/ui/
LocationSettingActivity.java
25
import android.widget.
TextView
;
40
TextView
textView
= (
TextView
) findViewById(R.id.
textView
);
41
textView
.setText(getGpsRecordingStatusFromPreferences(this) ? R.string.stop_saving_gps
/frameworks/base/core/java/com/android/internal/widget/
AccountItemView.java
27
import android.widget.
TextView
;
39
private
TextView
mAccountName;
40
private
TextView
mAccountNumber;
63
mAccountName = (
TextView
)view.findViewById(android.R.id.title);
64
mAccountNumber = (
TextView
)view.findViewById(android.R.id.summary);
94
private void setText(
TextView
view, String text) {
/frameworks/base/core/tests/coretests/res/layout/
table_layout_vertical_gravity.xml
29
<
TextView
33
<
TextView
android:id="@+id/cell_top"
44
<
TextView
48
<
TextView
android:id="@+id/cell_center"
59
<
TextView
63
<
TextView
android:id="@+id/cell_bottom"
/frameworks/base/core/tests/coretests/src/android/widget/listview/
ListThrasher.java
30
import android.widget.
TextView
;
41
TextView
mText;
88
TextView
view;
91
view = (
TextView
) mInflater.inflate(android.R.layout.simple_list_item_1, null);
93
view = (
TextView
) convertView;
115
mText = (
TextView
) findViewById(R.id.text);
/frameworks/base/core/tests/coretests/src/android/widget/scroll/
ScrollViewButtonsAndLabels.java
25
import android.widget.
TextView
;
80
TextView
textView
= new
TextView
(this);
81
textView
.setText("Text View " + i);
82
mLinearLayout.addView(
textView
, p);
/frameworks/base/tests/HwAccelerationTest/res/layout/
view_properties.xml
32
<
TextView
36
android:id="@+id/
textview
"/>
37
<
TextView
51
<
TextView
71
<
TextView
75
<
TextView
/frameworks/base/tests/LowStorageTest/res/layout/
main.xml
21
<
TextView
26
<
TextView
35
<
TextView
41
<
TextView
46
<
TextView
53
<
TextView
/frameworks/base/tools/layoutlib/bridge/tests/res/testApp/MyApplication/build/intermediates/classes/debug/com/android/layoutlib/test/myapplication/
ArraysCheckWidget.class
/frameworks/data-binding/integration-tests/TestApp/app/src/main/res/layout/
bracket_test.xml
28
<
TextView
android:layout_width="wrap_content"
33
<
TextView
android:layout_width="wrap_content"
38
<
TextView
android:layout_width="wrap_content"
43
<
TextView
android:layout_width="wrap_content"
48
<
TextView
android:layout_width="wrap_content"
53
<
TextView
android:layout_width="wrap_content"
multi_arg_adapter_test.xml
41
<
TextView
48
<
TextView
54
<
TextView
60
<
TextView
65
<
TextView
70
<
TextView
static_access_test.xml
24
<
TextView
android:layout_width="wrap_content" android:layout_height="wrap_content"
27
<
TextView
android:layout_width="wrap_content" android:layout_height="wrap_content"
30
<
TextView
android:layout_width="wrap_content" android:layout_height="wrap_content"
33
<
TextView
android:layout_width="wrap_content" android:layout_height="wrap_content"
36
<
TextView
android:layout_width="wrap_content" android:layout_height="wrap_content"
39
<
TextView
android:layout_width="wrap_content" android:layout_height="wrap_content"
Completed in 269 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>