Searched refs:clickIndex (Results 1 – 1 of 1) sorted by relevance
157 AtomicInteger clickIndex = new AtomicInteger(); in smartLinkify() local168 clickIndex.set( in smartLinkify()176 Log.d(LOG_TAG, "clickIndex = " + clickIndex.get()); in smartLinkify()177 onView(withId(R.id.textview)).perform(TextViewActions.tapOnTextAtIndex(clickIndex.get())); in smartLinkify()213 AtomicInteger clickIndex = new AtomicInteger(); in smartSelectionInternal() local221 clickIndex.set(9); in smartSelectionInternal()226 Log.d(LOG_TAG, "clickIndex = " + clickIndex.get()); in smartSelectionInternal()228 TextViewActions.longTapOnTextAtIndex(clickIndex.get())); in smartSelectionInternal()