Searched defs:inflatePhoto (Results 1 - 3 of 3) sorted by relevance

/packages/experimental/LoaderApp/src/com/android/loaderapp/model/
H A DExchangeSource.java57 inflatePhoto(context, inflateLevel);
268 protected DataKind inflatePhoto(Context context, int inflateLevel) { method in class:ExchangeSource
269 final DataKind kind = super.inflatePhoto(context, ContactsSource.LEVEL_MIMETYPES);
H A DGoogleSource.java61 inflatePhoto(context, inflateLevel);
142 protected DataKind inflatePhoto(Context context, int inflateLevel) { method in class:GoogleSource
143 return super.inflatePhoto(context, inflateLevel);
H A DFallbackSource.java76 inflatePhoto(context, inflateLevel);
371 protected DataKind inflatePhoto(Context context, int inflateLevel) { method in class:FallbackSource

Completed in 71 milliseconds