public class

SlidingPaneLayout.SimplePanelSlideListener

extends java.lang.Object

implements SlidingPaneLayout.PanelSlideListener

 java.lang.Object

↳androidx.slidingpanelayout.widget.SlidingPaneLayout.SimplePanelSlideListener

Overview

No-op stubs for SlidingPaneLayout.PanelSlideListener. If you only want to implement a subset of the listener methods you can extend this instead of implement the full interface.

Summary

Constructors
publicSimplePanelSlideListener()

Methods
public voidonPanelClosed(View panel)

public voidonPanelOpened(View panel)

public voidonPanelSlide(View panel, float slideOffset)

from java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Constructors

public SimplePanelSlideListener()

Methods

public void onPanelSlide(View panel, float slideOffset)

public void onPanelOpened(View panel)

public void onPanelClosed(View panel)