Home
last modified time | relevance | path

Searched refs:ContentCallback (Results 1 – 11 of 11) sorted by relevance

/frameworks/support/content/src/androidTest/java/androidx/contentpager/content/
DQueryTest.java26 import androidx.contentpager.content.ContentPager.ContentCallback;
38 private static final ContentCallback sCallback = new ContentCallback() {
DLoaderQueryRunnerTest.java28 import androidx.contentpager.content.ContentPager.ContentCallback;
59 ContentCallback dummyContentCallback = new ContentCallback() { in testRunsQuery()
DContentPagerTest.java41 import androidx.contentpager.content.ContentPager.ContentCallback;
407 private static final class TestContentCallback implements ContentCallback {
/frameworks/support/content/src/main/java/androidx/contentpager/content/
DQuery.java52 private final ContentPager.ContentCallback mCallback;
59 @NonNull ContentPager.ContentCallback callback) { in Query()
110 @NonNull ContentPager.ContentCallback getCallback() { in getCallback()
DContentPager.java279 @NonNull ContentCallback callback) { in query()
537 public interface ContentCallback { interface in ContentPager
/frameworks/support/content/api_legacy/
D27.0.0.txt7 …id.os.Bundle, android.os.CancellationSignal, android.support.content.ContentPager.ContentCallback);
21 public static abstract interface ContentPager.ContentCallback {
D28.0.0-alpha1.txt7 …id.os.Bundle, android.os.CancellationSignal, android.support.content.ContentPager.ContentCallback);
21 public static abstract interface ContentPager.ContentCallback {
D27.1.0.txt7 …id.os.Bundle, android.os.CancellationSignal, android.support.content.ContentPager.ContentCallback);
21 public static abstract interface ContentPager.ContentCallback {
Dcurrent.txt7 …id.os.Bundle, android.os.CancellationSignal, android.support.content.ContentPager.ContentCallback);
21 public static abstract interface ContentPager.ContentCallback {
/frameworks/support/content/api/
Dcurrent.txt7 …Bundle, android.os.CancellationSignal, androidx.contentpager.content.ContentPager.ContentCallback);
21 public static abstract interface ContentPager.ContentCallback {
/frameworks/support/samples/SupportContentDemos/src/main/java/com/example/android/support/content/demos/
DContentPagerDemoActivity.java31 import androidx.contentpager.content.ContentPager.ContentCallback;
150 private final class Adapter extends RecyclerView.Adapter<Holder> implements ContentCallback {