Home | History | Annotate | Download | only in lnotifications

Lines Matching defs:fragment

25 import android.support.v4.app.Fragment;
34 * Fragment that demonstrates options for displaying Heads-Up Notifications.
36 public class HeadsUpNotificationFragment extends Fragment {
39 * NotificationId used for the notifications from this Fragment.
51 * If checked, notifications that this Fragment creates will be displayed as Heads-Up
58 * this fragment using the provided parameters.
60 * @return A new instance of fragment NotificationFragment.
63 HeadsUpNotificationFragment fragment = new HeadsUpNotificationFragment();
64 fragment.setRetainInstance(true);
65 return fragment;
82 // Inflate the layout for this fragment