Home | History | Annotate | Download | only in com.example.android.actionbarcompat.shareactionprovider

Lines Matching refs:view

21 import android.support.v4.view.MenuItemCompat;
22 import android.support.v4.view.PagerAdapter;
23 import android.support.v4.view.ViewPager;
26 import android.view.LayoutInflater;
27 import android.view.Menu;
28 import android.view.MenuItem;
29 import android.view.View;
30 import android.view.ViewGroup;
61 // Set content view (which contains a CheeseListFragment)
64 // Retrieve the ViewPager from the content view
106 public boolean isViewFromObject(View view, Object o) {
107 return view == o;
112 // Just remove the view from the ViewPager
113 container.removeView((View) object);
126 // The view we need to inflate changes based on the type of content
136 // Add the view to the ViewPager
148 // Add the view to the ViewPager