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.ymt.demo1.plates.exportConsult.ExportConsultMainActivity.java

/**
 * ?
 */
public class ExportConsultMainActivity extends BaseActivity implements View.OnClickListener {
    private PopActionListener actionListener;
    private Handler mHandler = new MyHandler(this);

From source file org.catnut.adapter.TweetAdapter.java

/**
 * ??
 *
 * @author longkai
 */
public class TweetAdapter extends CursorAdapter

From source file com.bangz.shotrecorder.RecordActivity.java

public class RecordActivity extends SherlockFragmentActivity
        implements SplitListFragment.OnSplitItemSelectedListerner, View.OnClickListener,
        GetDescriptDialogFragment.DescriptDialogListener {

    public static final String TAG = "RecorderActivity";

From source file com.android.deskclock.worldclock.CitiesActivity.java

/**
 * Cities chooser for the world clock
 */
public class CitiesActivity extends BaseActivity
        implements OnCheckedChangeListener, View.OnClickListener, SearchView.OnQueryTextListener {

From source file com.android.deskclock2.alarms.AlarmActivity.java

public class AlarmActivity extends AppCompatActivity implements View.OnClickListener, View.OnTouchListener {

    private static final String LOGTAG = AlarmActivity.class.getSimpleName();

    private static final TimeInterpolator PULSE_INTERPOLATOR = PathInterpolatorCompat.create(0.4f, 0.0f, 0.2f,
            1.0f);

From source file com.alexandrepiveteau.filemanager.ui.MainActivity.java

public class MainActivity extends ActionBarActivity implements View.OnClickListener, OnDataObjectActionListener,
        OnDataObjectClickListener, OnDataObjectInfoClickListener, OnDataObjectLongClickListener,
        OnDataActionPerformedListener, OnNavigationItemClickListener, SearchView.OnQueryTextListener {

    private static final String KEY_DIRECTORY = "KEY_DIRECTORY";

From source file com.android.deskclock.alarms.AlarmActivity.java

public class AlarmActivity extends AppCompatActivity implements View.OnClickListener, View.OnTouchListener {

    private static final String LOGTAG = AlarmActivity.class.getSimpleName();

    private static final TimeInterpolator PULSE_INTERPOLATOR = PathInterpolatorCompat.create(0.4f, 0.0f, 0.2f,
            1.0f);

From source file com.duy.pascal.ui.file.fragment.FragmentFileManager.java

/**
 * Created by Duy on 15-Mar-17.
 */
@Deprecated
public class FragmentFileManager extends Fragment
        implements View.OnClickListener, View.OnLongClickListener, SwipeRefreshLayout.OnRefreshListener,

From source file br.com.anteros.vendas.gui.AnexoCadastroActivity.java

/**
 * Acitivity para o cadastro de anexos do cliente.
 *
 * @author Eduardo Greco (eduardogreco93@gmail.com)
 *         Eduardo Albertini (albertinieduardo@hotmail.com)
 *         Edson Martins (edsonmartins2005@gmail.com)

From source file com.easemob.chatuidemo.activity.ContactlistFragment.java

/**
 * ?
 * 
 */
public class ContactlistFragment extends BaseFragment implements View.OnClickListener {
    public static final String TAG = "ContactlistFragment";