HomeSort by relevance Sort by last modified time
    Searched refs:checkedCount (Results 1 - 5 of 5) 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/deviceinfo/
MiscFilesHandler.java 100 int checkedCount = getListView().getCheckedItemCount();
101 if (checkedCount > mDataCount) {
103 "checkedCount: " + checkedCount + ", dataSize: " + mDataCount);
  /packages/apps/Mms/src/com/android/mms/ui/
ConversationList.java     [all...]
  /frameworks/base/core/java/android/widget/
ListView.java     [all...]

Completed in 157 milliseconds