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

  /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 57 import com.android.launcher2.FolderIcon.FolderRingAnimator;
201 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 480 } else if (child instanceof FolderIcon) {
CellLayout.java 52 import com.android.launcher2.FolderIcon.FolderRingAnimator;
515 Drawable d = FolderIcon.sSharedFolderLeaveBehind;
    [all...]

Completed in 496 milliseconds