OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:checkedcount
(Results
1 - 4
of
4
) sorted by null
/development/samples/ApiDemos/src/com/example/android/apis/view/
List15.java
88
final int
checkedCount
= getListView().getCheckedItemCount();
89
switch (
checkedCount
) {
97
mode.setSubtitle("" +
checkedCount
+ " items selected");
List16.java
85
final int
checkedCount
= getListView().getCheckedItemCount();
86
switch (
checkedCount
) {
94
mode.setSubtitle("" +
checkedCount
+ " items selected");
/packages/apps/Settings/src/com/android/settings/localepicker/
LocaleListEditor.java
141
int
checkedCount
= mAdapter.getCheckedCount();
144
if (
checkedCount
== 0) {
150
if (
checkedCount
== mAdapter.getItemCount()) {
172
checkedCount
);
/frameworks/base/core/java/android/widget/
ListView.java
[
all
...]
Completed in 195 milliseconds