Home
last modified time | relevance | path

Searched refs:mSwipeEnabled (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Camera2/src/com/android/camera/ui/
DMainActivityLayout.java53 private boolean mSwipeEnabled = true; field in MainActivityLayout
73 mSwipeEnabled = enabled; in setSwipeEnabled()
100 if (mIsCaptureIntent || !mSwipeEnabled) { in onInterceptTouchEvent()
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
DAnimatedAdapter.java173 private boolean mSwipeEnabled; field in AnimatedAdapter
230 mSwipeEnabled = mAccount.supportsCapability(UIProvider.AccountCapabilities.UNDO); in setAccount()
388 mSwipeEnabled, mImportanceMarkersEnabled, mShowChevronsEnabled, this); in createConversationItemView()
793 mSwipeEnabled, mImportanceMarkersEnabled, mShowChevronsEnabled, this); in newConversationItemView()
/packages/apps/UnifiedEmail/src/com/android/mail/browse/
DConversationItemView.java189 private boolean mSwipeEnabled; field in ConversationItemView
535 mSwipeEnabled = swipeEnabled; in bind()
1516 return mSwipeEnabled; in canChildBeDismissed()
1583 if (!mSwipeEnabled) { in onTouchEvent()
/packages/apps/Camera2/src/com/android/camera/app/
DCameraAppUI.java493 private boolean mSwipeEnabled = true; field in CameraAppUI
742 || !mSwipeEnabled) { in onScroll()
909 mSwipeEnabled = enabled; in setSwipeEnabled()