HomeSort by relevance Sort by last modified time
    Searched refs:cursorCount (Results 1 - 16 of 16) sorted by null

  /developers/build/prebuilts/gradle/ContentProviderPaging/kotlinApp/app/src/main/kotlin/com.example.android.contentproviderpaging/
ImageClientFragment.kt 124 val cursorCount = cursor.count
125 if (cursorCount == 0) {
129 mAdapter!!.notifyItemRangeChanged(beforeCount, cursorCount)
133 offsetSnapShot + cursorCount, totalSize)
134 mOffset.addAndGet(cursorCount)
  /developers/samples/android/content/documentsUi/ContentProviderPaging/kotlinApp/app/src/main/kotlin/com.example.android.contentproviderpaging/
ImageClientFragment.kt 124 val cursorCount = cursor.count
125 if (cursorCount == 0) {
129 mAdapter!!.notifyItemRangeChanged(beforeCount, cursorCount)
133 offsetSnapShot + cursorCount, totalSize)
134 mOffset.addAndGet(cursorCount)
  /developers/build/prebuilts/gradle/ContentProviderPaging/app/src/main/java/com/example/android/contentproviderpaging/
ImageClientFragment.java 154 int cursorCount = cursor.getCount();
155 if (cursorCount == 0) {
159 mAdapter.notifyItemRangeChanged(beforeCount, cursorCount);
163 offsetSnapShot + cursorCount, totalSize);
164 mOffset.addAndGet(cursorCount);
  /developers/samples/android/content/documentsUi/ContentProviderPaging/app/src/main/java/com/example/android/contentproviderpaging/
ImageClientFragment.java 154 int cursorCount = cursor.getCount();
155 if (cursorCount == 0) {
159 mAdapter.notifyItemRangeChanged(beforeCount, cursorCount);
163 offsetSnapShot + cursorCount, totalSize);
164 mOffset.addAndGet(cursorCount);
  /packages/apps/Messaging/src/com/android/messaging/widget/
WidgetConversationService.java 166 final int cursorCount = mCursor.getCount();
167 if (cursorCount > MAX_ITEMS_TO_SHOW) {
168 scrollToPosition += cursorCount - MAX_ITEMS_TO_SHOW;
174 " cursorCount: " + cursorCount +
  /packages/apps/UnifiedEmail/src/com/android/mail/widget/
WidgetService.java 369 final int cursorCount = mConversationCursor != null ?
371 mShouldShowViewMore = count < cursorCount || count < mFolderCount;
384 final int cursorCount = mConversationCursor != null ?
386 return Math.min(cursorCount, MAX_CONVERSATIONS_COUNT);
  /frameworks/base/packages/MtpDocumentsProvider/src/com/android/mtp/
MtpDocumentsProvider.java 182 final int cursorCount = cursor.getCount();
183 if (cursorCount == 0) {
186 } else if (cursorCount != 1) {
188 Log.wtf(TAG, "Unexpected cursor size: " + cursorCount);
    [all...]
  /frameworks/base/media/java/android/media/
RingtoneManager.java 544 final int cursorCount = cursor.getCount();
553 for (int i = 0; i < cursorCount; i++) {
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
InboundSmsHandler.java     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winuser.h     [all...]
  /external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 
  /prebuilts/misc/common/robolectric/lib/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-6.0.0_r1-robolectric-0.jar 

Completed in 422 milliseconds