Filter by API Level:
Package Index
|
Class Index
android
android.app
android.database.sqlite
android.media.audiofx
android.net
android.net.cw
android.os
android.provider
android.server.data
android.telephony
android.text.method
android.text.style
android.view
android.webkit
android.widget
com.android.internal.telephony
com.android.internal.telephony.cat
com.android.internal.telephony.cdma
com.android.internal.telephony.gsm
com.android.internal.telephony.htcims
com.google.android.net
com.htc.app
com.htc.app.admin
com.htc.consts
com.htc.content
com.htc.customization
com.htc.dialog
com.htc.dlnainterface
com.htc.encrypt
com.htc.encrypt.tool
com.htc.extension
com.htc.fragment.app
com.htc.fragment.content
com.htc.fragment.widget
com.htc.graphic
com.htc.htcjavaflag
com.htc.lockscreen
com.htc.lockscreen.fusion.idlescreen
com.htc.lockscreen.fusion.open
com.htc.lockscreen.fusion.view
com.htc.lockscreen.fusion.widget
com.htc.lockscreen.fusion.widget.ctrl
com.htc.lockscreen.fusion.widget.sense35
com.htc.lockscreen.idlescreen
com.htc.lockscreen.idlescreen.phonecall
com.htc.lockscreen.idlescreen.pub
com.htc.lockscreen.keyboard
com.htc.lockscreen.music
com.htc.lockscreen.ntf
com.htc.lockscreen.open.phone
com.htc.lockscreen.pub
com.htc.lockscreen.reminder
com.htc.lockscreen.telephony
com.htc.lockscreen.view
com.htc.lockscreen.widget
com.htc.net
com.htc.net.FourG
com.htc.net.wimax
com.htc.notification
com.htc.painting.engine
com.htc.painting.engine.render
com.htc.painting.engine.stroke
com.htc.painting.pal
com.htc.painting.penmenu
com.htc.painting.penmenu.highlight
com.htc.painting.penmenu15
com.htc.painting.penmenu15.view
com.htc.painting.tool.pen
com.htc.pen
com.htc.profileflag
com.htc.provider
com.htc.quickselection
com.htc.res
com.htc.service
com.htc.textselection
com.htc.tracker
com.htc.urlshorten
com.htc.util
com.htc.util.backup
com.htc.util.htcresutil
com.htc.util.res
com.htc.util.skin
com.htc.utils.perf
com.htc.version
com.htc.view
com.htc.view.animation
com.htc.view.table
com.htc.view.util
com.htc.widget
com.htc.widget.internal
com.kddi.android.internal.telephony.cdma
com.kddi.android.internal.telephony.cdma.sms
Interfaces
Checkin.Crashes
Checkin.Events
Checkin.Properties
Checkin.Stats
Checkin.TriggerIntent
htcCheckin.Crashes
htcCheckin.Events
htcCheckin.IntentAction
htcCheckin.Message
htcCheckin.Properties
htcCheckin.Stats
HtcContactsContract.DefaultAction
HtcMessages.HtcPendingMsgColumns
HtcUnionContact.SocialNetworkColumns
Classes
Checkin
htcCheckin
HtcContactsContract
HtcContactsContract.BALCKLIST
HtcContactsContract.BLACKLIST_PASSWORD
HtcContactsContract.BLOCKED_NUMBER
HtcContactsContract.BLOCKED_SIM
HtcContactsContract.CallLogExt
HtcContactsContract.CommonDataKinds
HtcContactsContract.CommonDataKinds.Email
HtcContactsContract.CommonDataKinds.Phone
HtcContactsContract.CommonDataKinds.StructuredName
HtcContactsContract.Contacts
HtcContactsContract.Diverted
HtcContactsContract.EventInstance
HtcContactsContract.Frequency
HtcContactsContract.Groups
HtcContactsContract.HtcEvent
HtcContactsContract.HtcStructuredName
HtcContactsContract.Intent
HtcContactsContract.Intent.UI
HtcContactsContract.IpDial
HtcContactsContract.Link
HtcContactsContract.SIMContacts
HtcContactsContract.SpeedDial
HtcContactsContract.SuggestException
HtcContactsContract.Suggestion
HtcContactsContract.ThumbnailsSequence
HtcContactsContract.UnknownContact
HtcContactsContract.VIP
HtcContactsContract.VIP_SIM
HtcMessages
HtcMessages.HtcSms
HtcMessages.HtcSms.PendingMsg
HtcUnionContact
HtcUnionContact.AllContacts
HtcUnionContact.Config
HtcUnionContact.ContactMethodInfo
HtcUnionContact.ContactUtils
HtcUnionContact.Group
HtcUnionContact.HtcArrayAdapter
<E>
HtcUnionContact.Intents
HtcUnionContact.MyContactCard
HtcUnionContact.PeopleInfo
HtcUnionContact.PhoneInfo
HtcUnionContact.SimContacts
HtcUnionContact.SimpleContactInfo
HtcUnionContact.SmartDialing
HtcUnionContact.SpeedDial
HtcUnionContact.Thumbnails
Enums
Checkin.Events.Tag
Checkin.Properties.Tag
Checkin.Stats.Tag
htcCheckin.Events.Tag
htcCheckin.Properties.Tag
htcCheckin.Stats.Tag
Exceptions
HtcUnionContact.UnknowContactQueryURIException
Package Index
|
Class Index
Summary:
Inherited Constants
|
Ctors
|
Methods
|
Inherited Methods
|
[Expand All]
Since:
API Level 4.20
public static abstract class
HtcUnionContact.HtcArrayAdapter
extends
BaseAdapter
java.lang.Object
↳
android.widget.BaseAdapter
↳
android.provider.HtcUnionContact.HtcArrayAdapter<E>
Summary
[Expand]
Inherited Constants
From interface android.widget.Adapter
int
IGNORE_ITEM_VIEW_TYPE
int
NO_SELECTION
Public Constructors
HtcUnionContact.HtcArrayAdapter
(
Context
context, int layoutRes)
Public Methods
abstract void
bindView
(
View
view, E item)
int
getCount
()
Object
getItem
(int position)
long
getItemId
(int position)
View
getView
(int position,
View
convertView,
ViewGroup
parent)
E
itemForPosition
(int position)
void
setSource
(
List
<E> list)
[Expand]
Inherited Methods
From class
android.widget.BaseAdapter
boolean
areAllItemsEnabled
()
View
getDropDownView
(int arg0,
View
arg1,
ViewGroup
arg2)
int
getItemViewType
(int arg0)
int
getViewTypeCount
()
boolean
hasStableIds
()
boolean
isEmpty
()
boolean
isEnabled
(int arg0)
void
notifyDataSetChanged
()
void
notifyDataSetInvalidated
()
void
registerDataSetObserver
(
DataSetObserver
arg0)
void
unregisterDataSetObserver
(
DataSetObserver
arg0)
From class
java.lang.Object
Object
clone
()
boolean
equals
(
Object
arg0)
void
finalize
()
final
Class
<?>
getClass
()
int
hashCode
()
final void
notify
()
final void
notifyAll
()
String
toString
()
final void
wait
()
final void
wait
(long arg0, int arg1)
final void
wait
(long arg0)
From interface
android.widget.Adapter
abstract int
getCount
()
abstract
Object
getItem
(int arg0)
abstract long
getItemId
(int arg0)
abstract int
getItemViewType
(int arg0)
abstract
View
getView
(int arg0,
View
arg1,
ViewGroup
arg2)
abstract int
getViewTypeCount
()
abstract boolean
hasStableIds
()
abstract boolean
isEmpty
()
abstract void
registerDataSetObserver
(
DataSetObserver
arg0)
abstract void
unregisterDataSetObserver
(
DataSetObserver
arg0)
From interface
android.widget.ListAdapter
abstract boolean
areAllItemsEnabled
()
abstract boolean
isEnabled
(int arg0)
From interface
android.widget.SpinnerAdapter
abstract
View
getDropDownView
(int arg0,
View
arg1,
ViewGroup
arg2)
Public Constructors
public
HtcUnionContact.HtcArrayAdapter
(
Context
context, int layoutRes)
Since:
API Level 4.20
Public Methods
public abstract void
bindView
(
View
view, E item)
Since:
API Level 4.20
public int
getCount
()
Since:
API Level 4.20
public
Object
getItem
(int position)
Since:
API Level 4.20
public long
getItemId
(int position)
Since:
API Level 4.20
public
View
getView
(int position,
View
convertView,
ViewGroup
parent)
Since:
API Level 4.20
public E
itemForPosition
(int position)
Since:
API Level 4.20
public void
setSource
(
List
<E> list)
Since:
API Level 4.20