Searched refs:OnLinkClickListener (Results 1 - 4 of 4) sorted by relevance

/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/span/
H A DLinkSpan.java34 * class, implement {@link OnLinkClickListener} in your TextView, or use
58 * @deprecated Use {@link OnLinkClickListener}
69 public interface OnLinkClickListener { interface in class:LinkSpan
109 if (view instanceof OnLinkClickListener) {
110 handled = ((OnLinkClickListener) view).onLinkClick(this);
/frameworks/opt/setupwizard/library/gingerbread/src/com/android/setupwizardlib/view/
H A DRichTextView.java36 import com.android.setupwizardlib.span.LinkSpan.OnLinkClickListener;
45 public class RichTextView extends AppCompatTextView implements OnLinkClickListener {
94 private OnLinkClickListener mOnLinkClickListener;
201 public void setOnLinkClickListener(OnLinkClickListener listener) {
205 public OnLinkClickListener getOnLinkClickListener() {
/frameworks/opt/setupwizard/library/platform/src/com/android/setupwizardlib/view/
H A DRichTextView.java32 import com.android.setupwizardlib.span.LinkSpan.OnLinkClickListener;
45 public class RichTextView extends TextView implements OnLinkClickListener {
93 private OnLinkClickListener mOnLinkClickListener;
161 public void setOnLinkClickListener(OnLinkClickListener listener) {
165 public OnLinkClickListener getOnLinkClickListener() {
/frameworks/opt/setupwizard/library/test/robotest/src/com/android/setupwizardlib/view/
H A DRichTextViewTest.java45 import com.android.setupwizardlib.span.LinkSpan.OnLinkClickListener;
91 OnLinkClickListener listener = mock(OnLinkClickListener.class);

Completed in 261 milliseconds