OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SwipeableListView
(Results
1 - 6
of
6
) sorted by null
/packages/apps/UnifiedEmail/src/com/android/mail/bitmap/
AttachmentDrawable.java
28
import com.android.mail.ui.
SwipeableListView
;
155
if (mCurrKey != null &&
SwipeableListView
.ENABLE_ATTACHMENT_DECODE_AGGREGATOR) {
272
if (
SwipeableListView
.ENABLE_ATTACHMENT_DECODE_AGGREGATOR) {
298
if (
SwipeableListView
.ENABLE_ATTACHMENT_DECODE_AGGREGATOR) {
329
if (
SwipeableListView
.ENABLE_ATTACHMENT_DECODE_AGGREGATOR) {
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
SwipeableListView.java
52
public class
SwipeableListView
extends ListView implements Callback, OnScrollListener {
94
public
SwipeableListView
(Context context) {
98
public
SwipeableListView
(Context context, AttributeSet attrs) {
102
public
SwipeableListView
(Context context, AttributeSet attrs, int defStyle) {
312
LogUtils.e(LOG_TAG, "
SwipeableListView
.destroyItems: null conversations.");
317
LogUtils.e(LOG_TAG, "
SwipeableListView
.destroyItems: Cannot destroy: adapter is null.");
ConversationListView.java
38
* Conversation list view contains a {@link
SwipeableListView
} and a sync status bar above it.
40
public class ConversationListView extends FrameLayout implements
SwipeableListView
.SwipeListener {
63
private
SwipeableListView
mListView;
126
mListView = (
SwipeableListView
) findViewById(android.R.id.list);
ConversationListFragment.java
60
import com.android.mail.ui.
SwipeableListView
.ListItemSwipedListener;
61
import com.android.mail.ui.
SwipeableListView
.ListItemsRemovedListener;
106
private
SwipeableListView
mListView;
425
mListView = (
SwipeableListView
) rootView.findViewById(android.R.id.list);
765
final
SwipeableListView
listView = (
SwipeableListView
) getListView();
[
all
...]
AnimatedAdapter.java
54
import com.android.mail.ui.
SwipeableListView
.ListItemsRemovedListener;
157
* be in {@link #performAndSetNextAction(
SwipeableListView
.ListItemsRemovedListener)} which
179
private final
SwipeableListView
mListView;
257
final ConversationListListener conversationListListener,
SwipeableListView
listView,
648
public
SwipeableListView
getListView() {
[
all
...]
/packages/apps/UnifiedEmail/src/com/android/mail/browse/
ConversationItemView.java
96
import com.android.mail.ui.
SwipeableListView
;
[
all
...]
Completed in 169 milliseconds