OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:enableSwipe
(Results
1 - 6
of
6
) sorted by null
/packages/apps/Contacts/src/com/android/contacts/detail/
ContactDetailLayoutController.java
311
mFragmentCarousel.
enableSwipe
(false);
323
mFragmentCarousel.
enableSwipe
(false);
334
mViewPagerAdapter.
enableSwipe
(false);
378
mViewPagerAdapter.
enableSwipe
(true);
392
mFragmentCarousel.
enableSwipe
(true);
400
mFragmentCarousel.
enableSwipe
(true);
447
mViewPagerAdapter.
enableSwipe
(false);
453
mFragmentCarousel.
enableSwipe
(false);
457
mFragmentCarousel.
enableSwipe
(false);
ContactDetailViewPagerAdapter.java
65
public void
enableSwipe
(boolean enable) {
ContactDetailFragmentCarousel.java
164
public void
enableSwipe
(boolean enable) {
/packages/apps/Dialer/src/com/android/dialer/list/
PhoneFavoriteListView.java
149
public void
enableSwipe
(boolean enable) {
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
ConversationListFragment.java
428
mListView.
enableSwipe
(mAccount.supportsCapability(AccountCapabilities.UNDO));
841
mListView.
enableSwipe
(false);
844
mListView.
enableSwipe
(true);
[
all
...]
SwipeableListView.java
134
public void
enableSwipe
(boolean enable) {
Completed in 60 milliseconds