List of usage examples for android.view View.OnClickListener interface-usage
From source file com.cnm.cnmrc.fragment.vodtvch.TvchSemi.java
public class TvchSemi extends Base implements View.OnClickListener { /** * tvch (1st arg : 2nd arg) : (0:) / (1:?) / (2:TV) / (3:) */ public TvchSemi newInstance(int selectedCategory, String title, boolean isFirstDepth, Bundle bundle) {
From source file com.cnm.cnmrc.fragment.search.SearchTvchSub.java
public class SearchTvchSub extends Fragment implements View.OnClickListener { public static SearchTvchSub newInstance(String search) { SearchTvchSub f = new SearchTvchSub(); Bundle args = new Bundle(); args.putString("search", search); // vod or tvch
From source file com.cnm.cnmrc.fragment.search.SearchTvchFragment.java
public class SearchTvchFragment extends Fragment implements View.OnClickListener { public static SearchTvchFragment newInstance(String search) { SearchTvchFragment f = new SearchTvchFragment(); Bundle args = new Bundle(); args.putString("search", search); // vod or tvch
From source file de.blinkt.openvpn.fragments.AboutFragment.java
public class AboutFragment extends Fragment implements View.OnClickListener { public static final String INAPPITEM_TYPE_INAPP = "inapp"; public static final String RESPONSE_CODE = "RESPONSE_CODE"; private static final int DONATION_CODE = 12; private static final int BILLING_RESPONSE_RESULT_OK = 0;
From source file fm.smart.r1.CreateExampleActivity.java
public class CreateExampleActivity extends Activity implements View.OnClickListener { public static ProgressDialog myProgressDialog; private static CreateExampleResult create_example_result = null; private String item_id = null; private String goal_id = null; private String example = null;
From source file com.sakisds.icymonitor.fragments.disk.DiskTempFragment.java
/** * Disk fragment. * Created by sakisds on 18/06/13. */ public class DiskTempFragment extends ListFragment implements OnRefreshListener, View.OnClickListener {
From source file com.ceino.chaperonandroid.activities.LicenseActivity.java
/** * Created by ceino on 15/10/15. */ public class LicenseActivity extends FragmentActivity implements View.OnClickListener { String phone, email, password, firstname, username, imagePath, street, apartment, city, postal, country,
From source file com.android.gallery3d.v5.filtershow.category.CategoryView.java
public class CategoryView extends IconView implements View.OnClickListener, SwipableView { private static final String LOGTAG = "CategoryView"; public static final int VERTICAL = 0; public static final int HORIZONTAL = 1; private Paint mPaint = new Paint();
From source file com.app.swaedes.swaedes.SignUpPage.java
/** * Created by david on 07/04/16 */ public class SignUpPage extends Activity implements View.OnClickListener {
From source file com.cnm.cnmrc.fragment.search.SearchTvchSemi.java
public class SearchTvchSemi extends Fragment implements View.OnClickListener { public static SearchTvchSemi newInstance(String search) { SearchTvchSemi f = new SearchTvchSemi(); Bundle args = new Bundle(); args.putString("search", search); // vod or tvch