HomeSort by relevance Sort by last modified time
    Searched defs:mMainThreadProxy (Results 1 - 3 of 3) sorted by null

  /frameworks/support/v7/recyclerview/src/android/support/v7/util/
AsyncListUtil.java 58 final ThreadUtil.MainThreadCallback<T> mMainThreadProxy;
97 mMainThreadProxy = threadUtil.getMainThreadProxy(mMainThreadCallback);
307 mMainThreadProxy.updateItemCount(mGeneration, mItemCount);
402 mMainThreadProxy.addTile(mGeneration, tile);
410 mMainThreadProxy.removeTile(mGeneration, position);
  /frameworks/support/v7/recyclerview/tests/src/android/support/v7/util/
ThreadUtilTest.java 38 ThreadUtil.MainThreadCallback<Integer> mMainThreadProxy;
51 mMainThreadProxy = threadUtil.getMainThreadProxy(
105 // In this test and below the calls to mMainThreadProxy are not really made from the UI
106 // thread. That's OK since the message queue inside mMainThreadProxy is synchronized.
107 mMainThreadProxy.updateItemCount(7, 9);
116 mMainThreadProxy.addTile(3, tile);
124 mMainThreadProxy.removeTile(1, 2);
  /prebuilts/sdk/current/support/v7/recyclerview/libs/
android-support-v7-recyclerview.jar 

Completed in 545 milliseconds