HideViewOnScrollBehavior.OnScrollStateChangedListener

public interface HideViewOnScrollBehavior.OnScrollStateChangedListener


Interface definition for a listener to be notified when the bottom view scroll state changes.

Summary

Public methods

abstract void
onStateChanged(View view, int newState)

Called when the view changes its scrolled state.

Public methods

onStateChanged

abstract void onStateChanged(View view, int newState)

Called when the view changes its scrolled state.

Parameters
View view

The scrollable view.

int newState

The new state. This will be one of STATE_SCROLLED_IN or STATE_SCROLLED_OUT.