MCPcopy Create free account

hub / github.com/dgmltn/Android-ShareEverywhere / types & classes

Types & classes25 in github.com/dgmltn/Android-ShareEverywhere

ClassActivityChooserModel
<p> This class represents a data model for choosing a component for handing a given {@link Intent}. The model is responsible for querying the system f
share-everywhere/src/com/dgmltn/shareeverywhere/ActivityChooserModel.java:100
InterfaceActivityChooserModelClient
Client that utilizes an {@link ActivityChooserModel}.
share-everywhere/src/com/dgmltn/shareeverywhere/ActivityChooserModel.java:105
ClassActivityChooserViewAdapter
Adapter for backing the list of activities shown in the popup.
share-everywhere/src/com/dgmltn/shareeverywhere/ShareView.java:747
ClassActivityResolveInfo
Represents an activity.
share-everywhere/src/com/dgmltn/shareeverywhere/ActivityChooserModel.java:814
InterfaceActivitySorter
Defines a sorter that is responsible for sorting the activities based on the provided historical choices and an intent.
share-everywhere/src/com/dgmltn/shareeverywhere/ActivityChooserModel.java:119
ClassCallbacks
Interface implementation to avoid publishing them in the APIs.
share-everywhere/src/com/dgmltn/shareeverywhere/ShareView.java:633
ClassDefaultSorter
Default activity sorter implementation.
share-everywhere/src/com/dgmltn/shareeverywhere/ActivityChooserModel.java:909
ClassDropDownListView
share-everywhere/src/com/dgmltn/shareeverywhere/IcsListPopupWindow.java:568
ClassHistoricalRecord
Represents a record in the history.
share-everywhere/src/com/dgmltn/shareeverywhere/ActivityChooserModel.java:719
ClassHistoryLoader
Command for reading the historical records from a file off the UI thread.
share-everywhere/src/com/dgmltn/shareeverywhere/ActivityChooserModel.java:954
ClassHistoryPersister
Command for persisting the historical records to a file off the UI thread.
share-everywhere/src/com/dgmltn/shareeverywhere/ActivityChooserModel.java:1073
ClassIcsColorDrawable
A version of {@link android.graphics.drawable.ColorDrawable} that respects bounds.
share-everywhere/src/com/dgmltn/shareeverywhere/IcsColorDrawable.java:13
ClassIcsLinearLayout
A simple extension of a regular linear layout that supports the divider API of Android 4.0+. The dividers are added adjacent to the children by changi
share-everywhere/src/com/dgmltn/shareeverywhere/IcsLinearLayout.java:20
ClassIcsListPopupWindow
A proxy between pre- and post-Honeycomb implementations of this class.
share-everywhere/src/com/dgmltn/shareeverywhere/IcsListPopupWindow.java:31
ClassListSelectorHider
share-everywhere/src/com/dgmltn/shareeverywhere/IcsListPopupWindow.java:656
ClassMainActivity
demo/src/com/dgmltn/shareeverywhere/demo/MainActivity.java:15
InterfaceOnChooseActivityListener
Listener for choosing an activity.
share-everywhere/src/com/dgmltn/shareeverywhere/ActivityChooserModel.java:138
InterfaceOnShareTargetSelectedListener
Called when a share target has been selected. The client can decide whether to perform some action before the sharing is actually performed. <p> <stro
share-everywhere/src/com/dgmltn/shareeverywhere/ShareView.java:89
ClassPopupDataSetObserver
share-everywhere/src/com/dgmltn/shareeverywhere/IcsListPopupWindow.java:641
ClassPopupScrollListener
share-everywhere/src/com/dgmltn/shareeverywhere/IcsListPopupWindow.java:690
ClassPopupTouchInterceptor
share-everywhere/src/com/dgmltn/shareeverywhere/IcsListPopupWindow.java:672
ClassResizePopupRunnable
share-everywhere/src/com/dgmltn/shareeverywhere/IcsListPopupWindow.java:662
ClassSetActivated
share-everywhere/src/com/dgmltn/shareeverywhere/ShareView.java:733
ClassShareActionProvider
share-everywhere/src/com/dgmltn/shareeverywhere/ShareActionProvider.java:15
ClassShareView
This class is a view for choosing an activity for handling a given {@link Intent}. <p> The view is composed of two adjacent buttons: <ul> <li> The lef
share-everywhere/src/com/dgmltn/shareeverywhere/ShareView.java:69