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

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

Introduction

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

Usage

From source file ar.rulosoft.custompref.SeekBarCustomPreference.java

public class SeekBarCustomPreference extends Preference implements OnSeekBarChangeListener, View.OnKeyListener {

    // A filthy hack so we can update info text while dragging seek bar thumb.
    private static final WeakHashMap<TextView, SeekBarCustomPreference> mInfoViews = new WeakHashMap<>();
    private static final WeakHashMap<String, SeekBarCustomPreference> mKeys = new WeakHashMap<>();
    private int mProgress;

From source file org.solovyev.android.calculator.variables.EditVariableFragment.java

public class EditVariableFragment extends BaseDialogFragment
        implements View.OnFocusChangeListener, View.OnKeyListener, View.OnClickListener {

    private static final String ARG_VARIABLE = "variable";
    private final static List<Character> ACCEPTABLE_CHARACTERS = Arrays.asList(Strings.toObjects(
            ("1234567890abcdefghijklmnopqrstuvwxyz???_"

From source file org.retroshare.android.ConversationFragment.java

public class ConversationFragment extends RsServiceClientFragmentBase
        implements View.OnKeyListener, ListView.OnScrollListener {
    @Override
    public String TAG() {
        return "ConversationFragment";
    }

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

/**
 * Presents a menu as a small, simple popup anchored to another view.
 * @hide
 */
public class MenuPopupHelper
        implements AdapterView.OnItemClickListener, View.OnKeyListener, ViewTreeObserver.OnGlobalLayoutListener,

From source file com.simas.vc.editor.player.PlayerFragment.java

public class PlayerFragment extends Fragment
        implements View.OnTouchListener, MediaPlayer.OnErrorListener, MediaPlayer.OnPreparedListener,
        View.OnKeyListener, SurfaceHolder.Callback, Player.OnStateChangedListener, Controls.PlayClickOverrider {

    private static final int MAX_INITIALIZATION_RETRIES = 1;
    /* Instance state variables */

From source file com.letsgood.sampleapp.ChatActivity.java

/**
 * Created by Letsgood.com - Pavel Stambrecht on 11. 3. 2015.
 */
public class ChatActivity extends ActionBarActivity implements TextWatcher, View.OnKeyListener {

    private Button sendButton = null;

From source file org.indonesiax.mobile.view.custom.popup.menu.MenuPopupHelper.java

/**
 * Presents a menu as a small, simple popup anchored to another view.
 */
class MenuPopupHelper
        implements AdapterView.OnItemClickListener, View.OnKeyListener, ViewTreeObserver.OnGlobalLayoutListener,
        PopupWindow.OnDismissListener, View.OnAttachStateChangeListener, MenuPresenter {

From source file com.nile.kmooc.view.custom.popup.menu.MenuPopupHelper.java

/**
 * Presents a menu as a small, simple popup anchored to another view.
 */
class MenuPopupHelper
        implements AdapterView.OnItemClickListener, View.OnKeyListener, ViewTreeObserver.OnGlobalLayoutListener,
        PopupWindow.OnDismissListener, View.OnAttachStateChangeListener, MenuPresenter {

From source file org.edx.mobile.view.custom.popup.menu.MenuPopupHelper.java

/**
 * Presents a menu as a small, simple popup anchored to another view.
 */
class MenuPopupHelper
        implements AdapterView.OnItemClickListener, View.OnKeyListener, ViewTreeObserver.OnGlobalLayoutListener,
        PopupWindow.OnDismissListener, View.OnAttachStateChangeListener, MenuPresenter {

From source file com.google.cloud.solutions.flexenv.PlayActivity.java

public class PlayActivity extends AppCompatActivity implements NavigationView.OnNavigationItemSelectedListener,
        GoogleApiClient.OnConnectionFailedListener, View.OnKeyListener, View.OnClickListener {

    // Firebase keys commonly used with backend Servlet instances
    private static final String IBX = "inbox";
    private static final String CHS = "channels";