List of usage examples for android.view View.OnClickListener interface-usage
From source file com.ximai.savingsmore.save.activity.FourStepRegisterActivity.java
/** * Created by caojian on 16/12/10. */ // public class FourStepRegisterActivity extends BaseActivity implements View.OnClickListener { private Form_item create_date, good_type, good_range, address;
From source file com.insthub.O2OMobile.Activity.F9_SettingActivity.java
public class F9_SettingActivity extends BaseActivity implements BusinessResponse, View.OnClickListener { private TextView mTitle; private ImageView mBack; private Button mLogout; private SharedPreferences mShared; private SharedPreferences.Editor mEditor;
From source file com.egloos.hyunyi.musicinfo.LinkPopUp.java
/** * Created by Hyun-Yi on 2015-05-28. */ public class LinkPopUp extends Activity implements View.OnClickListener { private ImageView ArtistImage;
From source file cn.finalteam.galleryfinal.PhotoEditActivity.java
/** * Desction:? * Author:pengjianbo * Date:15/10/10 ?5:40 */ public class PhotoEditActivity extends CropImageActivity
From source file com.community.yuequ.bottombar.BottomBar.java
public class BottomBar extends LinearLayout implements View.OnClickListener, View.OnLongClickListener { private static final String STATE_CURRENT_SELECTED_TAB = "STATE_CURRENT_SELECTED_TAB"; private static final float DEFAULT_INACTIVE_SHIFTING_TAB_ALPHA = 0.6f; // Behaviors
From source file com.heightechllc.breakify.MainActivity.java
/**
* The app's main activity. Controls the timer and main UI.
* Displays the timer's progress using a {@link CircleTimerView}.
*
* For analytics, I'm trying out Mixpanel to see if they're any better than Google Analytics, et al.
* Analytics can be disabled in the {@link com.heightechllc.breakify.preferences.SettingsActivity}
From source file com.bigpigs.fragments.SearchFragment.java
/** */ public class SearchFragment extends Fragment implements OnMapReadyCallback, View.OnClickListener, DetailDialog.OnMoreDetailEvent { private static final String ARG_PARAM1 = "param1"; private static final String ARG_PARAM2 = "param2";
From source file com.afwsamples.testdpc.SetupManagementFragment.java
/** * This {@link Fragment} shows the UI that allows the user to start the setup of a managed profile * or configuration of a device-owner if the device is in an appropriate state. */ public class SetupManagementFragment extends Fragment implements NavigationBar.NavigationBarListener, View.OnClickListener, ColorPicker.OnColorSelectListener, RadioGroup.OnCheckedChangeListener {
From source file com.adarshahd.indianrailinfo.donate.TrainDetails.java
/** * Created by ahd on 5/29/13. */ public class TrainDetails extends SherlockActivity implements View.OnClickListener { //For fare enquiry //"http://www.indianrail.gov.in/cgi_bin/inet_frenq_cgi.cgi"
From source file com.notalenthack.blaster.CommandActivity.java
/** * Class that displays all the commands */ public class CommandActivity extends Activity implements EditCommandDialog.CommandCallback, View.OnClickListener, LaunchCommandDialog.LaunchCallback { private static final String TAG = "CommandActivity";