Back to Fresco

VisibilityCallback

docs/javadoc/reference/com/facebook/drawee/drawable/VisibilityCallback.html

3.6.013.2 KB
Original Source

Fresco

|

|

Packages | Classes

Interfaces

Classes

Enums

Packages | Classes

Summary: Methods | [Expand All]

public interface

VisibilityCallback

| com.facebook.drawee.drawable.VisibilityCallback |

| Known Indirect Subclasses

DraweeHolder<DH extends DraweeHierarchy>

| DraweeHolder<DH extends DraweeHierarchy> | A holder class for Drawee controller and hierarchy. |

|

Class Overview

Callback used to notify about drawable's visibility changes.

Summary

Public Methods
abstract void
Called when the drawable gets drawn.
abstract void
Called when the drawable's visibility changes.

Public Methods

public abstract void onDraw()

Called when the drawable gets drawn.

public abstract void onVisibilityChange(boolean visible)

Called when the drawable's visibility changes.

Parameters

| visible | whether or not the drawable is visible |

+Generated by Doclava. +