List of usage examples for android.view View.OnClickListener interface-usage
From source file com.androidinspain.deskclock.timer.TimerSetupView.java
public class TimerSetupView extends LinearLayout implements View.OnClickListener, View.OnLongClickListener { private final int[] mInput = { 0, 0, 0, 0, 0, 0 }; private int mInputPointer = -1; private CharSequence mTimeTemplate;
From source file com.example.android.rowanparkingpass.Activities.PassActivity.java
public class PassActivity extends BaseActivity implements View.OnClickListener { private Driver driver; private Vehicle vehicle; private SimpleDateFormat dateFormatter;
From source file agricultural.nxt.agriculturalsupervision.Activity.intercourse.SupplierAddUpdateActivity.java
public class SupplierAddUpdateActivity extends BaseActivity implements View.OnClickListener {
@BindView(R.id.lettoolbar)
LetToolBar toolBar;
@BindView(vcmysuppliername)
EditText et_vcmysuppliername;
@BindView(vccorporation)
From source file com.barion.example.app2app.libraryintegration.fragments.ShopFragment.java
public class ShopFragment extends ListFragment implements View.OnClickListener { private static final String TAG = ShopFragment.class.getName(); private ArrayList<BarionProduct> products; private ProgressDialog progressDialog;
From source file com.bruce.study.demo.github.bluetooth_demo1.HelpFragment.java
/** * A simple {@link android.support.v4.app.Fragment} subclass * Created by BruceHurrican on 2015/10/9. */ public class HelpFragment extends BaseFragment implements View.OnClickListener { private static final int REQUEST_ENABLE_BT = 2;
From source file com.arksh.summer.ui.zone.widget.ExpandableTextView.java
public class ExpandableTextView extends LinearLayout implements View.OnClickListener { /* */ private static final int MAX_COLLAPSED_LINES = 5; /* */
From source file com.cblabs.wardrobe.activities.FeedActivity.java
public class FeedActivity extends FragmentActivity implements View.OnClickListener { private AppSectionsPagerAdapter mAppSectionsPagerAdapter; private ViewPager mViewPager; private PojoUserDetails data; private PrefsManager mPrefsManager;
From source file am.project.x.business.main.MainActivity.java
/** * */ public class MainActivity extends BaseActivity implements View.OnClickListener, NavigationView.OnNavigationItemSelectedListener {
From source file com.cnm.cnmrc.fragment.vodtvch.VodTvch.java
public class VodTvch extends Fragment implements View.OnClickListener, SlidingMenu.Listener { public static VodTvch newInstance(String type) { VodTvch f = new VodTvch(); Bundle args = new Bundle(); args.putString("type", type); // vod or tvch
From source file com.cnm.cnmrc.fragment.search.SearchVodSub.java
public class SearchVodSub extends Fragment implements View.OnClickListener { public static SearchVodSub newInstance(String search) { SearchVodSub f = new SearchVodSub(); Bundle args = new Bundle(); args.putString("search", search); // vod or tvch