OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:postIdle
(Results
1 - 4
of
4
) sorted by null
/packages/apps/Launcher2/src/com/android/launcher2/
DeferredHandler.java
91
public void
postIdle
(final Runnable runnable) {
92
postIdle
(runnable, 0);
94
public void
postIdle
(final Runnable runnable, int type) {
LauncherModel.java
[
all
...]
/packages/apps/Launcher3/src/com/android/launcher3/
DeferredHandler.java
92
public void
postIdle
(final Runnable runnable) {
93
postIdle
(runnable, 0);
95
public void
postIdle
(final Runnable runnable, int type) {
LauncherModel.java
[
all
...]
Completed in 30 milliseconds