List of usage examples for android.view View.OnLongClickListener interface-usage
From source file com.aidy.launcher3.ui.folder.Folder.java
/** * Represents a set of icons chosen by the user or generated by the system. */ public class Folder extends LinearLayout implements DragSource, View.OnClickListener, View.OnLongClickListener, DropTarget, FolderListener, TextView.OnEditorActionListener, View.OnFocusChangeListener { private static final String TAG = "Launcher.Folder";
From source file com.yuntongxun.ecdemo.ui.LauncherActivity.java
/** * ????????? */ @ActivityTransition(3) public class LauncherActivity extends ECFragmentActivity implements View.OnClickListener, View.OnLongClickListener, ConversationListFragment.OnUpdateMsgUnreadCountsListener {
From source file info.papdt.blacklight.ui.main.MainActivity.java
public class MainActivity extends ToolbarActivity implements View.OnClickListener, View.OnLongClickListener { private static final String TAG = MainActivity.class.getSimpleName(); public static interface Refresher { void doRefresh();
From source file com.android.app.MediaPlaybackActivity.java
public class MediaPlaybackActivity extends Activity implements MusicUtils.Defs, View.OnTouchListener, View.OnLongClickListener { private static final int USE_AS_RINGTONE = CHILD_MENU_BASE; private boolean mSeeking = false; private boolean mDeviceHasDpad;
From source file com.yuntongxun.schoolgroup.ui.LauncherActivity.java
/** * ????????? */ @ActivityTransition(3) public class LauncherActivity extends ECFragmentActivity implements View.OnClickListener, View.OnLongClickListener, ConversationListFragment.OnUpdateMsgUnreadCountsListener {
From source file com.kaichaohulian.baocms.ecdemo.ui.LauncherActivity.java
/** * ????????? */ @ActivityTransition(3) public class LauncherActivity extends ECFragmentActivity implements View.OnClickListener, View.OnLongClickListener, ConversationListFragment.OnUpdateMsgUnreadCountsListener {
From source file com.android.launcher3.allapps.FullMergeAlgorithm.java
/** * The all apps view container. */ public class AllAppsContainerView extends BaseContainerView implements DragSource, LauncherTransitionable, View.OnLongClickListener, AllAppsSearchBarController.Callbacks {
From source file com.android.launcher3.folder.Folder.java
/** * Represents a set of icons chosen by the user or generated by the system. */ public class Folder extends LinearLayout implements DragSource, View.OnClickListener, View.OnLongClickListener, DropTarget, FolderListener, TextView.OnEditorActionListener, View.OnFocusChangeListener, DragListener, DropTargetSource {
From source file com.android.systemui.qs.QSDragPanel.java
public class QSDragPanel extends QSPanel implements View.OnDragListener, View.OnLongClickListener { private static final String TAG = "QSDragPanel"; public static final boolean DEBUG_TILES = false; public static final boolean DEBUG_DRAG = false;
From source file com.hippo.ehviewer.ui.scene.GalleryDetailScene.java
public class GalleryDetailScene extends BaseScene implements View.OnClickListener, com.hippo.ehviewer.download.DownloadManager.DownloadInfoListener, View.OnLongClickListener { @IntDef({ STATE_INIT, STATE_NORMAL, STATE_REFRESH, STATE_REFRESH_HEADER, STATE_FAILED }) @Retention(RetentionPolicy.SOURCE) private @interface State {