Searched defs:startTimer (Results 1 - 7 of 7) sorted by relevance

/frameworks/support/wear/src/main/java/androidx/wear/widget/
H A DCircularProgressLayoutController.java87 void startTimer(long totalTime, long updateInterval) { method in class:CircularProgressLayoutController
H A DCircularProgressLayout.java45 * elapsed after {@link #startTimer()} has been called. Tap action can be received via {@link
94 * Called when the timer started by {@link #startTimer()} method finishes.
276 public void startTimer() { method in class:CircularProgressLayout
277 mController.startTimer(mTotalTime, DEFAULT_UPDATE_INTERVAL);
/frameworks/support/work/workmanager/src/main/java/androidx/work/impl/background/systemalarm/
H A DWorkTimer.java57 void startTimer(@NonNull final String workSpecId, method in class:WorkTimer
/frameworks/base/core/java/android/hardware/camera2/legacy/
H A DPerfMeasurement.java40 * mPerfMeasurement.startTimer();
160 public void startTimer() { method in class:PerfMeasurement
169 * be active at once, so {@link #startTimer} must be called before the next call to this
/frameworks/native/opengl/tests/gl_perf/
H A Dfill_common.cpp117 void startTimer() { function
211 startTimer();
/frameworks/native/opengl/tools/glgen2/registry/
H A Dgenheaders.py83 def startTimer(): function
96 startTimer()
100 startTimer()
559 startTimer()
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 157 milliseconds