Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
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()
/frameworks/base/core/java/com/android/internal/widget/
DConversationLayout.java162 private TouchDelegateComposite mTouchDelegate = new TouchDelegateComposite(this); field in ConversationLayout
1432 mTouchDelegate.clear(); in onLayout()
1445 mTouchDelegate.add(new TouchDelegate(feedbackTouchRect, mFeedbackIcon)); in onLayout()
1448 setTouchDelegate(mTouchDelegate); in onLayout()
/frameworks/base/core/java/android/view/
DView.java5354 private TouchDelegate mTouchDelegate = null; field in View
11449 if (mTouchDelegate != null) {
11450 info.setTouchDelegateInfo(mTouchDelegate.getTouchDelegateInfo());
15711 return mTouchDelegate != null || info.mOnKeyListener != null in hasListenersForAccessibility()
17501 final AccessibilityNodeInfo.TouchDelegateInfo info = mTouchDelegate.getTouchDelegateInfo(); in dispatchTouchExplorationHoverEvent()
17531 handled = mTouchDelegate.onTouchExplorationHoverEvent(event); in dispatchTouchExplorationHoverEvent()
17537 handled = mTouchDelegate.onTouchExplorationHoverEvent(eventNoHistory); in dispatchTouchExplorationHoverEvent()
17539 handled |= mTouchDelegate.onTouchExplorationHoverEvent(eventNoHistory); in dispatchTouchExplorationHoverEvent()
17544 mTouchDelegate.onTouchExplorationHoverEvent(event); in dispatchTouchExplorationHoverEvent()
17549 mTouchDelegate.onTouchExplorationHoverEvent(eventNoHistory); in dispatchTouchExplorationHoverEvent()
[all …]
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt62951 Landroid/view/View;->mTouchDelegate:Landroid/view/TouchDelegate;
68919 Landroid/widget/SearchView;->mTouchDelegate:Landroid/widget/SearchView$UpdatableTouchDelegate;