Searched refs:mTouchDelegate (Results 1 – 3 of 3) sorted by relevance
128 private UpdatableTouchDelegate mTouchDelegate; field in SearchView866 if (mTouchDelegate == null) { in onLayout()867 mTouchDelegate = new UpdatableTouchDelegate(mSearchSrtTextViewBoundsExpanded, in onLayout()869 setTouchDelegate(mTouchDelegate); in onLayout()871 … mTouchDelegate.setBounds(mSearchSrtTextViewBoundsExpanded, mSearchSrcTextViewBounds); in onLayout()
4840 private TouchDelegate mTouchDelegate = null; field in View10008 if (mTouchDelegate != null) {10009 info.setTouchDelegateInfo(mTouchDelegate.getTouchDelegateInfo());13320 return mTouchDelegate != null || info.mOnKeyListener != null14933 final AccessibilityNodeInfo.TouchDelegateInfo info = mTouchDelegate.getTouchDelegateInfo(); in dispatchTouchExplorationHoverEvent()14963 handled = mTouchDelegate.onTouchExplorationHoverEvent(event); in dispatchTouchExplorationHoverEvent()14969 handled = mTouchDelegate.onTouchExplorationHoverEvent(eventNoHistory); in dispatchTouchExplorationHoverEvent()14971 handled |= mTouchDelegate.onTouchExplorationHoverEvent(eventNoHistory); in dispatchTouchExplorationHoverEvent()14976 mTouchDelegate.onTouchExplorationHoverEvent(event); in dispatchTouchExplorationHoverEvent()14981 mTouchDelegate.onTouchExplorationHoverEvent(eventNoHistory); in dispatchTouchExplorationHoverEvent()[all …]
78023 Landroid/view/View;->mTouchDelegate:Landroid/view/TouchDelegate;83991 Landroid/widget/SearchView;->mTouchDelegate:Landroid/widget/SearchView$UpdatableTouchDelegate;