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

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

The 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 - 2025 Weber Informatics LLC | Privacy Policy