OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:titleView
(Results
1 - 21
of
21
) sorted by null
/external/setupdesign/main/src/com/google/android/setupdesign/template/
HeaderMixin.java
150
final TextView
titleView
= getTextView();
151
if (
titleView
!= null) {
152
titleView
.setText(title);
162
final TextView
titleView
= getTextView();
163
if (
titleView
!= null) {
164
titleView
.setText(title);
170
final TextView
titleView
= getTextView();
171
return
titleView
!= null ?
titleView
.getText() : null;
175
final TextView
titleView
= getTextView()
[
all
...]
/developers/build/prebuilts/gradle/WearAccessibilityApp/Wearable/src/main/java/com/example/android/wearable/wear/wearaccessibilityapp/
RadioListActivity.java
32
TextView
titleView
= findViewById(R.id.radio_list_title);
33
titleView
.setText(R.string.radio_list);
ListsActivity.java
53
TextView
titleView
= titleLayout.findViewById(R.id.title_text);
54
titleView
.setText(R.string.lists);
55
titleView
.setOnClickListener(null); // make title non-clickable.
57
listView.addHeaderView(
titleView
);
ProgressActivity.java
53
TextView
titleView
= titleLayout.findViewById(R.id.title_text);
54
titleView
.setText(R.string.progress);
55
titleView
.setOnClickListener(null); // make title non-clickable.
57
listView.addHeaderView(
titleView
);
ListOfGraphicsActivity.java
64
TextView
titleView
= titleLayout.findViewById(R.id.title_text);
65
titleView
.setText(R.string.list_of_graphics); // Set the text of the title.
66
listView.addHeaderView(
titleView
, getString(R.string.title), false); // Set header.
DialogsActivity.java
160
TextView
titleView
= titleLayout.findViewById(R.id.title_text);
161
titleView
.setText(R.string.dialogs);
162
titleView
.setOnClickListener(null); // make title non-clickable (will not turn grey)
164
listView.addHeaderView(
titleView
);
LongListRecyclerViewAdapter.java
63
TextView
titleView
= view.findViewById(R.id.title_text);
64
titleView
.setText(R.string.a_long_list);
/developers/samples/android/wearable/wear/WearAccessibilityApp/Wearable/src/main/java/com/example/android/wearable/wear/wearaccessibilityapp/
RadioListActivity.java
34
TextView
titleView
= findViewById(R.id.radio_list_title);
35
titleView
.setText(R.string.radio_list);
ListsActivity.java
55
TextView
titleView
= titleLayout.findViewById(R.id.title_text);
56
titleView
.setText(R.string.lists);
57
titleView
.setOnClickListener(null); // make title non-clickable.
59
listView.addHeaderView(
titleView
);
ProgressActivity.java
55
TextView
titleView
= titleLayout.findViewById(R.id.title_text);
56
titleView
.setText(R.string.progress);
57
titleView
.setOnClickListener(null); // make title non-clickable.
59
listView.addHeaderView(
titleView
);
ListOfGraphicsActivity.java
65
TextView
titleView
= titleLayout.findViewById(R.id.title_text);
66
titleView
.setText(R.string.list_of_graphics); // Set the text of the title.
67
listView.addHeaderView(
titleView
, getString(R.string.title), false); // Set header.
DialogsActivity.java
162
TextView
titleView
= titleLayout.findViewById(R.id.title_text);
163
titleView
.setText(R.string.dialogs);
164
titleView
.setOnClickListener(null); // make title non-clickable (will not turn grey)
166
listView.addHeaderView(
titleView
);
LongListRecyclerViewAdapter.java
64
TextView
titleView
= view.findViewById(R.id.title_text);
65
titleView
.setText(R.string.a_long_list);
/cts/tests/tests/provider/src/android/provider/cts/
SettingsPanelTest.java
121
final UiObject2
titleView
= mDevice.findObject(By.res(SETTINGS_PACKAGE, RESOURCE_TITLE));
123
assertThat(
titleView
.getText()).isEqualTo("Internet Connectivity");
130
final UiObject2
titleView
= mDevice.findObject(By.res(SETTINGS_PACKAGE, RESOURCE_TITLE));
132
assertThat(
titleView
.getText()).isEqualTo("Volume");
139
final UiObject2
titleView
= mDevice.findObject(By.res(SETTINGS_PACKAGE, RESOURCE_TITLE));
141
assertThat(
titleView
.getText()).isEqualTo("NFC");
148
final UiObject2
titleView
= mDevice.findObject(By.res(SETTINGS_PACKAGE, RESOURCE_TITLE));
150
assertThat(
titleView
.getText()).isEqualTo("Wi\u2011Fi");
231
UiObject2
titleView
= mDevice.findObject(By.res(SETTINGS_PACKAGE, RESOURCE_TITLE));
232
assertThat(
titleView
).isNull()
[
all
...]
/external/setupdesign/main/src/com/google/android/setupdesign/items/
ExpandableSwitchItem.java
180
TextView
titleView
= (TextView) view.findViewById(R.id.sud_items_title);
181
for (Drawable drawable :
titleView
.getCompoundDrawables()) {
187
for (Drawable drawable :
titleView
.getCompoundDrawablesRelative()) {
/development/samples/IntentPlayground/src/com/example/android/intentplayground/
TreeFragment.java
78
TextView
titleView
= treeLayout.findViewById(R.id.task_tree_title);
81
titleView
.setText(mTitle);
/developers/build/prebuilts/gradle/RecipeAssistant/Application/src/main/java/com/example/android/wearable/recipeassistant/
RecipeListAdapter.java
121
TextView
titleView
= (TextView) view.findViewById(R.id.textTitle);
125
titleView
.setText(item.title);
/developers/samples/android/deprecated/wearable/wear/RecipeAssistant/Application/src/main/java/com/example/android/wearable/recipeassistant/
RecipeListAdapter.java
121
TextView
titleView
= (TextView) view.findViewById(R.id.textTitle);
125
titleView
.setText(item.title);
/development/samples/browseable/RecipeAssistant/Application/src/com.example.android.wearable.recipeassistant/
RecipeListAdapter.java
121
TextView
titleView
= (TextView) view.findViewById(R.id.textTitle);
125
titleView
.setText(item.title);
/development/samples/devbytes/animation/ListViewExpandingCells/src/com/example/android/expandingcells/
CustomArrayAdapter.java
81
TextView
titleView
= (TextView)convertView.findViewById(R.id.title_view);
84
titleView
.setText(object.getTitle());
/cts/tests/autofillservice/src/android/autofillservice/cts/
UiBot.java
634
final UiObject2
titleView
=
636
assertWithMessage("save title (%s) is not shown", RESOURCE_ID_SAVE_TITLE).that(
titleView
)
644
final String actualTitle =
titleView
.getText();
[
all
...]
Completed in 270 milliseconds