public class ContactPresenceDropdown extends DropDownReceiver implements DropDown.OnStateListener, android.widget.CompoundButton.OnCheckedChangeListener
Modifier and Type | Field and Description |
---|---|
protected Contacts |
_contacts |
static java.lang.String |
GEO_CHAT_LIST |
static java.lang.String |
PRESENCE_LIST |
static java.lang.String |
REFRESH_LIST |
static java.lang.String |
SEND_LIST |
static java.lang.String |
SEND_TO_CONTACTS |
static java.lang.String |
TAG |
DROPDOWN_STATE_FULLSCREEN, DROPDOWN_STATE_NONE, DROPDOWN_STATE_NORMAL, FIVE_EIGTHS_HEIGHT, FIVE_EIGTHS_WIDTH, FIVE_TWELFTHS_HEIGHT, FIVE_TWELFTHS_WIDTH, FULL_HEIGHT, FULL_WIDTH, HALF_HEIGHT, HALF_WIDTH, HANDLE_THICKNESS_LANDSCAPE, HANDLE_THICKNESS_PORTRAIT, NO_HEIGHT, NO_WIDTH, QUARTER_SCREEN, SEVEN_SIXTEENTH_WIDTH, THIRD_HEIGHT, THIRD_WIDTH, THREE_EIGHTHS_HEIGHT, THREE_EIGHTHS_WIDTH, TWO_THIRDS_HEIGHT, TWO_THIRDS_WIDTH
Constructor and Description |
---|
ContactPresenceDropdown(MapView mapView,
ContactListAdapter contactAdapter) |
ContactPresenceDropdown(MapView mapView,
ContactListAdapter contactAdapter,
Contacts contacts) |
Modifier and Type | Method and Description |
---|---|
void |
disposeImpl()
Any drop down specific disposal implementation that is performed during the
disposal of a drop down.
|
ContactListAdapter |
getAdapter() |
protected boolean |
onBackButtonPressed()
For a dropdown that has told the drop down manager to ignore the back button.
|
void |
onCheckedChanged(android.widget.CompoundButton cb,
boolean checked) |
void |
onDropDownClose() |
void |
onDropDownSelectionRemoved() |
void |
onDropDownSizeChanged(double width,
double height) |
void |
onDropDownVisible(boolean v) |
void |
onReceive(android.content.Context context,
android.content.Intent intent) |
boolean |
showUnreadOnly() |
_showDropDown, callResize, closeDropDown, dispose, dropDownAlreadyExists, getAssociationKey, getBackStackCount, getDropDown, getMapView, hideDropDown, isClosed, isPortrait, isRetained, isTablet, isTransient, isVisible, onStateRequested, resize, setAssociationKey, setRetain, setSelected, setSelected, setSelected, setTransient, showDropDown, showDropDown, showDropDown, showDropDown, showDropDown, showDropDown, showDropDown, showDropDown, showDropDown, showDropDown, unhideDropDown
abortBroadcast, clearAbortBroadcast, getAbortBroadcast, getDebugUnregister, getResultCode, getResultData, getResultExtras, goAsync, isInitialStickyBroadcast, isOrderedBroadcast, peekService, setDebugUnregister, setOrderedHint, setResult, setResultCode, setResultData, setResultExtras
public static final java.lang.String TAG
public static final java.lang.String PRESENCE_LIST
public static final java.lang.String GEO_CHAT_LIST
public static final java.lang.String SEND_LIST
public static final java.lang.String REFRESH_LIST
public static final java.lang.String SEND_TO_CONTACTS
protected final Contacts _contacts
public ContactPresenceDropdown(MapView mapView, ContactListAdapter contactAdapter, Contacts contacts)
public ContactPresenceDropdown(MapView mapView, ContactListAdapter contactAdapter)
public void disposeImpl()
DropDownReceiver
disposeImpl
in class DropDownReceiver
public void onReceive(android.content.Context context, android.content.Intent intent)
onReceive
in class android.content.BroadcastReceiver
public void onCheckedChanged(android.widget.CompoundButton cb, boolean checked)
onCheckedChanged
in interface android.widget.CompoundButton.OnCheckedChangeListener
public ContactListAdapter getAdapter()
public boolean showUnreadOnly()
protected boolean onBackButtonPressed()
DropDownReceiver
onBackButtonPressed
in class DropDownReceiver
public void onDropDownClose()
onDropDownClose
in interface DropDown.OnStateListener
public void onDropDownVisible(boolean v)
onDropDownVisible
in interface DropDown.OnStateListener
public void onDropDownSizeChanged(double width, double height)
onDropDownSizeChanged
in interface DropDown.OnStateListener
public void onDropDownSelectionRemoved()
onDropDownSelectionRemoved
in interface DropDown.OnStateListener