Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/widget/
H A DSearchView.java128 private UpdatableTouchDelegate mTouchDelegate; field in SearchView
873 if (mTouchDelegate == null) { in onLayout()
874 mTouchDelegate = new UpdatableTouchDelegate(mSearchSrtTextViewBoundsExpanded, in onLayout()
876 setTouchDelegate(mTouchDelegate); in onLayout()
878mTouchDelegate.setBounds(mSearchSrtTextViewBoundsExpanded, mSearchSrcTextViewBounds); in onLayout()
/aosp14/frameworks/base/core/java/com/android/internal/widget/
H A DConversationLayout.java150 private TouchDelegateComposite mTouchDelegate = new TouchDelegateComposite(this); field in ConversationLayout
1073 mTouchDelegate.clear(); in onLayout()
1086 mTouchDelegate.add(new TouchDelegate(feedbackTouchRect, mFeedbackIcon)); in onLayout()
1089 setTouchDelegate(mTouchDelegate); in onLayout()
/aosp14/frameworks/base/core/java/android/view/
H A DView.java5092 private TouchDelegate mTouchDelegate = null; field in View
10812 if (mTouchDelegate != null) { in onInitializeAccessibilityNodeInfoInternal()
10813 info.setTouchDelegateInfo(mTouchDelegate.getTouchDelegateInfo()); in onInitializeAccessibilityNodeInfoInternal()
14960 return mTouchDelegate != null || info.mOnKeyListener != null in hasListenersForAccessibility()
16729 mTouchDelegate.onTouchExplorationHoverEvent(event); in dispatchTouchExplorationHoverEvent()
16734 mTouchDelegate.onTouchExplorationHoverEvent(eventNoHistory); in dispatchTouchExplorationHoverEvent()
16744 mTouchDelegate.onTouchExplorationHoverEvent(event); in dispatchTouchExplorationHoverEvent()
17067 if (mTouchDelegate != null) { in onTouchEvent()
17068 if (mTouchDelegate.onTouchEvent(event)) { in onTouchEvent()
17346 mTouchDelegate = delegate; in setTouchDelegate()
[all …]
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt63594 Landroid/view/View;->mTouchDelegate:Landroid/view/TouchDelegate;
69562 Landroid/widget/SearchView;->mTouchDelegate:Landroid/widget/SearchView$UpdatableTouchDelegate;