OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:enableSwipe
(Results
1 - 3
of
3
) sorted by null
/packages/apps/Contacts/src/com/android/contacts/detail/
ContactDetailViewPagerAdapter.java
57
public void
enableSwipe
(boolean enable) {
ContactDetailLayoutController.java
247
mFragmentCarousel.
enableSwipe
(false);
262
mViewPagerAdapter.
enableSwipe
(false);
294
mViewPagerAdapter.
enableSwipe
(true);
299
mFragmentCarousel.
enableSwipe
(true);
326
mViewPagerAdapter.
enableSwipe
(false);
332
mFragmentCarousel.
enableSwipe
(false);
ContactDetailFragmentCarousel.java
177
public void
enableSwipe
(boolean enable) {
Completed in 92 milliseconds