List of usage examples for android.view View.OnClickListener interface-usage
From source file edu.umich.flowfence.testapp.PerfActivity.java
public class PerfActivity extends Activity implements CompoundButton.OnCheckedChangeListener, View.OnClickListener, FlowfenceConnection.DisconnectCallback { private static final String TAG = "FF.PerfTest"; private static final boolean localLOGV = Log.isLoggable(TAG, Log.VERBOSE); private static final boolean localLOGD = Log.isLoggable(TAG, Log.DEBUG);
From source file com.coinblesk.client.KeyboardFragment.java
/** * Created by ckiller on 24/01/16. */ public abstract class KeyboardFragment extends Fragment implements View.OnClickListener, CustomValueDialog.CustomValueListener {
From source file com.mercandalli.android.apps.files.file.FileAddDialog.java
public class FileAddDialog extends Dialog implements View.OnClickListener, FileChooserDialog.FileChooserDialogSelection { @NonNull private final Activity mActivity; private IListener mDismissListener;
From source file ru.moscow.tuzlukov.sergey.weatherlog.SettingsActivity.java
public class SettingsActivity extends ActionBarActivity implements View.OnClickListener, AdapterView.OnItemClickListener, TextView.OnEditorActionListener, Response.Listener<JSONObject>, Response.ErrorListener { private static final String SAVED_CITY_NAME_REQUESTED = "SAVED_CITY_NAME_REQUESTED"; private static final String SAVED_CITY_LIST = "SAVED_CITY_LIST";
From source file com.bilibili.boxing_impl.ui.BoxingViewFragment.java
/**
* A full implement for {@link com.bilibili.boxing.presenter.PickerContract.View} supporting all the mode
* in {@link BoxingConfig.Mode}.
* use this to pick the picture.
*
* @author ChenSL
From source file org.mariotaku.twidere.fragment.support.card.CardPollFragment.java
/** * Created by mariotaku on 15/12/20. */ public class CardPollFragment extends BaseSupportFragment implements LoaderManager.LoaderCallbacks<ParcelableCardEntity>, View.OnClickListener {
From source file com.artemchep.horario.ui.fragments.AuthFragment.java
/** * @author Artem Chepurnoy */ public class AuthFragment extends Fragment implements FirebaseAuth.AuthStateListener, View.OnClickListener { private static final int REQUEST_CODE_SIGN_IN_GOOGLE = 1000;
From source file com.gvccracing.android.tttimer.Tabs.RaceInfoTab.java
public class RaceInfoTab extends BaseTab implements LoaderManager.LoaderCallbacks<Cursor>, View.OnClickListener { public static final String RaceInfoTabSpecName = "RaceInfoTab"; private static final int COURSE_RECORD_LOADER = 0x213;
From source file amhamogus.com.daysoff.fragments.AddEventFragment.java
/** * An instance of {@link Fragment} that presents a form to the * user. */ public class AddEventFragment extends Fragment implements View.OnClickListener, TimePickerDialog.OnTimeSetListener {
From source file com.barbrdo.app.activities.UserProfileActivity.java
public class UserProfileActivity extends AppActivity implements ServiceRedirection, View.OnClickListener { private Context mContext; private TextView textViewUsername; private TextView textViewNoCuts; private TextView textViewNoPhotos;