OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:choicemode
(Results
1 - 25
of
62
) sorted by null
1
2
3
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowListView.java
24
private int
choiceMode
;
62
if (
choiceMode
!= ListView.CHOICE_MODE_NONE) {
65
if (
choiceMode
== ListView.CHOICE_MODE_MULTIPLE) {
176
return
choiceMode
;
180
public void setChoiceMode(int
choiceMode
) {
181
this.
choiceMode
=
choiceMode
;
186
if (
choiceMode
== ListView.CHOICE_MODE_SINGLE) {
189
} else if (
choiceMode
== ListView.CHOICE_MODE_MULTIPLE) {
196
if (
choiceMode
!= ListView.CHOICE_MODE_SINGLE || checkedItemPositions.size() != 1
[
all
...]
/developers/build/prebuilts/gradle/CustomChoiceList/CustomChoiceListSample/src/main/res/values/
base-strings.xml
26
This sample demonstrates how to create custom checkable layouts, for use with ListView\'s
choiceMode
/development/samples/browseable/CustomChoiceList/res/values/
base-strings.xml
26
This sample demonstrates how to create custom checkable layouts, for use with ListView\'s
choiceMode
/packages/apps/KeyChain/res/layout/
cert_chooser.xml
21
android:
choiceMode
="singleChoice"
/developers/build/prebuilts/gradle/CustomChoiceList/CustomChoiceListSample/src/main/res/layout/
sample_main.xml
30
When a ListView has a
choiceMode
set, it will allow users to "choose"
53
android:
choiceMode
="multipleChoice" />
list_item.xml
18
The ListView from sample_main.xml has a
choiceMode
set, meaning that when a user
/developers/samples/android/ui/lists/CustomChoiceList/CustomChoiceListSample/src/main/res/layout/
sample_main.xml
30
When a ListView has a
choiceMode
set, it will allow users to "choose"
53
android:
choiceMode
="multipleChoice" />
list_item.xml
18
The ListView from sample_main.xml has a
choiceMode
set, meaning that when a user
/development/samples/browseable/CustomChoiceList/res/layout/
sample_main.xml
30
When a ListView has a
choiceMode
set, it will allow users to "choose"
53
android:
choiceMode
="multipleChoice" />
list_item.xml
18
The ListView from sample_main.xml has a
choiceMode
set, meaning that when a user
/packages/apps/Browser/res/layout/
bookmark_sync_wizard.xml
42
android:
choiceMode
="singleChoice" />
67
android:
choiceMode
="singleChoice" />
/developers/samples/android/ui/lists/CustomChoiceList/
template-params.xml
28
This sample demonstrates how to create custom checkable layouts, for use with ListView\'s
choiceMode
/packages/apps/Camera/res/layout/
list_pref_setting_popup.xml
38
android:
choiceMode
="singleChoice" />
/packages/apps/Camera2/res/layout/
list_pref_setting_popup.xml
38
android:
choiceMode
="singleChoice" />
/packages/apps/Gallery2/res/layout/
list_pref_setting_popup.xml
38
android:
choiceMode
="singleChoice" />
album_content.xml
46
android:
choiceMode
="multipleChoiceModal"
multigrid_content.xml
46
android:
choiceMode
="multipleChoiceModal"
ingest_activity_item_list.xml
25
android:
choiceMode
="multipleChoiceModal"
/packages/apps/LegacyCamera/res/layout/
basic_setting_popup.xml
41
android:
choiceMode
="singleChoice" />
/developers/build/prebuilts/gradle/CustomChoiceList/CustomChoiceListSample/src/main/java/com/example/android/customchoicelist/
CheckableLinearLayout.java
32
* {@link android.widget.AbsListView#setChoiceMode(int)
choiceMode
} set.
/developers/samples/android/ui/lists/CustomChoiceList/CustomChoiceListSample/src/main/java/com/example/android/customchoicelist/
CheckableLinearLayout.java
32
* {@link android.widget.AbsListView#setChoiceMode(int)
choiceMode
} set.
/development/samples/browseable/CustomChoiceList/src/com.example.android.customchoicelist/
CheckableLinearLayout.java
32
* {@link android.widget.AbsListView#setChoiceMode(int)
choiceMode
} set.
/development/samples/training/NavigationDrawer/res/layout/
activity_main.xml
43
android:
choiceMode
="singleChoice"
/frameworks/base/core/res/res/layout/
choose_type_and_account.xml
44
android:
choiceMode
="singleChoice" />
/frameworks/opt/timezonepicker/res/layout/
timezonepickerview.xml
66
android:
choiceMode
="singleChoice" >
Completed in 353 milliseconds
1
2
3