OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:getcheckeditemcount
(Results
1 - 12
of
12
) sorted by null
/development/samples/ApiDemos/src/com/example/android/apis/view/
List15.java
67
Toast.makeText(List15.this, "Shared " + getListView().
getCheckedItemCount
() +
88
final int checkedCount = getListView().
getCheckedItemCount
();
List16.java
68
Toast.makeText(List16.this, "Shared " + getListView().
getCheckedItemCount
() +
85
final int checkedCount = getListView().
getCheckedItemCount
();
Grid3.java
152
int selectCount = mGrid.
getCheckedItemCount
();
/packages/apps/Settings/src/com/android/settings/deviceinfo/
MiscFilesHandler.java
100
int checkedCount = getListView().
getCheckedItemCount
();
167
int numChecked = lv.
getCheckedItemCount
();
268
if (listView.
getCheckedItemCount
() > 0) {
278
if (listView.
getCheckedItemCount
() > 0) {
/frameworks/base/docs/html/sdk/api_diff/11/changes/
android.widget.AbsListView.html
94
<nobr><code>int</code> <A HREF="../../../../reference/android/widget/AbsListView.html#
getCheckedItemCount
()" target="_top"><code>
getCheckedItemCount
</code></A>()</nobr>
methods_index_additions.html
387
<nobr><A HREF="android.widget.AbsListView.html#android.widget.AbsListView.getCheckedItemCount_added()" class="hiddenlink" target="rightframe"><b>
getCheckedItemCount
</b>
[
all
...]
alldiffs_index_additions.html
[
all
...]
alldiffs_index_all.html
[
all
...]
methods_index_all.html
[
all
...]
/packages/apps/Mms/src/com/android/mms/ui/
ConversationList.java
788
final int checkedCount = listView.
getCheckedItemCount
();
[
all
...]
/frameworks/ex/chips/src/com/android/ex/chips/
RecipientEditTextView.java
[
all
...]
/frameworks/base/core/java/android/widget/
AbsListView.java
844
public int
getCheckedItemCount
() {
[
all
...]
Completed in 227 milliseconds