Searched refs:getRadiusRatio (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/graph/
H A DBluetoothDeviceLayerDrawableTest.java80 assertThat(batteryDrawable.getRadiusRatio()).isWithin(TOLERANCE).of(0f);
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/graph/
H A DBluetoothDeviceLayerDrawable.java132 protected float getRadiusRatio() { method in class:BluetoothDeviceLayerDrawable.BatteryMeterDrawable
H A DBatteryMeterDrawableBase.java347 final float radius = getRadiusRatio() * (mFrame.height() + buttonHeight);
497 protected float getRadiusRatio() { method in class:BatteryMeterDrawableBase

Completed in 397 milliseconds