OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:textview
(Results
151 - 175
of
5405
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/cts/tests/tests/accessibilityservice/src/android/accessibilityservice/cts/
AccessibilityEndToEndActivity.java
27
import android.widget.
TextView
;
42
TextView
textView
= (
TextView
) View
44
textView
.setText((String) getItem(position));
45
return
textView
;
/cts/tests/tests/widget/res/layout/
textview_gravity.xml
21
<
TextView
android:id="@+id/gravity_default"
25
<
TextView
android:id="@+id/gravity_bottom"
30
<
TextView
android:id="@+id/gravity_right"
35
<
TextView
android:id="@+id/gravity_fill"
40
<
TextView
android:id="@+id/gravity_center"
45
<
TextView
android:id="@+id/gravity_center_vertical_right"
/development/samples/ApiDemos/res/layout/
motogp_stat_item.xml
25
<
TextView
34
</
TextView
>
36
<
TextView
46
</
TextView
>
48
<
TextView
57
</
TextView
>
/frameworks/base/core/tests/coretests/res/layout/
layout_six.xml
21
<
TextView
android:id="@+id/text" android:text="@string/layout_six_text_text" android:layout_width="match_parent" android:layout_height="wrap_content" />
22
<
TextView
android:id="@+id/text" android:text="@string/layout_six_text_text" android:layout_width="match_parent" android:layout_height="wrap_content" />
23
<
TextView
android:id="@+id/text" android:text="@string/layout_six_text_text" android:layout_width="match_parent" android:layout_height="wrap_content" />
24
<
TextView
android:id="@+id/text" android:text="@string/layout_six_text_text" android:layout_width="match_parent" android:layout_height="wrap_content" />
25
<
TextView
android:id="@+id/text" android:text="@string/layout_six_text_text" android:layout_width="match_parent" android:layout_height="wrap_content" />
26
<
TextView
android:id="@+id/text" android:text="@string/layout_six_text_text" android:layout_width="match_parent" android:layout_height="wrap_content" />
table_layout_horizontal_gravity.xml
27
<
TextView
android:id="@+id/reference"
32
<
TextView
40
<
TextView
android:id="@+id/center"
46
<
TextView
58
<
TextView
android:id="@+id/bottomRight"
63
<
TextView
72
<
TextView
android:id="@+id/left"
77
<
TextView
/frameworks/base/core/tests/coretests/res/raw/
medium.xml
21
<
TextView
id="@+id/text" android:text="S" android:layout_width="match_parent" android:layout_height="wrap_content" />
22
<
TextView
id="@+id/text" android:text="M" android:layout_width="match_parent" android:layout_height="wrap_content" />
23
<
TextView
id="@+id/text" android:text="T" android:layout_width="match_parent" android:layout_height="wrap_content" />
24
<
TextView
id="@+id/text" android:text="W" android:layout_width="match_parent" android:layout_height="wrap_content" />
25
<
TextView
id="@+id/text" android:text="H" android:layout_width="match_parent" android:layout_height="wrap_content" />
26
<
TextView
id="@+id/text" android:text="F" android:layout_width="match_parent" android:layout_height="wrap_content" />
/frameworks/base/tests/BiDiTests/res/layout/
textview_direction_ltr.xml
29
<
TextView
android:text="(unspecified)"
36
<
TextView
android:layout_height="wrap_content"
44
<
TextView
android:layout_height="wrap_content"
52
<
TextView
android:layout_height="wrap_content"
63
<
TextView
android:text="inherit"
70
<
TextView
android:layout_height="wrap_content"
79
<
TextView
android:layout_height="wrap_content"
88
<
TextView
android:layout_height="wrap_content"
100
<
TextView
android:text="firstStrong"
107
<
TextView
android:layout_height="wrap_content
[
all
...]
textview_direction_rtl.xml
29
<
TextView
android:text="(unspecified)"
36
<
TextView
android:layout_height="wrap_content"
44
<
TextView
android:layout_height="wrap_content"
52
<
TextView
android:layout_height="wrap_content"
63
<
TextView
android:text="inherit"
70
<
TextView
android:layout_height="wrap_content"
79
<
TextView
android:layout_height="wrap_content"
88
<
TextView
android:layout_height="wrap_content"
100
<
TextView
android:text="firstStrong"
107
<
TextView
android:layout_height="wrap_content
[
all
...]
/frameworks/data-binding/integration-tests/TestApp/app/src/androidTestApi7/java/android/databinding/testapp/
ResourceTest.java
21
import android.widget.
TextView
;
47
TextView
view = mBinder.textView0;
57
TextView
view = mBinder.textView1;
67
TextView
view = mBinder.fractionNoParameters;
73
TextView
view = mBinder.fractionOneParameter;
79
TextView
view = mBinder.fractionTwoParameters;
/frameworks/data-binding/integration-tests/TestApp/app/src/main/res/layout/
no_id_test.xml
25
<
TextView
android:layout_width="wrap_content" android:layout_height="wrap_content"
27
<
TextView
android:layout_width="wrap_content" android:layout_height="wrap_content"
29
<
TextView
android:layout_width="wrap_content" android:layout_height="wrap_content"
31
<
TextView
android:layout_width="wrap_content" android:layout_height="wrap_content"
33
<
TextView
android:id="@+id/
textView
"
/packages/apps/ExactCalculator/src/com/android/calculator2/
AlertDialogFragment.java
26
import android.widget.
TextView
;
53
final
TextView
textView
= (
TextView
) inflater.inflate(R.layout.dialog_message,
55
textView
.setText(args.getCharSequence(KEY_MESSAGE));
57
.setView(
textView
)
/cts/tests/tests/view/res/layout/
inflater_layout.xml
21
<
TextView
android:id="@+id/numeric_default"
26
<
TextView
android:id="@+id/numeric_integer"
31
<
TextView
android:id="@+id/numeric_signed"
36
<
TextView
android:id="@+id/numeric_decimal"
41
<
TextView
android:id="@+id/numeric_signed_integer"
46
<
TextView
android:id="@+id/numeric_integer_decimal"
51
<
TextView
android:id="@+id/numeric_signed_decimal"
56
<
TextView
android:id="@+id/numeric_signed_decimal_integer"
/developers/build/prebuilts/gradle/RecyclerView/Application/src/main/java/com/example/android/recyclerview/
CustomAdapter.java
25
import android.widget.
TextView
;
40
private final
TextView
textView
;
51
textView
= (
TextView
) v.findViewById(R.id.
textView
);
54
public
TextView
getTextView() {
55
return
textView
;
/developers/build/prebuilts/gradle/SlidingTabsBasic/Application/src/main/res/layout/
pager_item.xml
9
<
TextView
16
<
TextView
/developers/samples/android/ui/views/RecyclerView/Application/src/main/java/com/example/android/recyclerview/
CustomAdapter.java
25
import android.widget.
TextView
;
40
private final
TextView
textView
;
51
textView
= (
TextView
) v.findViewById(R.id.
textView
);
54
public
TextView
getTextView() {
55
return
textView
;
/developers/samples/android/ui/views/SlidingTabs/SlidingTabsBasic/Application/src/main/res/layout/
pager_item.xml
9
<
TextView
16
<
TextView
/development/samples/ApiDemos/res/layout-sw480dp/
resources_smallest_width_row.xml
22
<
TextView
android:layout_width="0px" android:layout_height="match_parent"
26
</
TextView
>
27
<
TextView
android:layout_width="0px" android:layout_height="match_parent"
31
</
TextView
>
32
<
TextView
android:layout_width="0px" android:layout_height="match_parent"
36
</
TextView
>
37
<
TextView
android:layout_width="0px" android:layout_height="match_parent"
41
</
TextView
>
/development/samples/Support4Demos/res/layout/
accessibility_manager.xml
11
<
TextView
16
<
TextView
/development/samples/SupportDesignDemos/src/com/example/android/support/design/widget/
SimpleStringRecyclerViewAdapter.java
28
import android.widget.
TextView
;
42
public
TextView
mTextView;
44
public ViewHolder(
TextView
v) {
71
TextView
textView
= (
TextView
) LayoutInflater.from(parent.getContext())
73
textView
.setBackgroundResource(mBackground);
74
return new ViewHolder(
textView
);
/development/samples/WiFiDirectServiceDiscovery/res/layout/
main.xml
15
<
TextView
20
</
TextView
>
/development/samples/browseable/RecyclerView/src/com.example.android.recyclerview/
CustomAdapter.java
25
import android.widget.
TextView
;
40
private final
TextView
textView
;
51
textView
= (
TextView
) v.findViewById(R.id.
textView
);
54
public
TextView
getTextView() {
55
return
textView
;
/development/samples/browseable/SlidingTabsBasic/res/layout/
pager_item.xml
9
<
TextView
16
<
TextView
/device/google/accessory/demokit/app/res/layout/
relaybutton.xml
5
<
TextView
android:text="@string/relay1Label" style="@style/DemoKitControlLabel"
7
android:layout_height="wrap_content"></
TextView
>
servo.xml
5
<
TextView
android:layout_height="wrap_content" style="@style/DemoKitControlLabel"
6
android:layout_width="wrap_content" android:text="@string/servo1Label"></
TextView
>
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
AbsSpinnerTest.java
13
import android.widget.
TextView
;
105
assertThat(((
TextView
) spinner.getSelectedView()).getText().toString(),
114
assertThat(((
TextView
) spinner.getSelectedView()).getText().toString(),
124
TextView
textView
= new
TextView
(getContext());
125
textView
.setText(getItem(position));
126
return
textView
;
Completed in 339 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>