List of usage examples for android.view MenuItem.OnActionExpandListener interface-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,