List of usage examples for android.view View.OnClickListener interface-usage
From source file com.ximai.savingsmore.save.activity.AddGoodsAcitivyt.java
/** * Created by caojian on 16/12/10. */ public class AddGoodsAcitivyt extends BaseActivity implements View.OnClickListener { private static int PICK_FROM_IMAGE = 1011; private static int PICK_FROM_CAMERA = 1022;
From source file org.zeroxlab.zeroxbenchmark.Benchmark.java
public class Benchmark extends TabActivity implements View.OnClickListener { public final static String TAG = "Benchmark"; public final static String PACKAGE = "org.zeroxlab.zeroxbenchmark"; private final static String mOutputFile = "0xBenchmark";
From source file org.zeroxlab.benchmark.Benchmark.java
public class Benchmark extends TabActivity implements View.OnClickListener { public final static String TAG = "Benchmark"; public final static String PACKAGE = "org.zeroxlab.benchmark"; public static boolean sFilterBitmap = false;
From source file com.android.soma.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 org.peterbaldwin.vlcremote.app.PlaybackActivity.java
import org.peterbaldwin.vlcremote.model.Reloadable; import org.peterbaldwin.vlcremote.model.Reloader; import org.peterbaldwin.vlcremote.model.Server; import org.peterbaldwin.vlcremote.model.Status; import org.peterbaldwin.vlcremote.model.Tags; import org.peterbaldwin.vlcremote.net.MediaServer;
From source file cc.flydev.launcher.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 com.auratech.launcher.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 com.alexstrong.smashing.Camera2BasicFragment.java
public class Camera2BasicFragment extends Fragment implements View.OnClickListener, FragmentCompat.OnRequestPermissionsResultCallback { /** * Conversion from screen rotation to JPEG orientation. */
From source file br.com.brolam.cloudvision.ui.NoteVisionActivity.java
/**
* Essa atividade uma modificao da atividade OcrCaptureActivity.java em https://github.com/googlesamples/android-vision/blob/master/visionSamples/ocr-codelab/
* responsvel pelo o acionamento da camera fotogrfica e capturar dos blocos de textos.
* Sendo importante destacar, que foram realizadas modificaes para atender as necessidades do Cloud Vision.
* @author Breno Marques
* @version 1.00
From source file co.codecrunch.musicplayerlite.activities.MusicPlayerBaseActivity.java
public class MusicPlayerBaseActivity extends ActionBarActivity implements View.OnClickListener, Slider.OnValueChangedListener, NotificationManager.NotificationCenterDelegate { private static final String TAG = "ActivityDMPlayerBase"; private Context context; private SharedPreferences sharedPreferences;