Exemplo n.º 1
0
 public void onCreate(Bundle bundle) {
   super.onCreate(bundle);
   b =
       (Date)
           getArguments().getSerializable("com.fitbit.heartrate.ChartFragment.EXTRA_START_DATE");
   i = (Date) getArguments().getSerializable("com.fitbit.heartrate.ChartFragment.EXTRA_END_DATE");
   j =
       (com.fitbit.util.chart.Filter.Type)
           getArguments().getSerializable("com.fitbit.heartrate.ChartFragment.EXTRA_FILTER_TYPE");
 }
Exemplo n.º 2
0
 public void onViewCreated(View view, Bundle bundle) {
   super.onViewCreated(view, bundle);
   a(view);
   u_();
 }