Home
last modified time | relevance | path

Searched refs:NotificationsPagerAdapter (Results 1 – 1 of 1) sorted by relevance

/development/samples/browseable/LNotifications/src/com.example.android.lnotifications/
DLNotificationActivity.java43 NotificationsPagerAdapter pagerAdapter = in onCreate()
44 new NotificationsPagerAdapter(getSupportFragmentManager()); in onCreate()
49 private static class NotificationsPagerAdapter extends FragmentPagerAdapter { class in LNotificationActivity
51 NotificationsPagerAdapter(FragmentManager fm) { in NotificationsPagerAdapter() method in LNotificationActivity.NotificationsPagerAdapter