HomeSort by relevance Sort by last modified time
    Searched refs:endRunnable (Results 1 - 7 of 7) 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/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DozeScrimController.java 142 null /* endRunnable */);
146 Interpolator interpolator, long delay, final Runnable endRunnable) {
170 if (endRunnable != null) {
171 endRunnable.run();
PhoneStatusBar.java     [all...]
  /frameworks/opt/photoviewer/src/com/android/ex/photo/
PhotoViewController.java     [all...]
  /frameworks/base/core/java/com/android/internal/widget/
LockPatternView.java 612 final CellState state, final Runnable endRunnable) {
621 if (endRunnable != null) {
625 endRunnable.run();
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
NotificationStackScrollLayout.java 725 public void dismissViewAnimated(View child, Runnable endRunnable, int delay, long duration) {
727 mSwipeHelper.dismissChild(child, 0, endRunnable, delay, true, duration);
    [all...]

Completed in 257 milliseconds