Home
last modified time | relevance | path

Searched refs:PreviewBackground (Results 1 – 9 of 9) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/folder/
DPreviewBackground.java60 public class PreviewBackground extends DelegatedCellDrawing { class
115 private static final Property<PreviewBackground, Integer> STROKE_ALPHA =
116 new Property<PreviewBackground, Integer>(Integer.class, "strokeAlpha") {
118 public Integer get(PreviewBackground previewBackground) {
123 public void set(PreviewBackground previewBackground, Integer alpha) {
129 private static final Property<PreviewBackground, Integer> SHADOW_ALPHA =
130 new Property<PreviewBackground, Integer>(Integer.class, "shadowAlpha") {
132 public Integer get(PreviewBackground previewBackground) {
137 public void set(PreviewBackground previewBackground, Integer alpha) {
143 public PreviewBackground(Context context) { in PreviewBackground() method in PreviewBackground
DFolderIcon.java115 PreviewBackground mBackground = new PreviewBackground(getContext());
577 public void setFolderBackground(PreviewBackground bg) { in setFolderBackground()
592 public PreviewBackground getFolderBackground() { in getFolderBackground()
DPreviewItemManager.java205 PreviewBackground bg = mIcon.getFolderBackground(); in draw()
DFolderAnimationManager.java71 private PreviewBackground mPreviewBackground;
/packages/apps/Launcher3/tests/src/com/android/launcher3/folder/
DPreviewBackgroundTest.java18 import static com.android.launcher3.folder.PreviewBackground.ACCEPT_SCALE_FACTOR;
19 import static com.android.launcher3.folder.PreviewBackground.CONSUMPTION_ANIMATION_DURATION;
20 import static com.android.launcher3.folder.PreviewBackground.HOVER_ANIMATION_DURATION;
21 import static com.android.launcher3.folder.PreviewBackground.HOVER_SCALE;
54 private final PreviewBackground mPreviewBackground =
55 new PreviewBackground(InstrumentationRegistry.getInstrumentation().getContext());
/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/
DFolderAdaptiveIcon.java41 import com.android.launcher3.folder.PreviewBackground;
146 PreviewBackground bg = icon.getFolderBackground(); in initLayersOnUiThread()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/
DTaskbarView.java57 import com.android.launcher3.folder.PreviewBackground;
653 PreviewBackground previewBackground = mLeaveBehindFolderIcon.getFolderBackground(); in onDraw()
/packages/apps/Launcher3/src/com/android/launcher3/
DCellLayout.java69 import com.android.launcher3.folder.PreviewBackground;
124 final PreviewBackground mFolderLeaveBehind = new PreviewBackground(getContext());
DWorkspace.java92 import com.android.launcher3.folder.PreviewBackground;
244 private PreviewBackground mFolderCreateBg;
1954 mFolderCreateBg = new PreviewBackground(getContext()); in createUserFolderIfNecessary()
2669 mFolderCreateBg = new PreviewBackground(getContext());