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

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

Introduction

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

Usage

From source file com.deange.textfaker.ui.activity.MessageActivity.java

public class MessageActivity extends FragmentActivity implements LoaderManager.LoaderCallbacks<Cursor>, TextWatcher,
        ConfirmDeleteDialog.Callback, View.OnClickListener, View.OnLongClickListener, MessageSenderDialog.Callback,
        OrmInsertTask.Callback, ConversationPersonDialog.Callback, OrmUpdateTask.Callback, OrmDeleteTask.Callback,
        EditMessageDialog.Callback {

    private static final String TAG = MessageActivity.class.getSimpleName();

From source file lewa.support.v7.internal.view.menu.ActionMenuItemView.java

/**
 * @hide
 */
public class ActionMenuItemView extends CompatTextView implements MenuView.ItemView, View.OnClickListener,
        View.OnLongClickListener, ActionMenuView.ActionMenuChildView {

From source file com.waz.zclient.pages.main.conversation.views.row.message.views.VideoMessageViewController.java

public class VideoMessageViewController extends MessageViewController implements View.OnClickListener,
        ImageAsset.BitmapCallback, View.OnLongClickListener, MessageActionModeController.Selectable {

    private static final String INFO_DIVIDER = "  ";
    private static final int DEFAULT_ASPECT_RATIO_WIDTH = 4;
    private static final int DEFAULT_ASPECT_RATIO_HEIGHT = 3;

From source file com.actionbarsherlock.internal.view.menu.ActionMenuItemView.java

/**
 * @hide
 */
public class ActionMenuItemView extends LinearLayout implements MenuView.ItemView, View.OnClickListener,
        View.OnLongClickListener, ActionMenuView.ActionMenuChildView, View_HasStateListenerSupport {
    //UNUSED private static final String TAG = "ActionMenuItemView";

From source file com.github.rubensousa.floatingtoolbar.FloatingToolbar.java

@CoordinatorLayout.DefaultBehavior(FloatingToolbar.Behavior.class)
public class FloatingToolbar extends LinearLayoutCompat
        implements View.OnClickListener, View.OnLongClickListener, FloatingAnimator.FloatingAnimatorListener {

    private static final AtomicInteger sNextGeneratedId = new AtomicInteger(1);

From source file com.acrr.acdisplay.ui.components.MediaWidget.java

/**
 * Media widget for {@link com.acrr.acdisplay.ui.fragments.AcDisplayFragment} that provides
 * basic media controls and has a nice skin.
 *
 * @author Artem Chepurnoy
 */

From source file com.achep.acdisplay.ui.components.MediaWidget.java

/**
 * Media widget for {@link com.achep.acdisplay.ui.fragments.AcDisplayFragment} that provides
 * basic media controls and has a nice skin.
 *
 * @author Artem Chepurnoy
 */

From source file com.bullmobi.message.ui.components.MediaWidget.java

/**
 * Media widget for {@link com.bullmobi.message.ui.fragments.EasyNotificationFragment} that provides
 * basic media controls and has a nice skin.
 *
 * @author Artem Chepurnoy
 */

From source file net.kourlas.voipms_sms.activities.ConversationActivity.java

public class ConversationActivity extends AppCompatActivity
        implements ActionMode.Callback, View.OnLongClickListener, View.OnClickListener {
    public static final String TAG = "ConversationActivity";

    private final ConversationActivity activity = this;

From source file geeshang.nasaimage.MainActivity.java

public class MainActivity extends Activity implements View.OnTouchListener, View.OnClickListener,
        View.OnLongClickListener, SwipeRefreshLayout.OnRefreshListener {
    //Use translation service from BaiDu.
    private static final String BAIDU_TRANSLATE_URL = "http://openapi.baidu.com/public/2.0/bmt/translate?client_id=13jrLBe0N9XDdfDmR9n6LBAm&q=";
    private static final String NASA_URL = "http://www.nasa.gov/rss/dyn/image_of_the_day.rss";
    //Use the path below to save image.