Searched refs:interval (Results 1 – 3 of 3) sorted by relevance
/development/samples/training/InteractiveChart/src/com/example/android/interactivechart/ |
D | InteractiveLineGraphView.java | 477 double interval = roundToOneSignificantFigure(rawInterval); in computeAxisStops() local 478 double intervalMagnitude = Math.pow(10, (int) Math.log10(interval)); in computeAxisStops() 479 int intervalSigDigit = (int) (interval / intervalMagnitude); in computeAxisStops() 482 interval = Math.floor(10 * intervalMagnitude); in computeAxisStops() 485 double first = Math.ceil(start / interval) * interval; in computeAxisStops() 486 double last = Math.nextUp(Math.floor(stop / interval) * interval); in computeAxisStops() 491 for (f = first; f <= last; f += interval) { in computeAxisStops() 502 for (f = first, i = 0; i < n; f += interval, ++i) { in computeAxisStops() 506 if (interval < 1) { in computeAxisStops() 507 outStops.decimals = (int) Math.ceil(-Math.log10(interval)); in computeAxisStops()
|
/development/samples/browseable/AppUsageStatistics/src/com.example.android.appusagestatistics/ |
D | AppUsageStatisticsFragment.java | 217 StatsUsageInterval(String stringRepresentation, int interval) { in StatsUsageInterval() argument 219 mInterval = interval; in StatsUsageInterval()
|
/development/tools/repo_diff/service/repodiff/persistence/filesystem/testdata/ |
D | commit.csv | 6065 …/system/core,fake_XLbexbugS92H5Fn8s4znQA@fakeemail.com,storaged: increase periodic polling interval 6931 …stem/core,fake_xcWmy-BtToyRe2p-sGFxfw@fakeemail.com,healthd: allow override of wake interval timing 7753 …/tools/test/connectivity,fake_AAMc1kLbTM-2KxDpKxOZ5w@fakeemail.com,Use the new set interval PMC cmd 8138 …,fake_9uhqm5y3QDi9PUk97cuSsw@fakeemail.com,[AWARE] Add test to verify randomization interval of NMI 18534 …rm/packages/apps/Bluetooth,fake_AERSFENSQ2e-hh_K6XrSuw@fakeemail.com,Fix primary adv interval range 18599 …uetooth,fake_cLPhIrDcQJCo-ieMrBw2-g@fakeemail.com,Revert LOW_POWER ble scan interval to 512/5120ms. 18657 …/apps/Bluetooth,fake_cLPhIrDcQJCo-ieMrBw2-g@fakeemail.com,Retrieve scan interval and window length… 29648 …om/wlan,fake_EUfIJnQLRV2wdV5KDerY6A@fakeemail.com,WifiHal: Enable awake DW interval for 2.4GHz/5GHz 32304 …castReceiver,fake_hU45DTr0Q32jOE7_UuGS-Q@fakeemail.com,Added custom alert reminder interval support 36473 …native,fake_mYosc36yTdGbAQt2hz5t0g@fakeemail.com,media: clarify i-frame interval for VPx and HEVC … [all …]
|