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

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

Completed in 145 milliseconds