Since: API Level 3.0
public static interface

CurtainFoldLayout.OnFoldChangedListener

com.droidux.ui.widgets.layout.CurtainFoldLayout.OnFoldChangedListener

Class Overview

A listener that will be notified on start and end of the folding.

Summary

Public Methods
abstract void onFoldChanged(float newFoldFactor, float oldFoldFactor)

Public Methods

public abstract void onFoldChanged (float newFoldFactor, float oldFoldFactor)

Since: API Level 3.0