AppBarLayout.Behavior.DragCallback

public static abstract class AppBarLayout.Behavior.DragCallback
extends BaseDragCallback<AppBarLayout>

java.lang.Object
   ↳ com.google.android.material.appbar.AppBarLayout.BaseBehavior.BaseDragCallback<com.google.android.material.appbar.AppBarLayout>
     ↳ com.google.android.material.appbar.AppBarLayout.Behavior.DragCallback


Callback to allow control over any AppBarLayout dragging.

Summary

Public constructors

DragCallback()

Inherited methods

abstract boolean canDrag(AppBarLayout appBarLayout)

Allows control over whether the given AppBarLayout can be dragged or not.

Object clone()
boolean equals(Object arg0)
void finalize()
final Class<?> getClass()
int hashCode()
final void notify()
final void notifyAll()
String toString()
final void wait(long arg0, int arg1)
final void wait(long arg0)
final void wait()

Public constructors

DragCallback

public DragCallback ()