OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:shouldAdjustAxis
(Results
1 - 4
of
4
) sorted by null
/packages/apps/Settings/src/com/android/settings/widget/
ChartAxis.java
51
public int
shouldAdjustAxis
(long value);
InvertedChartAxis.java
69
public int
shouldAdjustAxis
(long value) {
70
return mWrapped.
shouldAdjustAxis
(value);
ChartDataUsageView.java
209
final int adjustAxis = activeSweep.
shouldAdjustAxis
();
470
public int
shouldAdjustAxis
(long value) {
565
public int
shouldAdjustAxis
(long value) {
ChartSweepView.java
553
public int
shouldAdjustAxis
() {
554
return mAxis.
shouldAdjustAxis
(getValue());
Completed in 296 milliseconds