Home
last modified time | relevance | path

Searched refs:DelayShowRunnable (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/com/android/internal/view/inline/
DInlineTooltipUi.java58 private DelayShowRunnable mDelayShowTooltip;
168 mDelayShowTooltip = new DelayShowRunnable(anchor); in update()
446 private class DelayShowRunnable implements Runnable { class in InlineTooltipUi
449 DelayShowRunnable(View anchor) { in DelayShowRunnable() method in InlineTooltipUi.DelayShowRunnable