Example usage for android.view View.OnTouchListener interface-usage

List of usage examples for android.view View.OnTouchListener interface-usage

Introduction

In this page you can find the example usage for android.view View.OnTouchListener interface-usage.

Usage

From source file com.tct.mail.ui.ConversationListFragment.java

/**
 * The conversation list UI component.
 */
public final class ConversationListFragment extends Fragment
        implements OnItemLongClickListener, ModeChangeListener, ListItemSwipedListener, OnRefreshListener,
        SwipeListener, OnKeyListener, AdapterView.OnItemClickListener, /*TCT:*/View.OnTouchListener {

From source file com.lb.launcher.Workspace.java

/**
 * The workspace is a wide area with a wallpaper and a finite number of pages.
 * Each page contains a number of icons, folders or widgets the user can
 * interact with. A workspace is meant to be used with a fixed width only.
 */
public class Workspace extends SmoothPagedView

From source file com.upchannel.launcher3.Workspace.java

/**
 * The workspace is a wide area with a wallpaper and a finite number of pages.
 * Each page contains a number of icons, folders or widgets the user can
 * interact with. A workspace is meant to be used with a fixed width only.
 */
public class Workspace extends SmoothPagedView

From source file com.fairphone.fplauncher3.Workspace.java

/**
 * The workspace is a wide area with a wallpaper and a finite number of pages.
 * Each page contains a number of icons, folders or widgets the user can
 * interact with. A workspace is meant to be used with a fixed width only.
 */
public class Workspace extends SmoothPagedView implements DropTarget, DragSource, DragScroller,

From source file myblog.richard.vewe.launcher3.Workspace.java

/**
 * The workspace is a wide area with a wallpaper and a finite number of pages.
 * Each page contains a number of icons, folders or widgets the user can
 * interact with. A workspace is meant to be used with a fixed width only.
 */
public class Workspace extends SmoothPagedView

From source file io.github.runassudo.launchert.Workspace.java

/**
 * The workspace is a wide area with a wallpaper and a finite number of pages.
 * Each page contains a number of icons, folders or widgets the user can
 * interact with. A workspace is meant to be used with a fixed width only.
 */
public class Workspace extends SmoothPagedView

From source file com.android.launcher3.Workspace.java

/**
 * The workspace is a wide area with a wallpaper and a finite number of pages.
 * Each page contains a number of icons, folders or widgets the user can
 * interact with. A workspace is meant to be used with a fixed width only.
 */
public class Workspace extends SmoothPagedView

From source file com.aidy.launcher3.ui.workspace.Workspace.java

/**
 * The workspace is a wide area with a wallpaper and a finite number of pages.
 * Each page contains a number of icons, folders or widgets the user can
 * interact with. A workspace is meant to be used with a fixed width only.
 */
public class Workspace extends SmoothPagedView

From source file com.klinker.android.launcher.launcher3.Launcher.java

/**
 * Default launcher application.
 */
public class Launcher extends Activity
        implements View.OnClickListener, OnLongClickListener, LauncherModel.Callbacks, View.OnTouchListener,
        PageSwitchListener, LauncherProviderChangeListener, LauncherStateTransitionAnimation.Callbacks {

From source file xyz.klinker.blur.launcher3.Launcher.java

/**
 * Default launcher application.
 */
public class Launcher extends Activity implements View.OnClickListener, OnLongClickListener,
        LauncherModel.Callbacks, View.OnTouchListener, PageSwitchListener, LauncherProviderChangeListener {
    static final String TAG = "Launcher";