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

  /frameworks/support/v7/recyclerview/src/android/support/v7/util/
DiffUtil.java 692 final BatchingListUpdateCallback batchingCallback;
694 batchingCallback = (BatchingListUpdateCallback) updateCallback;
696 batchingCallback = new BatchingListUpdateCallback(updateCallback);
700 updateCallback = batchingCallback;
713 dispatchRemovals(postponedUpdates, batchingCallback, endX, posOld - endX, endX);
717 dispatchAdditions(postponedUpdates, batchingCallback, endX, posNew - endY,
722 batchingCallback.onChanged(snake.x + i, 1,
    [all...]
  /hardware/qcom/gps/msm8998/location/
LocationAPI.h 586 batchingCallback is called when delivering locations in a batching session.
591 )> batchingCallback;
646 batchingCallback batchingCb; // optional
708 with response. locations are reported on the batchingCallback passed in createInstance
710 the low power processor and delivers them in batches by the batchingCallback when
718 LOCATION_ERROR_CALLBACK_MISSING if no batchingCallback was passed in createInstance
    [all...]
LocationAPIClientBase.h 443 batchingCallback mBatchingCallback;
  /prebuilts/sdk/current/support/v7/recyclerview/libs/
android-support-v7-recyclerview.jar 

Completed in 572 milliseconds