List of usage examples for android.content DialogInterface.OnClickListener interface-usage
From source file edu.mit.mobile.android.locast.ver2.itineraries.ItineraryDetail.java
public class ItineraryDetail extends MapFragmentActivity implements LoaderManager.LoaderCallbacks<Cursor>, OnItemClickListener, OnClickListener, DialogInterface.OnClickListener { private static final String TAG = ItineraryDetail.class.getSimpleName(); // if the layout for this doesn't need a map, set this to false. private static final boolean USE_MAP = true;
From source file com.saloon.android.bluecactus.app.UI.MainActivity.java
/** * Provides UI for the main screen. */ public class MainActivity extends AppCompatActivity implements DialogInterface.OnClickListener { private DrawerLayout mDrawerLayout;
From source file ch.teamuit.android.soundplusplus.LibraryActivity.java
/** * The library activity where songs to play can be selected from the library. */ public class LibraryActivity extends SlidingPlaybackActivity implements DialogInterface.OnClickListener, DialogInterface.OnDismissListener, SearchView.OnQueryTextListener {
From source file ch.blinkenlights.android.vanilla.LibraryActivity.java
/** * The library activity where songs to play can be selected from the library. */ public class LibraryActivity extends SlidingPlaybackActivity implements DialogInterface.OnClickListener, DialogInterface.OnDismissListener, SearchView.OnQueryTextListener {
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 com.ustadmobile.port.android.view.CatalogOPDSFragment.java
/**
* An Android Fragment that implements the CatalogView to show an OPDS Catalog
*
* Use newInstance to create a new Fragment and use the FragmentManager in the normal way
*
*/
From source file br.com.carlosrafaelgn.fplay.ActivityBrowserRadio.java
public final class ActivityBrowserRadio extends ActivityBrowserView implements View.OnClickListener, DialogInterface.OnClickListener, DialogInterface.OnCancelListener, BgListView.OnBgListViewKeyDownObserver, SpinnerAdapter { private TextView sep2; private BgListView list; private RadioStationList radioStationList;
From source file org.kreed.vanilla.LibraryActivity.java
/** * The library activity where songs to play can be selected from the library. */ public class LibraryActivity extends PlaybackActivity implements TextWatcher, DialogInterface.OnClickListener, DialogInterface.OnDismissListener { /**
From source file com.nachiket.titan.LibraryActivity.java
/** * The library activity where songs to play can be selected from the library. */ public class LibraryActivity extends PlaybackActivity implements TextWatcher, DialogInterface.OnClickListener, DialogInterface.OnDismissListener { /**
From source file org.dkf.jmule.activities.MainActivity.java
/** * @author gubatron * @author aldenml */ public class MainActivity extends AbstractActivity implements AbstractDialog.OnDialogClickListener, DialogInterface.OnClickListener, ServiceConnection, ActivityCompat.OnRequestPermissionsResultCallback {