Package 

Interface ExpandableTextView1.OnExpandStateChangeListener

    • Method Summary

      Modifier and Type Method Description
      abstract void onExpandStateChanged(TextView textView, boolean isExpanded) Called when the expand/collapse animation has been finished
      • Methods inherited from class java.lang.Object

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

      • onExpandStateChanged

         abstract void onExpandStateChanged(TextView textView, boolean isExpanded)

        Called when the expand/collapse animation has been finished

        Parameters:
        textView - - TextView being expanded/collapsed
        isExpanded - - true if the TextView has been expanded