Home
last modified time | relevance | path

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

/aosp12/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/view/
H A DTouchableMovementMethod.java40 boolean isLastTouchEventHandled(); in isLastTouchEventHandled() method
75 public boolean isLastTouchEventHandled() { in isLastTouchEventHandled() method in TouchableMovementMethod.TouchableLinkMovementMethod
/aosp12/frameworks/opt/setupwizard/library/test/robotest/src/com/android/setupwizardlib/view/
H A DRichTextViewTest.java128 doReturn(true).when(mockMovementMethod).isLastTouchEventHandled(); in onTouchEvent_clickOnLinks_shouldReturnTrue()
146 doReturn(false).when(mockMovementMethod).isLastTouchEventHandled(); in onTouchEvent_clickOutsideLinks_shouldReturnFalse()
/aosp12/frameworks/opt/setupwizard/library/platform/src/com/android/setupwizardlib/view/
H A DRichTextView.java154 return touchableMovementMethod.isLastTouchEventHandled(); in onTouchEvent()
/aosp12/frameworks/opt/setupwizard/library/gingerbread/src/com/android/setupwizardlib/view/
H A DRichTextView.java168 return touchableMovementMethod.isLastTouchEventHandled(); in onTouchEvent()