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

org.holoeverywhere.widget.HeterogeneousExpandableList Maven / Gradle / Ivy

The newest version!

package org.holoeverywhere.widget;

public interface HeterogeneousExpandableList {
    int getChildType(int groupPosition, int childPosition);

    int getChildTypeCount();

    int getGroupType(int groupPosition);

    int getGroupTypeCount();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy