OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:convertToValue
(Results
1 - 5
of
5
) sorted by null
/packages/apps/Settings/src/com/android/settings/widget/
ChartAxis.java
36
public long
convertToValue
(float point);
InvertedChartAxis.java
50
public long
convertToValue
(float point) {
51
return mWrapped.
convertToValue
(mSize - point);
ChartSweepView.java
478
value = mAxis.
convertToValue
(clampedTargetY - parentContent.top);
487
value = mAxis.
convertToValue
(clampedTargetX - parentContent.left);
528
setValue(mAxis.
convertToValue
(effectiveY));
531
setValue(mAxis.
convertToValue
(effectiveX));
ChartDataUsageView.java
496
public long
convertToValue
(float point) {
566
public long
convertToValue
(float point) {
ChartNetworkSeriesView.java
186
long lastTime = mHoriz.
convertToValue
(lastX);
Completed in 218 milliseconds