HomeSort by relevance Sort by last modified time
    Searched refs:mSwipeEnabled (Results 1 - 4 of 4) sorted by null

  /packages/apps/Camera2/src/com/android/camera/ui/
MainActivityLayout.java 53 private boolean mSwipeEnabled = true;
73 mSwipeEnabled = enabled;
100 if (mIsCaptureIntent || !mSwipeEnabled) {
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
AnimatedAdapter.java 173 private boolean mSwipeEnabled;
230 mSwipeEnabled = mAccount.supportsCapability(UIProvider.AccountCapabilities.UNDO);
388 mSwipeEnabled, mImportanceMarkersEnabled, mShowChevronsEnabled, this);
793 mSwipeEnabled, mImportanceMarkersEnabled, mShowChevronsEnabled, this);
    [all...]
  /packages/apps/Camera2/src/com/android/camera/app/
CameraAppUI.java 493 private boolean mSwipeEnabled = true;
742 || !mSwipeEnabled) {
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
ConversationItemView.java 189 private boolean mSwipeEnabled;
535 mSwipeEnabled = swipeEnabled;
    [all...]

Completed in 146 milliseconds