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

  /frameworks/base/packages/SystemUI/src/com/android/keyguard/
KeyguardHostView.java 286 public void startDisappearAnimation(Runnable finishRunnable) {
287 if (!mSecurityContainer.startDisappearAnimation(finishRunnable) && finishRunnable != null) {
288 finishRunnable.run();
KeyguardPatternView.java 426 null /* finishRunnable */);
431 public boolean startDisappearAnimation(final Runnable finishRunnable) {
450 if (finishRunnable != null) {
451 finishRunnable.run();
460 null /* finishRunnable */);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
StatusBarKeyguardViewManager.java 315 * @param finishRunnable the runnable to be run after the animation finished, or {@code null} if
318 public void startPreHideAnimation(Runnable finishRunnable) {
320 mBouncer.startPreHideAnimation(finishRunnable);
321 } else if (finishRunnable != null) {
322 finishRunnable.run();
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-embeddable/1.0.0/
kotlin-compiler-embeddable-1.0.0.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-embeddable/1.0.2/
kotlin-compiler-embeddable-1.0.2.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.ide_3.6.2.M20101117-0800.jar 

Completed in 498 milliseconds