Home | History | Annotate | Download | only in widget

Lines Matching refs:checkedCount

3785             int checkedCount = 0;
3788 ids[checkedCount++] = adapter.getItemId(states.keyAt(i));
3793 // resulting in checkedCount being smaller than count.
3794 if (checkedCount == count) {
3797 final long[] result = new long[checkedCount];
3798 System.arraycopy(ids, 0, result, 0, checkedCount);