コード例 #1
0
 public TabletStatusBarTransitions(TabletStatusBarView view, Object barService) {
   super(view, SystemR.drawable.nav_background);
   mView = view;
   mBarService = barService;
   final Resources res = mView.getContext().getResources();
   mIconAlphaWhenOpaque = res.getFraction(SystemR.dimen.status_bar_icon_drawing_alpha, 1, 1);
 }