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 com.aitorvs.android.fingerlock.FingerprintDialog.java

/**
 * A dialog which uses fingerprint APIs to authenticate the user, and falls back to password
 * authentication if fingerprint is not available.
 */
@SuppressWarnings("ResourceType")
public class FingerprintDialog extends DialogFragment

From source file com.app.fingerprint.fingerlock.FingerprintDialog.java

/**
 * A dialog which uses fingerprint APIs to authenticate the user, and falls back to password
 * authentication if fingerprint is not available.
 */
@SuppressWarnings("ResourceType")
public class FingerprintDialog extends DialogFragment

From source file gsoc.google.com.byop.utils.PW.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 org.gluu.super_gluu.app.MainActivityFragment.java

/**
 * Main activity fragment
 *
 * Created by Yuriy Movchan on 12/28/2015.
 */
public class MainActivityFragment extends Fragment

From source file ru.moscow.tuzlukov.sergey.weatherlog.SettingsActivity.java

public class SettingsActivity extends ActionBarActivity
        implements View.OnClickListener, AdapterView.OnItemClickListener, TextView.OnEditorActionListener,
        Response.Listener<JSONObject>, Response.ErrorListener {

    private static final String SAVED_CITY_NAME_REQUESTED = "SAVED_CITY_NAME_REQUESTED";
    private static final String SAVED_CITY_LIST = "SAVED_CITY_LIST";

From source file com.waz.zclient.ui.cursor.CursorLayout.java

public class CursorLayout extends FrameLayout implements TextView.OnEditorActionListener, TextWatcher,
        CursorToolbar.Callback, EditMessageCursorToolbar.Callback {
    private static final long TOOLTIP_DURATION = 1500;

    private static List<CursorMenuItem> mainCursorItems = Arrays.asList(CursorMenuItem.VIDEO_MESSAGE,
            CursorMenuItem.CAMERA, CursorMenuItem.SKETCH, CursorMenuItem.GIF, CursorMenuItem.AUDIO_MESSAGE,

From source file org.dharmaseed.android.NavigationActivity.java

public class NavigationActivity extends AppCompatActivity
        implements NavigationView.OnNavigationItemSelectedListener, TextView.OnEditorActionListener,
        AdapterView.OnItemClickListener, View.OnFocusChangeListener {

    public final static String TALK_DETAIL_EXTRA = "org.dharmaseed.android.TALK_DETAIL";

From source file com.joeyturczak.jtscanner.ui.ScannerFragment.java

/**
 * Copyright (C) 2015 Joey Turczak
 *
 *       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 com.bang.launcher3.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.kogitune.launcher3.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";