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

  /frameworks/layoutlib/bridge/src/android/graphics/
ImageDecoder.java 103 private static class ContentResolverSource extends Source {
104 ContentResolverSource(@NonNull ContentResolver resolver, @NonNull Uri uri) {
355 return new ContentResolverSource(cr, uri);
  /frameworks/base/graphics/java/android/graphics/
ImageDecoder.java 250 private static class ContentResolverSource extends Source {
251 ContentResolverSource(@NonNull ContentResolver resolver, @NonNull Uri uri,
846 return new ContentResolverSource(cr, uri, null);
858 return new ContentResolverSource(cr, uri, res);
    [all...]

Completed in 94 milliseconds