All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.nhaarman.listviewanimations.itemmanipulation.dragdrop.DragAndDropListViewWrapper Maven / Gradle / Ivy

There is a newer version: 3.1.0
Show newest version
package com.nhaarman.listviewanimations.itemmanipulation.dragdrop;

import android.widget.AbsListView;

import com.nhaarman.listviewanimations.util.ListViewWrapper;

public interface DragAndDropListViewWrapper extends ListViewWrapper {

    void setOnScrollListener(AbsListView.OnScrollListener onScrollListener);

    int pointToPosition(int x, int y);

    int computeVerticalScrollOffset();

    int computeVerticalScrollExtent();

    int computeVerticalScrollRange();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy