FileDocCategorySizeDatePackage
PhotoViewCallbacks.javaAPI DocAndroid 5.1 API3397Thu Mar 12 22:22:52 GMT 2015com.android.ex.photo

PhotoViewCallbacks

public interface PhotoViewCallbacks

Fields Summary
public static final int
BITMAP_LOADER_AVATAR
public static final int
BITMAP_LOADER_THUMBNAIL
public static final int
BITMAP_LOADER_PHOTO
Constructors Summary
Methods Summary
public voidaddCursorListener(com.android.ex.photo.PhotoViewCallbacks$CursorChangedListener listener)

public voidaddScreenListener(int position, com.android.ex.photo.PhotoViewCallbacks$OnScreenListener listener)

public com.android.ex.photo.adapters.PhotoPagerAdaptergetAdapter()
Returns the adapter associated with this activity.

public booleanisFragmentActive(android.support.v4.app.Fragment fragment)

public booleanisFragmentFullScreen(android.support.v4.app.Fragment fragment)

public android.support.v4.content.LoaderonCreateBitmapLoader(int id, android.os.Bundle args, java.lang.String uri)

public voidonCursorChanged(com.android.ex.photo.fragments.PhotoViewFragment fragment, android.database.Cursor cursor)

public voidonFragmentPhotoLoadComplete(com.android.ex.photo.fragments.PhotoViewFragment fragment, boolean success)

public voidonFragmentVisible(com.android.ex.photo.fragments.PhotoViewFragment fragment)

public voidonNewPhotoLoaded(int position)

public voidremoveCursorListener(com.android.ex.photo.PhotoViewCallbacks$CursorChangedListener listener)

public voidremoveScreenListener(int position)

public voidsetViewActivated(int position)

public voidtoggleFullScreen()