Searched refs:IconLabelDotView (Results 1 – 5 of 5) sorted by relevance
23 public interface IconLabelDotView { interface31 if (view instanceof IconLabelDotView) { in setIconAndDotVisible()32 ((IconLabelDotView) view).setIconVisible(visible); in setIconAndDotVisible()33 ((IconLabelDotView) view).setForceHideDot(!visible); in setIconAndDotVisible()
19 import static com.android.launcher3.views.IconLabelDotView.setIconAndDotVisible;
22 import static com.android.launcher3.views.IconLabelDotView.setIconAndDotVisible;603 if (originalView instanceof IconLabelDotView) { in getFloatingIconView()
72 import com.android.launcher3.views.IconLabelDotView;84 IconLabelDotView, DraggableView, Reorderable {
81 import com.android.launcher3.views.IconLabelDotView;92 public class FolderIcon extends FrameLayout implements FolderListener, IconLabelDotView,