Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/fuelgauge/batteryusage/
DBatteryChartViewModel.java58 private final AxisLabelPosition mAxisLabelPosition; field in BatteryChartViewModel
82 mAxisLabelPosition = axisLabelPosition; in BatteryChartViewModel()
131 return mAxisLabelPosition; in axisLabelPosition()
152 return Objects.hash(mLevels, mTimestamps, mSelectedIndex, mAxisLabelPosition); in hashCode()
165 && mAxisLabelPosition == batteryChartViewModel.mAxisLabelPosition in equals()
182 .append(", axisLabelPosition: " + mAxisLabelPosition) in toString()