OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SwipeListener
(Results
1 - 3
of
3
) sorted by null
/prebuilts/tools/common/m2/repository/com/apple/AppleJavaExtensions/1.4/
AppleJavaExtensions-1.4.jar
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
SwipeableListView.java
75
private
SwipeListener
mSwipeListener;
227
// Notifies the
SwipeListener
that a swipe has ended.
294
// Notifies the
SwipeListener
that a swipe has begun.
308
// Notifies the
SwipeListener
that a swipe has ended.
483
public void setSwipeListener(
SwipeListener
swipeListener
) {
484
mSwipeListener =
swipeListener
;
487
public interface
SwipeListener
{
ConversationListFragment.java
65
import com.android.mail.ui.SwipeableListView.
SwipeListener
;
84
SwipeListener
, OnKeyListener, AdapterView.OnItemClickListener, View.OnClickListener,
[
all
...]
Completed in 100 milliseconds