HomeSort by relevance Sort by last modified time
    Searched defs:checkedCount (Results 1 - 3 of 3) 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);

Completed in 319 milliseconds