Class RecyclableFrameLayout

  • All Implemented Interfaces:
    android.graphics.drawable.Drawable.Callback , android.view.KeyEvent.Callback , android.view.ViewManager , android.view.ViewParent , android.view.accessibility.AccessibilityEventSource , com.pspdfkit.internal.utilities.recycler.Recyclable

    
    public final class RecyclableFrameLayout
    extends FrameLayout implements Recyclable
                        

    A FrameLayout that dispatches recycle calls to its child views.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      Unit recycle() Recycles the object to be used at a later point.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • RecyclableFrameLayout

        RecyclableFrameLayout(Context context)
    • Method Detail

      • recycle

         Unit recycle()

        Recycles the object to be used at a later point. This should free or recycle "heavy" resources and should unregister any previously registered listeners or callbacks.