HomeSort by relevance Sort by last modified time
    Searched refs:FolderIcon (Results 1 - 15 of 15) sorted by null

  /packages/apps/Launcher3/src/com/android/launcher3/
Hotseat.java 205 FolderIcon folder = FolderIcon.fromXml(R.layout.folder_icon, launcher,
224 FolderIcon fi = null;
226 if (v instanceof FolderIcon) {
227 fi = (FolderIcon) v;
FolderIcon.java 51 public class FolderIcon extends FrameLayout implements FolderListener {
115 public FolderIcon(Context context, AttributeSet attrs) {
120 public FolderIcon(Context context) {
136 static FolderIcon fromXml(int resId, Launcher launcher, ViewGroup group,
148 FolderIcon icon = (FolderIcon) LayoutInflater.from(launcher).inflate(resId, group, false);
193 public FolderIcon mFolderIcon = null;
202 public FolderRingAnimator(Launcher launcher, FolderIcon folderIcon) {
203 mFolderIcon = folderIcon;
    [all...]
Workspace.java 63 import com.android.launcher3.FolderIcon.FolderRingAnimator;
227 private FolderIcon mDragOverFolderIcon = null;
    [all...]
Launcher.java     [all...]
FocusHelper.java 588 * Private helper method to find the index of the next BubbleTextView or FolderIcon in the
599 if (newV instanceof BubbleTextView || newV instanceof FolderIcon) {
617 * Private helper method to find the next closest BubbleTextView or FolderIcon in the direction
639 (newV instanceof BubbleTextView || newV instanceof FolderIcon)) {
    [all...]
Folder.java 84 private FolderIcon mFolderIcon;
318 void setFolderIcon(FolderIcon icon) {
432 * to its associated FolderIcon. This allows for a seamless transition into the expanded state.
    [all...]
DragLayer.java 548 } else if (child instanceof FolderIcon) {
    [all...]
CellLayout.java 50 import com.android.launcher3.FolderIcon.FolderRingAnimator;
503 if (FolderIcon.HAS_OUTER_RING) {
527 Drawable d = FolderIcon.sSharedFolderLeaveBehind;
    [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
FolderIcon.java 51 public class FolderIcon extends LinearLayout implements FolderListener {
102 public FolderIcon(Context context, AttributeSet attrs) {
107 public FolderIcon(Context context) {
123 static FolderIcon fromXml(int resId, Launcher launcher, ViewGroup group,
133 FolderIcon icon = (FolderIcon) LayoutInflater.from(launcher).inflate(resId, group, false);
169 public FolderIcon mFolderIcon = null;
180 public FolderRingAnimator(Launcher launcher, FolderIcon folderIcon) {
181 mFolderIcon = folderIcon;
    [all...]
Workspace.java 56 import com.android.launcher2.FolderIcon.FolderRingAnimator;
199 private FolderIcon mDragOverFolderIcon = null;
524 if (child instanceof FolderIcon) {
525 ((FolderIcon) child).setTextVisible(false);
538 if (child instanceof FolderIcon) {
539 ((FolderIcon) child).setTextVisible(true);
    [all...]
Launcher.java     [all...]
FocusHelper.java 589 * Private helper method to find the index of the next BubbleTextView or FolderIcon in the
600 if (newV instanceof BubbleTextView || newV instanceof FolderIcon) {
618 * Private helper method to find the next closest BubbleTextView or FolderIcon in the direction
640 (newV instanceof BubbleTextView || newV instanceof FolderIcon)) {
    [all...]
Folder.java 79 private FolderIcon mFolderIcon;
300 void setFolderIcon(FolderIcon icon) {
405 * to its associated FolderIcon. This allows for a seamless transition into the expanded state.
    [all...]
DragLayer.java 506 } else if (child instanceof FolderIcon) {
CellLayout.java 52 import com.android.launcher2.FolderIcon.FolderRingAnimator;
527 Drawable d = FolderIcon.sSharedFolderLeaveBehind;
    [all...]

Completed in 786 milliseconds