OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
72
private static final long
DISMISS_DELAY
= TimeUnit.DAYS.toMillis(15);
89
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 513 milliseconds