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

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

Introduction

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

Usage

From source file camera2basic.Camera2BasicFragment.java

public class Camera2BasicFragment extends Fragment
        implements View.OnClickListener, FragmentCompat.OnRequestPermissionsResultCallback {

    private MediaPlayer sonidoFoto;

    /**

From source file com.camera2.lib.camera2.Camera2Fragment.java

@TargetApi(Build.VERSION_CODES.LOLLIPOP)
public class Camera2Fragment extends Fragment
        implements View.OnClickListener, FragmentCompat.OnRequestPermissionsResultCallback {

    /**
     * Conversion from screen rotation to JPEG orientation.

From source file com.cardio3g.MainActivity.java

public class MainActivity extends AppCompatActivity implements View.OnClickListener, IDownloaderClient {

    Button btnBuiltIn, btnMuscleIsolation, btnCustomProgram, btnSportsTraining, btnhealthyLiving,
            btnPersonalTrainer, btnVideos, btnImages, btnCardio;
    FrameLayout frameLayout;
    VideoView videoView;

From source file com.android.camera.v2.uimanager.SettingManager.java

public class SettingManager extends AbstractUiManager
        implements View.OnClickListener, OnTabChangeListener, SettingListLayout.Listener {
    private static final Tag TAG = new Tag(SettingManager.class.getSimpleName());
    protected static final int MSG_REMOVE_SETTING = 0;
    protected static final int DELAY_MSG_REMOVE_SETTING_MS = 3000;
    private static final String TAB_INDICATOR_KEY_PREVIEW = "preview";

From source file cn.zhangls.android.weibo.ui.details.comment.CommentActivity.java

public class CommentActivity extends SwipeActivity
        implements CommentContract.CommentView, AppBarLayout.OnOffsetChangedListener, View.OnClickListener {

    /**
     * weibo status
     */

From source file com.android.launcher4.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.base.fragments.Camera2BasicFragment.java

@TargetApi(Build.VERSION_CODES.LOLLIPOP)
public class Camera2BasicFragment extends BaseFragment
        implements View.OnClickListener, ActivityCompat.OnRequestPermissionsResultCallback {

    /**
     * Conversion from screen rotation to JPEG orientation.

From source file com.android.returncandidate.activities.SdmScannerActivity.java

/**
 * <h1>Main barcode scanner activity.</h1>
 * Begin scanning barcode, if scanned barcode is matched with database will result with a beep
 * sound, otherwise will result with a buzz sound. User can remove recently scanned object via ?
 * button
 * and logout via  button

From source file com.nextgis.woody.activity.MainActivity.java

public class MainActivity extends NGActivity
        implements NGWLoginFragment.OnAddAccountListener, View.OnClickListener {
    protected final static int PERMISSIONS_REQUEST = 1;
    private static final int VK_SIGN_IN = 10485;
    private static final int FB_SIGN_IN = 64206;

From source file br.com.carlosrafaelgn.fplay.ActivityBrowserRadio.java

public final class ActivityBrowserRadio extends ActivityBrowserView
        implements View.OnClickListener, DialogInterface.OnClickListener, DialogInterface.OnCancelListener,
        BgListView.OnBgListViewKeyDownObserver, SpinnerAdapter {
    private TextView sep2;
    private BgListView list;
    private RadioStationList radioStationList;