List of usage examples for android.view View.OnClickListener interface-usage
From source file com.androzic.vnspeech.MapFragment.java
public class MapFragment extends Fragment implements MapHolder, OnSharedPreferenceChangeListener, View.OnClickListener, View.OnTouchListener, MenuBuilder.Callback, MenuPresenter.Callback, Recorder.Callback { public static final String TAG = "MapFragment"; private static final int REQ_CODE_SPEECH_INPUT = 1001;
From source file com.android.email.activity.MessageViewFragmentBase.java
/** * Base class for {@link MessageViewFragment} and {@link MessageFileViewFragment}. */ public abstract class MessageViewFragmentBase extends Fragment implements View.OnClickListener { private static final String BUNDLE_KEY_CURRENT_TAB = "MessageViewFragmentBase.currentTab"; private static final String BUNDLE_KEY_PICTURE_LOADED = "MessageViewFragmentBase.pictureLoaded";
From source file com.android.contacts.activities.PeopleActivity.java
/** * Displays a list to browse contacts. */ public class PeopleActivity extends ContactsActivity implements View.OnCreateContextMenuListener, View.OnClickListener, ActionBarAdapter.Listener, DialogManager.DialogShowingViewActivity, ContactListFilterController.ContactListFilterListener,
From source file com.android.calendar.event.EditEventView.java
public class EditEventView implements View.OnClickListener, DialogInterface.OnCancelListener, DialogInterface.OnClickListener, OnItemSelectedListener, RecurrencePickerDialog.OnRecurrenceSetListener, TimeZonePickerDialog.OnTimeZoneSetListener { private static final String TAG = "EditEvent"; private static final String GOOGLE_SECONDARY_CALENDAR = "calendar.google.com";
From source file au.com.glassechidna.velocityviewpager.VelocityViewPager.java
/**
* Layout manager that allows the user to flip left and right
* through pages of data. You supply an implementation of a
* {@link PagerAdapter} to generate the pages that the view shows.
*
* Based on the support library's ViewPager, this class includes
From source file com.android.dialer.DialtactsFragment.java
/** * The dialer tab's title is 'phone', a more common name (see strings.xml). */ public class DialtactsFragment extends TransactionSafeFragment implements View.OnClickListener, DialpadFragment.OnDialpadQueryChangedListener, OnListFragmentScrolledListener, CallLogFragment.HostInterface, DialpadFragment.HostInterface,
From source file com.android.systemui.statusbar.phone.NotificationPanelView.java
public class NotificationPanelView extends PanelView implements ExpandableView.OnHeightChangedListener, ObservableScrollView.Listener, View.OnClickListener, NotificationStackScrollLayout.OnOverscrollTopChangedListener, KeyguardAffordanceHelper.Callback, NotificationStackScrollLayout.OnEmptySpaceClickListener, HeadsUpManager.OnHeadsUpChangedListener, OnPageChangeListener, UpdateIndicator {
From source file com.aliyun.homeshell.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, DragScroller, View.OnFocusChangeListener { private static final String TAG = "Launcher.Folder";
From source file com.androzic.MapActivity.java
public class MapActivity extends SherlockFragmentActivity implements View.OnClickListener, OnSharedPreferenceChangeListener, OnWaypointActionListener, SeekBar.OnSeekBarChangeListener, Panel.OnPanelListener { private static final String TAG = "MapActivity"; private static final int RESULT_MANAGE_WAYPOINTS = 0x200;
From source file com.android.leanlauncher.LauncherTransitionable.java
/** * Default launcher application. */ public class Launcher extends Activity implements View.OnClickListener, OnLongClickListener, LauncherModel.Callbacks, View.OnTouchListener { public static final int EXIT_SPRINGLOADED_MODE_SHORT_TIMEOUT = 300;