List of usage examples for android.view View.OnClickListener interface-usage
From source file com.android.contacts.activities.DialtactsActivity.java
/**
* The dialer activity that has one tab with the virtual 12key
* dialer, a tab with recent calls in it, a tab with the contacts and
* a tab with the favorite. This is the container and the tabs are
* embedded using intents.
* The dialer tab's title is 'phone', a more common name (see strings.xml).
From source file com.citrus.sample.WalletPaymentFragment.java
/**
* A simple {@link Fragment} subclass.
* Activities that contain this fragment must implement the
* {@link WalletFragmentListener} interface
* to handle interaction events.
* Use the {@link WalletPaymentFragment#newInstance} factory method to
From source file com.juick.android.MessagesFragment.java
* @author Ugnich Anton */ public class MessagesFragment extends ListFragment implements AdapterView.OnItemClickListener, AbsListView.OnScrollListener, View.OnTouchListener, View.OnClickListener { public static int instanceCount;
From source file com.mobantica.DriverItRide.activities.ActivityProfile.java
public class ActivityProfile extends AppCompatActivity implements View.OnClickListener, CompoundButton.OnCheckedChangeListener { private String TAG = "ActivityProfile"; private CollapsingToolbarLayout collapsingToolbar; private TextView txtGender;
From source file com.appeaser.sublimepickerlibrary.recurrencepicker.RecurrenceOptionCreator.java
/** * Helps create a custom recurrence-rule. */ public class RecurrenceOptionCreator extends FrameLayout implements AdapterView.OnItemSelectedListener, RadioGroup.OnCheckedChangeListener, CompoundButton.OnCheckedChangeListener, View.OnClickListener, RecurrenceEndDatePicker.OnDateSetListener {
From source file com.hackensack.umc.activity.DependentDetailsActivity.java
public class DependentDetailsActivity extends BaseActivity implements AdapterView.OnItemClickListener, View.OnClickListener, HttpDownloadCompleteListener { private String[] mGenderArray = { "Male", "Female" }; private static final int addressCode = 12, insuranceCode = 23; private int numberOfCellPhonell = 1;
From source file org.sirimangalo.meditationplus.ActivityMain.java
public class ActivityMain extends ActionBarActivity implements ActionBar.TabListener, View.OnClickListener, View.OnLongClickListener { /** * The {@link android.support.v4.view.PagerAdapter} that will provide * fragments for each of the sections. We use a
From source file com.aidy.launcher3.ui.folder.Folder.java
/** * Represents a set of icons chosen by the user or generated by the system. */ public class Folder extends LinearLayout implements DragSource, View.OnClickListener, View.OnLongClickListener, DropTarget, FolderListener, TextView.OnEditorActionListener, View.OnFocusChangeListener { private static final String TAG = "Launcher.Folder";
From source file apps.junkuvo.alertapptowalksafely.MainActivity.java
public class MainActivity extends AbstractActivity implements View.OnClickListener { private boolean mPasscodeOn = false; private int mStepCount = 0; public static final String SETTING_SHAREDPREF_NAME = "setting"; public static final String AD_STATUS_SHAREDPREF_NAME = "AD_STATUS_SHAREDPREF_NAME";
From source file org.deviceconnect.android.manager.setting.ReqResDebugActivity.java
/** * d-Connect RESTfulAPI?????????Activity. * @author NTT DOCOMO, INC. */ public class ReqResDebugActivity extends Activity implements View.OnClickListener, OnItemSelectedListener { /**