Home
last modified time | relevance | path

Searched refs:MODE_PREVIEW (Results 1 – 5 of 5) sorted by relevance

/packages/providers/MediaProvider/src/com/android/providers/media/photopicker/util/
DLayoutModeUtils.java32 public static final Mode MODE_PREVIEW = Mode.of(Mode.MODE_PREVIEW); field in LayoutModeUtils
42 MODE_PREVIEW,
50 public static final int MODE_PREVIEW = 4; field in LayoutModeUtils.Mode
64 case MODE_PREVIEW: in of()
/packages/apps/Launcher3/tests/multivalentTests/src/com/android/launcher3/celllayout/
DReorderPreviewAnimationTest.kt119 ReorderPreviewAnimation.MODE_PREVIEW, in testAnimationModePreview()
124 ReorderPreviewAnimation.MODE_PREVIEW, in testAnimationModePreview()
129 ReorderPreviewAnimation.MODE_PREVIEW, in testAnimationModePreview()
134 ReorderPreviewAnimation.MODE_PREVIEW, in testAnimationModePreview()
141 ReorderPreviewAnimation.MODE_PREVIEW, in testAnimationModePreview()
154 ReorderPreviewAnimation.MODE_PREVIEW, in testAnimationModePreview()
159 ReorderPreviewAnimation.MODE_PREVIEW, in testAnimationModePreview()
/packages/apps/Launcher3/src/com/android/launcher3/celllayout/
DReorderPreviewAnimation.kt75 if (areAnimatorsEnabled() && mode == MODE_PREVIEW) { in <lambda>()
164 const val MODE_PREVIEW = 1 constant
/packages/providers/MediaProvider/src/com/android/providers/media/photopicker/ui/
DPreviewFragment.java326 ((PhotoPickerActivity) getActivity()).updateCommonLayouts(LayoutModeUtils.MODE_PREVIEW, in onResume()
/packages/apps/Launcher3/src/com/android/launcher3/
DCellLayout.java1549 ReorderPreviewAnimation.MODE_PREVIEW); in createAreaForResize()
1682 ReorderPreviewAnimation.MODE_PREVIEW); in performReorder()