OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UiHandler
(Results
1 - 2
of
2
) sorted by null
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
AbstractMailActivity.java
42
private final
UiHandler
mUiHandler = new
UiHandler
();
UiHandler.java
36
public class
UiHandler
{
55
LogUtils.d(LOG_TAG, "
UiHandler
is disabled in post(). Dropping Runnable.");
70
LogUtils.d(LOG_TAG, "
UiHandler
is disabled in postDelayed(). Dropping Runnable.");
83
LogUtils.e(LOG_TAG, "Disable
UiHandler
. Dropping %d Runnables.", count);
90
* @return whether the {@link
UiHandler
} is enabled. It's safe to edit UI if the
91
* {@link
UiHandler
} is enabled.
Completed in 497 milliseconds