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

  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
AppearAnimationUtils.java 85 Runnable endRunnable = null;
87 endRunnable = finishListener;
90 mStartTranslation, true /* appearing */, mInterpolator, endRunnable);
108 Runnable endRunnable = null;
110 endRunnable = finishListener;
114 mAppearing, mInterpolator, endRunnable);
172 boolean appearing, Interpolator interpolator, Runnable endRunnable) {
185 if (endRunnable != null) {
186 view.animate().withEndAction(endRunnable);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
SearchPanelCircleView.java 177 public void setCircleSize(float circleSize, boolean animated, final Runnable endRunnable,
195 if (endRunnable != null) {
196 endRunnable.run();
251 * @param endRunnable The end runnable which should be executed when the animation is finished.
254 Interpolator interpolator, final Runnable endRunnable) {
258 if (endRunnable != null) {
259 endRunnable.run();
272 if (endRunnable != null) {
273 endRunnable.run();
360 public void startAbortAnimation(Runnable endRunnable) {
    [all...]
  /frameworks/opt/photoviewer/src/com/android/ex/photo/
PhotoViewController.java     [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
PhoneStatusBar.java     [all...]

Completed in 161 milliseconds