Example usage for android.widget TextView.OnEditorActionListener interface-usage

List of usage examples for android.widget TextView.OnEditorActionListener interface-usage

Introduction

In this page you can find the example usage for android.widget TextView.OnEditorActionListener interface-usage.

Usage

From source file org.videolan.vlc.gui.dialogs.SavePlaylistDialog.java

public class SavePlaylistDialog extends DialogFragment
        implements AdapterView.OnItemClickListener, View.OnClickListener, TextView.OnEditorActionListener {

    public final static String TAG = "VLC/SavePlaylistDialog";

    public static final String KEY_TRACKS = "PLAYLIST_TRACKS";

From source file org.gluu.super_gluu.app.fingerprint.FingerprintAuthenticationDialogFragment.java

/**
 * A dialog which uses fingerprint APIs to authenticate the user, and falls back to password
 * authentication if fingerprint is not available.
 */
public class FingerprintAuthenticationDialogFragment extends android.support.v4.app.DialogFragment
        implements TextView.OnEditorActionListener, FingerprintUiHelper.Callback {

From source file org.videolan.vlc.gui.dialogs.PickTimeFragment.java

public abstract class PickTimeFragment extends DialogFragment implements DialogInterface.OnKeyListener,
        View.OnClickListener, View.OnFocusChangeListener, TextView.OnEditorActionListener {

    public final static String TAG = "VLC/PickTimeFragment";

    public static final int ACTION_JUMP_TO_TIME = 0;

From source file net.bither.activity.cold.EnterpriseHdmImportPhraseActivity.java

/**
 * Created by songchenwen on 15/1/22.
 */
public class EnterpriseHdmImportPhraseActivity extends SwipeRightFragmentActivity implements
        TextView.OnEditorActionListener, DialogHdmImportWordListReplace.DialogHdmImportWordListReplaceListener {
    private static int WordCount = 24;

From source file com.waz.zclient.pages.main.popup.QuickReplyFragment.java

public class QuickReplyFragment extends BaseFragment<QuickReplyFragment.Container>
        implements AccentColorObserver, TextView.OnEditorActionListener {

    public static final String TAG = QuickReplyFragment.class.getSimpleName();

    private static final String EXTRA_CONVERSATION_ID = "EXTRA_CONVERSATION_ID";

From source file net.bither.activity.cold.HdmImportWordListActivity.java

/**
 * Created by songchenwen on 15/1/22.
 */
public class HdmImportWordListActivity extends SwipeRightFragmentActivity implements
        TextView.OnEditorActionListener, DialogHdmImportWordListReplace.DialogHdmImportWordListReplaceListener {
    private static int WordCount = 24;

From source file com.rong.xposed.headsoff.PerAppWhiteList.java

/**
   Copyright (c) 2016-2017, j2Rong     
     
   Licensed under the Apache License, Version 2.0 (the "License");     
   you may not use this file except in compliance with the License.     
   You may obtain a copy of the License at     

From source file org.gluu.super_gluu.app.fragment.HomeFragment.java

/**
 * Main activity fragment
 *
 * Created by Yuriy Movchan on 12/28/2015.
 */
public class HomeFragment extends Fragment implements TextView.OnEditorActionListener {

From source file org.physical_web.physicalweb.BeaconConfigFragment.java

/**
 * This fragment is the ui that the user sees when
 * they have entered the app's beacon configuration mode.
 * This ui is where the user can view the current configuration
 * of a beacon (including it's address and url)
 * and also allows the user to enter a new url for that beacon.

From source file com.karma.konnect.BeaconConfigFragment.java

/**
 * This fragment is the ui that the user sees when
 * they have entered the app's beacon configuration mode.
 * This ui is where the user can view the current configuration
 * of a beacon (including it's address and url)
 * and also allows the user to enter a new url for that beacon.