Home
last modified time | relevance | path

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

/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/graph/
DBluetoothDeviceLayerDrawableTest.java86 assertThat(batteryDrawable.getRadiusRatio()).isWithin(TOLERANCE).of(0f); in testBatteryMeterDrawable_configCorrect()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/graph/
DBluetoothDeviceLayerDrawable.java132 protected float getRadiusRatio() { in getRadiusRatio() method in BluetoothDeviceLayerDrawable.BatteryMeterDrawable
DBatteryMeterDrawableBase.java335 final float radius = getRadiusRatio() * (mFrame.height() + buttonHeight); in draw()
480 protected float getRadiusRatio() { in getRadiusRatio() method in BatteryMeterDrawableBase