Searched refs:QueryRunner (Results 1 – 11 of 11) sorted by relevance
/frameworks/support/content/api_legacy/ |
D | 27.0.0.txt | 4 …ic ContentPager(android.content.ContentResolver, android.support.content.ContentPager.QueryRunner); 5 …ntentPager(android.content.ContentResolver, android.support.content.ContentPager.QueryRunner, int); 28 public static abstract interface ContentPager.QueryRunner { 31 …id query(android.support.content.Query, android.support.content.ContentPager.QueryRunner.Callback); 34 public static abstract interface ContentPager.QueryRunner.Callback { 39 public final class LoaderQueryRunner implements android.support.content.ContentPager.QueryRunner { 43 …id query(android.support.content.Query, android.support.content.ContentPager.QueryRunner.Callback);
|
D | 28.0.0-alpha1.txt | 4 …ic ContentPager(android.content.ContentResolver, android.support.content.ContentPager.QueryRunner); 5 …ntentPager(android.content.ContentResolver, android.support.content.ContentPager.QueryRunner, int); 28 public static abstract interface ContentPager.QueryRunner { 31 …id query(android.support.content.Query, android.support.content.ContentPager.QueryRunner.Callback); 34 public static abstract interface ContentPager.QueryRunner.Callback { 39 public final class LoaderQueryRunner implements android.support.content.ContentPager.QueryRunner { 43 …id query(android.support.content.Query, android.support.content.ContentPager.QueryRunner.Callback);
|
D | 27.1.0.txt | 4 …ic ContentPager(android.content.ContentResolver, android.support.content.ContentPager.QueryRunner); 5 …ntentPager(android.content.ContentResolver, android.support.content.ContentPager.QueryRunner, int); 28 public static abstract interface ContentPager.QueryRunner { 31 …id query(android.support.content.Query, android.support.content.ContentPager.QueryRunner.Callback); 34 public static abstract interface ContentPager.QueryRunner.Callback { 39 public final class LoaderQueryRunner implements android.support.content.ContentPager.QueryRunner { 43 …id query(android.support.content.Query, android.support.content.ContentPager.QueryRunner.Callback);
|
D | current.txt | 4 …ic ContentPager(android.content.ContentResolver, android.support.content.ContentPager.QueryRunner); 5 …ntentPager(android.content.ContentResolver, android.support.content.ContentPager.QueryRunner, int); 28 public static abstract interface ContentPager.QueryRunner { 31 …id query(android.support.content.Query, android.support.content.ContentPager.QueryRunner.Callback); 34 public static abstract interface ContentPager.QueryRunner.Callback { 39 public final class LoaderQueryRunner implements android.support.content.ContentPager.QueryRunner { 43 …id query(android.support.content.Query, android.support.content.ContentPager.QueryRunner.Callback);
|
/frameworks/support/content/api/ |
D | current.txt | 4 …tentPager(android.content.ContentResolver, androidx.contentpager.content.ContentPager.QueryRunner); 5 …ager(android.content.ContentResolver, androidx.contentpager.content.ContentPager.QueryRunner, int); 28 public static abstract interface ContentPager.QueryRunner { 31 …roidx.contentpager.content.Query, androidx.contentpager.content.ContentPager.QueryRunner.Callback); 34 public static abstract interface ContentPager.QueryRunner.Callback { 39 …c final class LoaderQueryRunner implements androidx.contentpager.content.ContentPager.QueryRunner { 43 …roidx.contentpager.content.Query, androidx.contentpager.content.ContentPager.QueryRunner.Callback);
|
/frameworks/support/content/src/main/java/androidx/contentpager/content/ |
D | ContentPager.java | 199 private final QueryRunner mQueryRunner; 200 private final QueryRunner.Callback mQueryCallback; 211 public ContentPager(ContentResolver resolver, QueryRunner queryRunner) { in ContentPager() 229 @NonNull QueryRunner queryRunner, in ContentPager() 238 mQueryCallback = new QueryRunner.Callback() { in ContentPager() 608 public interface QueryRunner { interface in ContentPager
|
D | LoaderQueryRunner.java | 35 public final class LoaderQueryRunner implements ContentPager.QueryRunner {
|
/frameworks/support/content/src/androidTest/java/androidx/contentpager/content/ |
D | LoaderQueryRunnerTest.java | 29 import androidx.contentpager.content.ContentPager.QueryRunner; 44 private QueryRunner mRunner;
|
D | TestQueryRunner.java | 26 public final class TestQueryRunner implements ContentPager.QueryRunner {
|
D | TestQueryCallback.java | 36 final class TestQueryCallback implements ContentPager.QueryRunner.Callback {
|
/frameworks/support/samples/SupportContentDemos/src/main/java/com/example/android/support/content/demos/ |
D | ContentPagerDemoActivity.java | 62 ContentPager.QueryRunner runner = new LoaderQueryRunner(this, getLoaderManager()); in onCreate()
|