Home | History | Annotate | Download | only in phone

Lines Matching defs:battery

489         mBatteryController.addIconView((ImageView)mStatusBarView.findViewById(R.id.battery));
1871 final View battery = mStatusBarView.findViewById(R.id.battery);
1879 ObjectAnimator.ofFloat(battery, View.ALPHA, 0.5f),
1889 ObjectAnimator.ofFloat(battery, View.ALPHA, 1),