List of usage examples for android.widget Toolbar.OnMenuItemClickListener interface-usage
From source file com.artemchep.horario.ui.fragments.details.MooDetailsFragment.java
/** * @author Artem Chepurnoy */ // ? public abstract class MooDetailsFragment<T extends Model> extends DetailsFragment implements Toolbar.OnMenuItemClickListener {
From source file com.razza.apps.iosched.explore.ExploreSessionsActivity.java
/**
* This activity displays all sessions based on the selected filters.
* <p/>
* It can either be invoked with specific filters or the user can choose the filters
* to use from the alt_nav_bar.
*/
From source file com.meetingcpp.sched.explore.ExploreSessionsActivity.java
/**
* This activity displays all sessions based on the selected filters.
* <p/>
* It can either be invoked with specific filters or the user can choose the filters
* to use from the alt_nav_bar.
*/
From source file com.nicefontaine.seanachie.ui.imagestory.ImageStoryFragment.java
public class ImageStoryFragment extends Fragment implements ImageStoryContract.View, ImageStoryAdapter.OnImageClickedListener, Toolbar.OnMenuItemClickListener { private static final String REPOSITORY = "com.nicefontaine.seanachie.fileprovider"; private static final int REQUEST_IMAGE_CAPTURE = 1; public static final int REQUEST_SPEECH_TO_TEXT = 2;
From source file com.crazymin2.retailstore.ui.BaseActivity.java
/** * A base activity that handles common functionality in the app. This includes the * navigation drawer, login and authentication, Action Bar tweaks, amongst others. */ public abstract class BaseActivity extends AppCompatActivity implements MultiSwipeRefreshLayout.CanChildScrollUpCallback, Toolbar.OnMenuItemClickListener, CartView {
From source file com.jjcamera.apps.iosched.explore.ExploreSessionsActivity.java
/**
* This activity displays all sessions based on the selected filters.
* <p/>
* It can either be invoked with specific filters or the user can choose the filters
* to use from the alt_nav_bar.
*/
From source file com.google.samples.apps.iosched.explore.ExploreSessionsActivity.java
/**
* This activity displays all sessions based on the selected filters.
* <p/>
* It can either be invoked with specific filters or the user can choose the filters
* to use from the alt_nav_bar.
*/
From source file com.ichi2.anki.StudyOptionsFragment.java
public class StudyOptionsFragment extends Fragment implements Toolbar.OnMenuItemClickListener { /** * Available options performed by other activities */ private static final int BROWSE_CARDS = 3;
From source file com.jun.elephant.ui.main.MainActivity.java
/** * Created by Jun on 2016/3/1. */ public class MainActivity extends BaseActivity implements Toolbar.OnMenuItemClickListener, ThemeDialog.OnThemeChangeListener, DrawerMenuAdapter.OnMenuItemClickListener, MaterialDialog.SingleButtonCallback {
From source file at.bitfire.davdroid.ui.AccountActivity.java
import at.bitfire.davdroid.resource.LocalAddressBook; import at.bitfire.davdroid.resource.LocalTaskList; import at.bitfire.ical4android.TaskProvider; import lombok.Cleanup; import static android.content.ContentResolver.SYNC_OBSERVER_TYPE_ACTIVE;