Home | History | Annotate | Download | only in com.example.android.navigationdrawer

Lines Matching refs:view

28 import android.support.v4.view.GravityCompat;
32 import android.view.LayoutInflater;
33 import android.view.Menu;
34 import android.view.MenuItem;
35 import android.view.View;
36 import android.view.ViewGroup;
52 * <li><strong>View switches</strong>. A view switch follows the same basic policies as
53 * list or tab navigation in that a view switch does not create navigation history.
94 // set up the drawer's list view with items and click listener
109 public void onDrawerClosed(View view) {
114 public void onDrawerOpened(View drawerView) {
137 // If the nav drawer is open, hide action items related to the content view
170 public void onClick(View view, int position) {
232 public View onCreateView(LayoutInflater inflater, ViewGroup container,
234 View rootView = inflater.inflate(R.layout.fragment_planet, container, false);