Home
last modified time | relevance | path

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

/development/samples/browseable/LNotifications/src/com.example.android.lnotifications/
DHeadsUpNotificationFragment.java48 private Button mShowNotificationButton; field in HeadsUpNotificationFragment
89 mShowNotificationButton = (Button) view.findViewById(R.id.show_notification_button); in onViewCreated()
90 mShowNotificationButton.setOnClickListener(new View.OnClickListener() { in onViewCreated()
DVisibilityMetadataFragment.java54 private Button mShowNotificationButton; field in VisibilityMetadataFragment
89 mShowNotificationButton = (Button) view.findViewById(R.id.show_notification_button); in onViewCreated()
90 mShowNotificationButton.setOnClickListener(new View.OnClickListener() { in onViewCreated()
DOtherMetadataFragment.java70 private Button mShowNotificationButton; field in OtherMetadataFragment
122 mShowNotificationButton = (Button) view.findViewById(R.id.show_notification_button); in onViewCreated()
123 mShowNotificationButton.setOnClickListener(new View.OnClickListener() { in onViewCreated()