HomeSort by relevance Sort by last modified time
    Searched refs:onTimerFinished (Results 1 - 10 of 10) sorted by null

  /frameworks/support/wear/src/main/java/androidx/wear/widget/
CircularProgressLayoutController.java 134 mOnTimerFinishedListener.onTimerFinished(mLayout);
CircularProgressLayout.java 89 * OnTimerFinishedListener#onTimerFinished(CircularProgressLayout)} event.
98 void onTimerFinished(CircularProgressLayout layout);
273 * {@link OnTimerFinishedListener#onTimerFinished(CircularProgressLayout)} method is called. If
  /frameworks/support/samples/SupportWearDemos/src/main/java/com/example/android/support/wear/app/
CircularProgressLayoutDemo.java 61 public void onTimerFinished(CircularProgressLayout layout) {
  /frameworks/support/wear/src/androidTest/java/androidx/wear/widget/
CircularProgressLayoutTest.java 80 public void onTimerFinished(CircularProgressLayout layout) {
  /developers/build/prebuilts/gradle/SkeletonWearableApp/Wearable/src/main/java/com/example/android/google/wearable/app/
MainActivity.java 109 public void onTimerFinished(View v) {
110 Log.d(TAG, "onTimerFinished is called.");
  /developers/samples/android/wearable/wear/SkeletonWearableApp/Wearable/src/main/java/com/example/android/google/wearable/app/
MainActivity.java 109 public void onTimerFinished(View v) {
110 Log.d(TAG, "onTimerFinished is called.");
  /development/samples/browseable/SkeletonWearableApp/src/com.example.android.google.wearable.app/
MainActivity.java 109 public void onTimerFinished(View v) {
110 Log.d(TAG, "onTimerFinished is called.");
  /developers/build/prebuilts/gradle/DelayedConfirmation/Wearable/src/main/java/com/example/android/wearable/delayedconfirmation/
MainActivity.java 108 // Prevent onTimerFinished from being heard.
114 public void onTimerFinished(View v) {
  /developers/samples/android/wearable/wear/DelayedConfirmation/Wearable/src/main/java/com/example/android/wearable/delayedconfirmation/
MainActivity.java 108 // Prevent onTimerFinished from being heard.
114 public void onTimerFinished(View v) {
  /development/samples/browseable/DelayedConfirmation/Wearable/src/com.example.android.wearable.delayedconfirmation/
MainActivity.java 108 // Prevent onTimerFinished from being heard.
114 public void onTimerFinished(View v) {

Completed in 1471 milliseconds