Example usage for android.support.v4.view MenuItemCompat.OnActionExpandListener interface-usage

List of usage examples for android.support.v4.view MenuItemCompat.OnActionExpandListener interface-usage

Introduction

In this page you can find the example usage for android.support.v4.view MenuItemCompat.OnActionExpandListener interface-usage.

Usage

From source file org.intermine.app.fragment.TemplatesFragment.java

public class TemplatesFragment extends BaseFragment implements SearchView.OnQueryTextListener,
        MenuItemCompat.OnActionExpandListener, TemplatesAdapter.OnItemClickListener {
    public static final String MINE_NAME_KEY = "mine_name";

    public static final long TEMPLATES_CACHE_EXPIRY_DURATION = 1000 * 60 * 10;

From source file com.hartcode.hartweather.list.WeatherListActivity.java

public class WeatherListActivity extends AppCompatActivity
        implements View.OnClickListener, MenuItemCompat.OnActionExpandListener, IConnectivity, INetworkView {
    private Unit units = Unit.Fahrenheit;
    private NetworkManager networkManager;
    private SearchView searchView;
    private MenuItem searchMenuItem;

From source file org.intermine.app.activity.TemplateResultsActivity.java

/**
 * @author Daria Komkova <Daria_Komkova @ hotmail.com>
 */
public class TemplateResultsActivity extends BaseActivity
        implements SearchView.OnQueryTextListener, MenuItemCompat.OnActionExpandListener {
    public static final int ITEMS_PER_PAGE = 15;

From source file com.android.calendar.SearchActivity.java

public class SearchActivity extends AppCompatActivity implements CalendarController.EventHandler,
        SearchView.OnQueryTextListener, MenuItemCompat.OnActionExpandListener {

    protected static final String BUNDLE_KEY_RESTORE_TIME = "key_restore_time";
    protected static final String BUNDLE_KEY_RESTORE_SEARCH_QUERY = "key_restore_search_query";
    private static final String TAG = SearchActivity.class.getSimpleName();

From source file com.luorrak.ouroboros.thread.ThreadFragment.java

/**
 * Ouroboros - An 8chan browser
 * Copyright (C) 2015  Luorrak
 *
 * This program is free software: you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by

From source file net.grobas.blizzardleaderboards.app.ui.MainActivity.java

public class MainActivity extends BaseActivity
        implements SearchView.OnQueryTextListener, MenuItemCompat.OnActionExpandListener, Observer<Leaderboard>,
        NavigationView.OnNavigationItemSelectedListener {

    private final static String SAVE_BRACKET_STATE = "bracket_state";
    private final static String SAVE_ORDER_STATE = "order_state";

From source file com.android.mail.ui.ActionBarController.java

/**
 * Controller to manage the various states of the {@link android.app.ActionBar}.
 */
public class ActionBarController implements ViewMode.ModeChangeListener, OnQueryTextListener, OnSuggestionListener,
        MenuItemCompat.OnActionExpandListener {

From source file com.orange.ocara.ui.activity.ListAuditActivity.java

@EActivity(resName = "activity_list_audit")
@OptionsMenu(resName = "list_all_audits")
public class ListAuditActivity extends BaseActivity
        implements MenuItemCompat.OnActionExpandListener, SearchView.OnQueryTextListener {

    private static final int ACTION_CREATE_NEW_DOCUMENT = 1;

From source file com.gh4a.activities.IssueListActivity.java

public class IssueListActivity extends BasePagerActivity
        implements View.OnClickListener, LoadingListFragmentBase.OnRecyclerViewCreatedListener,
        SearchView.OnCloseListener, SearchView.OnQueryTextListener, MenuItemCompat.OnActionExpandListener {
    private static final int REQUEST_ISSUE_CREATE = 1001;

    private String mRepoOwner;

From source file com.tct.mail.ui.ActionBarController.java

/**
 * Controller to manage the various states of the {@link android.app.ActionBar}.
 */
public class ActionBarController implements ViewMode.ModeChangeListener, OnQueryTextListener, OnSuggestionListener,
        MenuItemCompat.OnActionExpandListener, SelectedConversationsActionMenu.SelectedMenuCallback {