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 55 private boolean mSwipeEnabled = true;
75 mSwipeEnabled = enabled;
102 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 482 private boolean mSwipeEnabled = true;
719 || !mSwipeEnabled) {
878 mSwipeEnabled = enabled;
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
ConversationItemView.java 189 private boolean mSwipeEnabled;
535 mSwipeEnabled = swipeEnabled;
    [all...]

Completed in 343 milliseconds