Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/charging/
DWirelessChargingAnimation.java61 int transmittingBatteryLevel, int batteryLevel, Callback callback, boolean isDozing, in WirelessChargingAnimation() argument
64 transmittingBatteryLevel, batteryLevel, callback, isDozing, in WirelessChargingAnimation()
74 @Nullable Looper looper, int transmittingBatteryLevel, int batteryLevel, in makeWirelessChargingAnimation() argument
77 return new WirelessChargingAnimation(context, looper, transmittingBatteryLevel, in makeWirelessChargingAnimation()
125 int transmittingBatteryLevel, int batteryLevel, Callback callback, in WirelessChargingView() argument
128 mNextView = new WirelessChargingLayout(context, transmittingBatteryLevel, batteryLevel, in WirelessChargingView()
DWirelessChargingLayout.java55 WirelessChargingLayout(Context context, int transmittingBatteryLevel, int batteryLevel, in WirelessChargingLayout() argument
58 init(context, null, transmittingBatteryLevel, batteryLevel, isDozing, rippleShape); in WirelessChargingLayout()
75 private void init(Context context, AttributeSet attrs, int transmittingBatteryLevel, in init() argument
78 (transmittingBatteryLevel != WirelessChargingAnimation.UNKNOWN_BATTERY_LEVEL); in init()
204 NumberFormat.getPercentInstance().format(transmittingBatteryLevel / 100f)); in init()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DCentralSurfacesImpl.java1665 protected void showChargingAnimation(int batteryLevel, int transmittingBatteryLevel, in showChargingAnimation() argument
1668 transmittingBatteryLevel, batteryLevel, in showChargingAnimation()