OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:configureGraph
(Results
1 - 4
of
4
) sorted by null
/packages/apps/Settings/tests/robotests/src/com/android/settings/fuelgauge/
BatteryInfoTest.java
262
verify(view, times(1)).
configureGraph
(anyInt(), anyInt());
273
verify(view, times(2)).
configureGraph
(anyInt(), anyInt());
296
verify(view, times(2)).
configureGraph
(anyInt(), anyInt());
/packages/apps/Settings/src/com/android/settings/graph/
UsageView.java
99
public void
configureGraph
(int maxX, int maxY) {
/packages/apps/Settings/src/com/android/settings/fuelgauge/
BatteryInfo.java
72
view.
configureGraph
((int) timePeriod, 100);
114
view.
configureGraph
(maxTime, 100);
/packages/apps/Settings/src/com/android/settings/datausage/
ChartDataUsagePreference.java
67
chart.
configureGraph
(toInt(mEnd - mStart), top);
Completed in 1213 milliseconds