List of usage examples for android.view View.OnClickListener interface-usage
From source file edu.umich.oasis.testapp.PerfActivity.java
public class PerfActivity extends Activity implements CompoundButton.OnCheckedChangeListener, View.OnClickListener, OASISConnection.DisconnectCallback { private static final String TAG = "OASIS.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.firesoft.member.Activity.F0_ProfileActivity.java
public class F0_ProfileActivity extends BaseActivity implements BusinessResponse, View.OnClickListener, OnItemClickListener, OnDismissListener { private AlertView mAlertView;//????ViewView??show???? private SIMPLE_MEMBER member; private EditText member_no;
From source file com.dzt.uberclone.HomeFragment.java
/** * Created by David on 2/10/2015. */ public class HomeFragment extends Fragment implements View.OnClickListener, GoogleApiClient.ConnectionCallbacks, GoogleApiClient.OnConnectionFailedListener, GoogleMap.OnMapClickListener, GoogleMap.OnMarkerDragListener { private GoogleMap map;
From source file com.odoo.addons.sale.SalesDetail.java
public class SalesDetail extends ActionBarActivity implements View.OnClickListener { public static final String TAG = SalesDetail.class.getSimpleName(); public static final int REQUEST_ADD_ITEMS = 323; private Bundle extra; private OForm mForm; private ODataRow record;
From source file br.com.brolam.cloudvision.ui.NoteVisionDetailsActivity.java
/**
* Manuteno e exbio de um Note Vision Item.
* @author Breno Marques
* @version 1.00
* @since Release 01
*/
From source file com.hackensack.umc.activity.ProfileSelfieActivityCustomeCam.java
public class ProfileSelfieActivityCustomeCam extends BaseActivity implements View.OnClickListener, ProfileInsuranceInfoFragment.OnFragmentInteractionListener, ProfileIdInfoFragment.OnFragmentInteractionListener { private static final String TAG = "ProfileSelfieActivity"; private ImageView imgSelfie;
From source file com.actionbarsherlock.internal.view.menu.ActionMenuItemView.java
/** * @hide */ public class ActionMenuItemView extends LinearLayout implements MenuView.ItemView, View.OnClickListener, View.OnLongClickListener, ActionMenuView.ActionMenuChildView, View_HasStateListenerSupport { //UNUSED private static final String TAG = "ActionMenuItemView";
From source file com.acrr.acdisplay.ui.components.MediaWidget.java
/**
* Media widget for {@link com.acrr.acdisplay.ui.fragments.AcDisplayFragment} that provides
* basic media controls and has a nice skin.
*
* @author Artem Chepurnoy
*/
From source file com.achep.acdisplay.ui.components.MediaWidget.java
/**
* Media widget for {@link com.achep.acdisplay.ui.fragments.AcDisplayFragment} that provides
* basic media controls and has a nice skin.
*
* @author Artem Chepurnoy
*/
From source file com.bridgeconn.autographago.ui.activities.SettingsActivity.java
public class SettingsActivity extends AppCompatActivity implements View.OnClickListener, SeekBar.OnSeekBarChangeListener { private TextView mTvDownload, mOpenHints; private ImageView mDayMode, mNightMode; private LinearLayout mInflateLayout;