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 42 private static final long DISMISS_DELAY = 2500;
77 getWindow().getDecorView().postDelayed(mFinishRunnable, DISMISS_DELAY);
  /packages/apps/StorageManager/src/com/android/storagemanager/automatic/
NotificationController.java 90 private static final long DISMISS_DELAY = TimeUnit.DAYS.toMillis(14);
116 delayNextNotification(context, DISMISS_DELAY);
  /frameworks/opt/chips/src/com/android/ex/chips/
RecipientEditTextView.java 128 private static final long DISMISS_DELAY = 300;
355 mHandler.sendMessageDelayed(delayed, DISMISS_DELAY);
    [all...]

Completed in 83 milliseconds