List of usage examples for android.view View.OnClickListener interface-usage
From source file com.heneryh.aquanotes.ui.controllers.ControllersActivity.java
/**
* An activity that shows the user's controllers in left/right swipeable screens, each
* screen has tabs for probes, outlets, notes and graphs. This activity can be
* either single or multi-pane, depending on the device configuration. We want the multi-pane
* support that {@link BaseMultiPaneActivity} offers, so we inherit from it instead of
* {@link BaseSinglePaneActivity}. Hmm, which features are those???
From source file com.android.mail.ui.ConversationListFragment.java
/** * The conversation list UI component. */ public final class ConversationListFragment extends Fragment implements OnItemLongClickListener, ModeChangeListener, ListItemSwipedListener, OnRefreshListener, SwipeListener, OnKeyListener, AdapterView.OnItemClickListener, View.OnClickListener, AbsListView.OnScrollListener {
From source file com.df.dfcarchecker.CarCheck.CarCheckBasicInfoFragment.java
public class CarCheckBasicInfoFragment extends Fragment implements View.OnClickListener { private static View rootView; private LayoutInflater inflater; // TableLayout private TableLayout tableLayout;
From source file com.google.example.eightbitartist.DrawingActivity.java
/**
* The main Activity for all of 8BitArtist. This Activity can show the UI for creating a match as
* well as the UI for playing a match. The updateViewVisibility() function controls the visible
* layout based on the state of the game.
*
* There are two types of game play for 8BitArtist:
From source file com.androzic.MapFragment.java
public class MapFragment extends Fragment implements MapHolder, OnSharedPreferenceChangeListener, View.OnClickListener, View.OnTouchListener, MenuBuilder.Callback, MenuPresenter.Callback { private static final String TAG = "MapFragment"; private OnWaypointActionListener waypointActionsCallback; private OnRouteActionListener routeActionsCallback;
From source file com.hackensack.umc.activity.RegistrationDetailsActivity.java
public class RegistrationDetailsActivity extends BaseActivity implements AdapterView.OnItemClickListener, View.OnClickListener/*, View.OnFocusChangeListener*/, HttpDownloadCompleteListener { private Spinner mGenderSpinner, mCellSpinner; private String[] mGenderArray = { "Male", "Female" }; private static final int addressCode = 12, insuranceCode = 23;
From source file com.speedtong.example.ui.chatting.ChattingActivity.java
/** * @author ? * @date 2014-12-9 * @version 4.0 */ public class ChattingActivity extends ECSuperActivity
From source file knayi.delevadriver.AvaliableJobDetailActivity.java
public class AvaliableJobDetailActivity extends ActionBarActivity implements ObservableScrollViewCallbacks, View.OnClickListener, OnMapReadyCallback, GoogleApiClient.ConnectionCallbacks, GoogleApiClient.OnConnectionFailedListener { private ImageView mImageView; private View mToolbarView;
From source file nya.miku.wishmaster.ui.gallery.GalleryActivity.java
public class GalleryActivity extends Activity implements View.OnClickListener { private static final String TAG = "GalleryActivity"; public static final String EXTRA_SETTINGS = "settings"; public static final String EXTRA_ATTACHMENT = "attachment"; public static final String EXTRA_SAVED_ATTACHMENTHASH = "attachmenthash";
From source file com.nttec.everychan.ui.gallery.GalleryActivity.java
public class GalleryActivity extends Activity implements View.OnClickListener { private static final String TAG = "GalleryActivity"; public static final String EXTRA_SETTINGS = "settings"; public static final String EXTRA_ATTACHMENT = "attachment"; public static final String EXTRA_SAVED_ATTACHMENTHASH = "attachmenthash";