Searched refs:PreviewBackground (Results 1 – 9 of 9) sorted by relevance
60 public class PreviewBackground extends DelegatedCellDrawing { class115 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
115 PreviewBackground mBackground = new PreviewBackground(getContext());577 public void setFolderBackground(PreviewBackground bg) { in setFolderBackground()592 public PreviewBackground getFolderBackground() { in getFolderBackground()
205 PreviewBackground bg = mIcon.getFolderBackground(); in draw()
71 private PreviewBackground mPreviewBackground;
18 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());
41 import com.android.launcher3.folder.PreviewBackground;146 PreviewBackground bg = icon.getFolderBackground(); in initLayersOnUiThread()
57 import com.android.launcher3.folder.PreviewBackground;653 PreviewBackground previewBackground = mLeaveBehindFolderIcon.getFolderBackground(); in onDraw()
69 import com.android.launcher3.folder.PreviewBackground;124 final PreviewBackground mFolderLeaveBehind = new PreviewBackground(getContext());
92 import com.android.launcher3.folder.PreviewBackground;244 private PreviewBackground mFolderCreateBg;1954 mFolderCreateBg = new PreviewBackground(getContext()); in createUserFolderIfNecessary()2669 mFolderCreateBg = new PreviewBackground(getContext());