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 com.collabora.xwperf.notxw_contacts.MainActivity.java

@EActivity
public class MainActivity extends ActionBarActivity implements View.OnClickListener {

    private FpsMeterView fpsMeter;
    private FpsGraphView fpsGraph;
    private ActionBarDrawerToggle toggle;

From source file co.codecrunch.musicplayerlite.utility.ColorChooserDialog.java

public class ColorChooserDialog extends DialogFragment implements View.OnClickListener {
    private CardView cardView1, cardView2, cardView3, cardView4, cardView5, cardView6, cardView7, cardView8,
            cardView9, cardView10;
    private Button buttonDisagree, buttonAgree;
    private View view;
    private int currentTheme;

From source file com.cnm.cnmrc.fragment.RcFourWay.java

public class RcFourWay extends Fragment implements View.OnClickListener {

    View layout;

    public static RcFourWay newInstance(long num) {
        RcFourWay f = new RcFourWay();

From source file com.qiscus.sdk.ui.view.QiscusChatButtonView.java

/**
 * Created on : April 06, 2017
 * Author     : zetbaitsu
 * Name       : Zetra
 * GitHub     : https://github.com/zetbaitsu
 */

From source file com.cnm.cnmrc.fragment.vod.VodMain.java

public class VodMain extends Fragment implements View.OnClickListener {

    View layout;

    public static VodMain newInstance(long num) {
        VodMain f = new VodMain();

From source file com.cnm.cnmrc.fragment.remocon.RcFourWay.java

public class RcFourWay extends Fragment implements View.OnClickListener {

    View layout;

    public static RcFourWay newInstance(long num) {
        RcFourWay f = new RcFourWay();

From source file co.codecrunch.musicplayerlite.fragments.FragmentSettings.java

public class FragmentSettings extends Fragment implements View.OnClickListener {

    private SharedPreferences sharedPreferences;
    private SharedPreferences.Editor editor;

    public FragmentSettings() {

From source file com.commonsware.android.fakeplayer.PlayerFragment.java

public class PlayerFragment extends Fragment implements View.OnClickListener {
    @Override
    public View onCreateView(LayoutInflater inflater, ViewGroup parent, Bundle savedInstanceState) {
        View result = inflater.inflate(R.layout.main, parent, false);

        result.findViewById(R.id.start).setOnClickListener(this);

From source file com.bilibili.sample.dialog.ProgressStyleDialog.java

/**
 * @author xyczero
 * @time 16/5/23
 */
public class ProgressStyleDialog extends DialogFragment implements View.OnClickListener {
    public static final String TAG = ProgressStyleDialog.class.getSimpleName();

From source file com.cnm.cnmrc.fragment.vodtvch.CommonList.java

public class CommonList extends Base implements View.OnClickListener {

    View layout;

    public CommonList newInstance(String type) {
        CommonList f = new CommonList();