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 com.cybrosys.scientific.EventListener.java

class EventListener implements View.OnKeyListener, OnClickListener, View.OnLongClickListener {
    Button btnPopup, btnuniversal, btnelectro, btnAtomic, btnphysico, btnOther, btncloseMain, btnseletone,
            btnselettwo, btnseletthree, btnseletfour, btnseletfive, btnseletsix, btnseletseven;
    ImageButton imgbtnback, imgbtnclose;
    Dialog dlogDialog;
    PopupWindow popmWx, popmW2, popmW3, popmW4, popmW5, popmW6;

From source file com.vuze.android.remote.fragment.FilesFragment.java

/**
 * Shows the list of files with a torrent
 *
 * NOTE: There's duplicate code in OpenOptionsFileFragment.  Untill common code is merged,
 * changes here should be done there.
 *

From source file org.akop.crosswords.view.CrosswordView.java

public class CrosswordView extends View implements View.OnKeyListener {
    public interface OnSelectionChangeListener {
        void onWordDeselected(CrosswordView view);

        void onWordSelectionChanged(CrosswordView view, Crossword.Word word);
    }

From source file com.vuze.android.remote.fragment.TorrentListFragment.java

/**
 * Handles a ListView that shows Torrents
 */
public class TorrentListFragment extends Fragment
        implements TorrentListReceivedListener, FilterByDialogListener, SortByDialogListener, SessionInfoListener,
        ActionModeBeingReplacedListener, TagListReceivedListener, Animation.AnimationListener, View.OnKeyListener,

From source file org.akop.ararat.view.CrosswordView.java

@SuppressWarnings("unused")
public class CrosswordView extends View implements View.OnKeyListener {
    private static final String LOG_TAG = CrosswordView.class.getSimpleName();

    public static final int MARKER_CUSTOM = 1;
    public static final int MARKER_CHEAT = 1 << 1;

From source file com.android.mail.ui.ConversationViewFragment.java

/**
 * The conversation view UI component.
 */
public class ConversationViewFragment extends AbstractConversationViewFragment
        implements SuperCollapsedBlock.OnClickListener, OnLayoutChangeListener,
        MessageHeaderView.MessageHeaderViewCallbacks, MessageFooterView.MessageFooterCallbacks,

From source file com.phonemetra.turbo.launcher.AsyncTaskCallback.java

/**
 * The Apps/Customize page that displays all the applications, widgets, and shortcuts.
 */
public class AppsCustomizePagedView extends PagedViewWithDraggableItems
        implements View.OnClickListener, View.OnKeyListener, DragSource, PagedViewIcon.PressedCallback,
        PagedViewWidget.ShortPressListener, LauncherTransitionable {

From source file com.android.launcher2.AsyncTaskCallback.java

/**
 * The Apps/Customize page that displays all the applications, widgets, and shortcuts.
 */
public class AppsCustomizePagedView extends PagedViewWithDraggableItems
        implements View.OnClickListener, View.OnKeyListener, DragSource, PagedViewIcon.PressedCallback,
        PagedViewWidget.ShortPressListener, LauncherTransitionable {

From source file com.zyk.launcher.AsyncTaskCallback.java

/**
 * The Apps/Customize page that displays all the applications, widgets, and shortcuts.
 * FIXME 
 * ? ?? ?? ???? workspace?
 */
public class AppsCustomizePagedView extends PagedViewWithDraggableItems

From source file com.hkm.listviewhkm.base.LabelBase.java

/**
 * Created by Hesk on 3/7/2014.
 */
public class LabelBase extends DialogIntent implements TabHost.OnTabChangeListener, ViewPager.OnPageChangeListener,
        View.OnClickListener, View.OnKeyListener, CrossCommunicate, AdapterView.OnItemSelectedListener, DialogCB,
        NumberPickerDialogFragment.NumberPickerDialogHandler {