HomeSort by relevance Sort by last modified time
    Searched defs:endRunnable (Results 1 - 6 of 6) sorted by null

  /frameworks/base/packages/SystemUI/src/com/android/systemui/assist/
AssistOrbContainer.java 114 private void startExitAnimation(final Runnable endRunnable) {
116 if (endRunnable != null) {
117 endRunnable.run();
133 .withEndAction(endRunnable);
  /frameworks/base/packages/SettingsLib/src/com/android/settingslib/animation/
AppearAnimationUtils.java 93 Runnable endRunnable = null;
95 endRunnable = finishListener;
103 mAppearing, mInterpolator, endRunnable);
121 Runnable endRunnable = null;
123 endRunnable = finishListener;
127 mAppearing, mInterpolator, endRunnable);
185 boolean appearing, Interpolator interpolator, final Runnable endRunnable) {
211 if (endRunnable != null) {
215 endRunnable.run();
  /frameworks/opt/photoviewer/src/com/android/ex/photo/
PhotoViewController.java     [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
PhoneStatusBar.java     [all...]
  /external/robolectric/v3/runtime/
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 

Completed in 864 milliseconds