List of usage examples for android.view View.OnClickListener interface-usage
From source file com.campusconnect.GoogleSignInActivity.java
/** * Demonstrate Firebase Authentication using a Google ID Token. */ public class GoogleSignInActivity extends BaseActivity implements GoogleApiClient.OnConnectionFailedListener, View.OnClickListener { private static final String TAG = "GoogleActivity";
From source file com.bangz.shotrecorder.MainActivity.java
public class MainActivity extends SherlockFragmentActivity implements View.OnClickListener, LoaderManager.LoaderCallbacks<Cursor>, AdapterView.OnItemClickListener, DragSortListView.RemoveListener { private static final String TAG = "MainActivity"; private static final int REQUEST_ACCOUNT_PICKER = 1;
From source file br.liveo.ndrawer.ui.fragment.FragmentNotificationsfacebook.java
public class FragmentNotificationsfacebook extends Fragment implements GraphRequest.Callback, View.OnClickListener, AdapterView.OnItemClickListener, AdapterView.OnItemLongClickListener { private boolean mSearchCheck; private static final String TEXT_FRAGMENT = "TEXT_FRAGMENT"; TextView tv_notification; CallbackManager callbackManager;
From source file com.jamsuni.jamsunicodescan.MainActivity.java
public class MainActivity extends BaseActivity implements View.OnClickListener { protected static final int MY_PERMISSIONS_REQUEST = 101; private static final int RC_BARCODE_CAPTURE = 9001; private static final int WEB_CONTENT_VIEW = 9002;
From source file com.google.android.gms.plus.sample.quickstart.MainActivity.java
* Demonstrates Google+ Sign-In and usage of the Google+ APIs to retrieve a * users profile information. */ public class MainActivity extends FragmentActivity implements ConnectionCallbacks, OnConnectionFailedListener, ResultCallback<LoadPeopleResult>, View.OnClickListener, CheckBox.OnCheckedChangeListener, GoogleApiClient.ServerAuthCodeCallbacks {
From source file com.android.inputmethod.keyboard.EmojiPalettesView.java
/**
* View class to implement Emoji palettes.
* The Emoji keyboard consists of group of views {@link R.layout#emoji_palettes_view}.
* <ol>
* <li> Emoji category tabs.
* <li> Delete button.
From source file com.ximai.savingsmore.save.activity.BusinessMyCenterActivity.java
/** * Created by caojian on 16/12/7. */ public class BusinessMyCenterActivity extends BaseActivity implements View.OnClickListener { private Form_item create_date, good_type, good_range, address; private TextView crete_date;
From source file org.i_chera.wolfensteineditor.fragments.LevelFragment.java
/** * Created by ioan_chera on 15.01.2015. */ public class LevelFragment extends SwitchableFragment implements AdapterView.OnItemClickListener, LevelContainer.Observer, CompoundButton.OnCheckedChangeListener, View.OnClickListener, View.OnTouchListener, VisibilityGrid.Delegate, ScrollViewListener {
From source file com.androidinspain.deskclock.alarms.AlarmActivity.java
public class AlarmActivity extends BaseActivity implements View.OnClickListener, View.OnTouchListener { private static final LogUtils.Logger LOGGER = new LogUtils.Logger("AlarmActivity"); private static final TimeInterpolator PULSE_INTERPOLATOR = PathInterpolatorCompat.create(0.4f, 0.0f, 0.2f, 1.0f);
From source file edu.cens.loci.ui.widget.GenericEditorView.java
/** * Simple editor that handles labels and any {@link EditField} defined for * the entry. Uses {@link ValuesDelta} to read any existing * {@link Entity} values, and to correctly write any changes values. */ public class GenericEditorView extends RelativeLayout implements Editor, View.OnClickListener {