Example usage for android.view MenuItem.OnActionExpandListener interface-usage

List of usage examples for android.view MenuItem.OnActionExpandListener interface-usage

Introduction

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

Usage

From source file com.commonsware.android.fts.QuestionsFragment.java

public class QuestionsFragment extends ListFragment
        implements SearchView.OnQueryTextListener, MenuItem.OnActionExpandListener {
    interface Contract {
        void onQuestionClicked(String url);
    }

From source file org.catnut.ui.ComposeTweetActivity.java

/**
 * ??
 *
 * @author longkai
 */
public class ComposeTweetActivity extends Activity implements TextWatcher, AdapterView.OnItemClickListener,