Searched refs:mPercentage (Results 1 – 1 of 1) sorted by relevance
77 final TextView mPercentage = findViewById(R.id.wireless_charging_percentage); in init() local80 mPercentage.setText(NumberFormat.getPercentInstance().format(mBatteryLevel / 100f)); in init()81 mPercentage.setAlpha(0); in init()94 ValueAnimator textSizeAnimator = ObjectAnimator.ofFloat(mPercentage, "textSize", in init()101 ValueAnimator textOpacityAnimator = ObjectAnimator.ofFloat(mPercentage, "alpha", 0, 1); in init()109 ValueAnimator textFadeAnimator = ObjectAnimator.ofFloat(mPercentage, "alpha", 1, 0); in init()