Searched refs:SWEEP_GRAVITY (Results 1 – 2 of 2) sorted by relevance
/packages/apps/Settings/src/com/android/settings/widget/ |
D | ChartView.java | 40 private static final int SWEEP_GRAVITY = Gravity.TOP | Gravity.START; field in ChartView 145 Gravity.apply(SWEEP_GRAVITY, parentRect.width(), sweep.getMeasuredHeight(), in layoutSweep() 153 Gravity.apply(SWEEP_GRAVITY, sweep.getMeasuredWidth(), parentRect.height(), in layoutSweep()
|
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/widget/ |
D | ChartView.java | 41 private static final int SWEEP_GRAVITY = Gravity.TOP | Gravity.START; field in ChartView 146 Gravity.apply(SWEEP_GRAVITY, parentRect.width(), sweep.getMeasuredHeight(), in layoutSweep() 154 Gravity.apply(SWEEP_GRAVITY, sweep.getMeasuredWidth(), parentRect.height(), in layoutSweep()
|