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

  /frameworks/base/packages/SystemUI/src/com/android/systemui/stackdivider/
ForcedResizableInfoActivity.java 37 private static final long DISMISS_DELAY = 2500;
59 getWindow().getDecorView().postDelayed(mFinishRunnable, DISMISS_DELAY);
  /packages/apps/StorageManager/src/com/android/storagemanager/automatic/
NotificationController.java 82 private static final long DISMISS_DELAY = TimeUnit.DAYS.toMillis(15);
105 delayNextNotification(context, DISMISS_DELAY);
  /frameworks/opt/chips/src/com/android/ex/chips/
RecipientEditTextView.java 124 private static final long DISMISS_DELAY = 300;
316 mHandler.sendMessageDelayed(delayed, DISMISS_DELAY);
    [all...]

Completed in 82 milliseconds