Searched refs:mTouchDelegate (Results 1 – 4 of 4) sorted by relevance
128 private UpdatableTouchDelegate mTouchDelegate; field in SearchView873 if (mTouchDelegate == null) { in onLayout()874 mTouchDelegate = new UpdatableTouchDelegate(mSearchSrtTextViewBoundsExpanded, in onLayout()876 setTouchDelegate(mTouchDelegate); in onLayout()878 … mTouchDelegate.setBounds(mSearchSrtTextViewBoundsExpanded, mSearchSrcTextViewBounds); in onLayout()
150 private TouchDelegateComposite mTouchDelegate = new TouchDelegateComposite(this); field in ConversationLayout1073 mTouchDelegate.clear(); in onLayout()1086 mTouchDelegate.add(new TouchDelegate(feedbackTouchRect, mFeedbackIcon)); in onLayout()1089 setTouchDelegate(mTouchDelegate); in onLayout()
5092 private TouchDelegate mTouchDelegate = null; field in View10812 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 …]
63594 Landroid/view/View;->mTouchDelegate:Landroid/view/TouchDelegate;69562 Landroid/widget/SearchView;->mTouchDelegate:Landroid/widget/SearchView$UpdatableTouchDelegate;