Home
last modified time | relevance | path

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

/frameworks/opt/setupwizard/library/gingerbread/src/com/android/setupwizardlib/util/
DLinkAccessibilityHelper.java186 final ClickableSpan span = getSpanForOffset(virtualViewId); in onPopulateEventForVirtualView()
198 final ClickableSpan span = getSpanForOffset(virtualViewId); in onPopulateNodeForVirtualView()
220 ClickableSpan span = getSpanForOffset(virtualViewId); in onPerformActionForVirtualView()
231 private ClickableSpan getSpanForOffset(int offset) { in getSpanForOffset() method in LinkAccessibilityHelper.PreOLinkAccessibilityHelper