mobi.voiceassistant.client.content
Class BubbleListAdapter
java.lang.Object
android.os.Binder
mobi.voiceassistant.client.content.IBubbleListAdapter.Stub
mobi.voiceassistant.client.content.BubbleListAdapter
- All Implemented Interfaces:
- IBinder, IInterface, Parcelable, IBubbleListAdapter
public class BubbleListAdapter
- extends IBubbleListAdapter.Stub
- implements Parcelable
Methods inherited from class android.os.Binder |
attachInterface, clearCallingIdentity, dump, dump, dumpAsync, finalize, flushPendingCommands, getCallingPid, getCallingUid, getCallingUserHandle, getInterfaceDescriptor, isBinderAlive, joinThreadPool, linkToDeath, pingBinder, queryLocalInterface, restoreCallingIdentity, transact, unlinkToDeath |
CREATOR
public static Parcelable.Creator<BubbleListAdapter> CREATOR
BubbleListAdapter
public BubbleListAdapter()
BubbleListAdapter
public BubbleListAdapter(Parcel parcel)
getCount
public int getCount()
- Specified by:
getCount
in interface IBubbleListAdapter
getLoadingBubble
public Bubble getLoadingBubble(int position)
- Specified by:
getLoadingBubble
in interface IBubbleListAdapter
getBubble
public Bubble getBubble(int position)
- Specified by:
getBubble
in interface IBubbleListAdapter
describeContents
public int describeContents()
- Specified by:
describeContents
in interface Parcelable
writeToParcel
public void writeToParcel(Parcel parcel,
int flags)
- Specified by:
writeToParcel
in interface Parcelable