Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DSearchView.java128 private UpdatableTouchDelegate mTouchDelegate; field in SearchView
866 if (mTouchDelegate == null) { in onLayout()
867 mTouchDelegate = new UpdatableTouchDelegate(mSearchSrtTextViewBoundsExpanded, in onLayout()
869 setTouchDelegate(mTouchDelegate); in onLayout()
871mTouchDelegate.setBounds(mSearchSrtTextViewBoundsExpanded, mSearchSrcTextViewBounds); in onLayout()
/frameworks/base/core/java/android/view/
DView.java4840 private TouchDelegate mTouchDelegate = null; field in View
10008 if (mTouchDelegate != null) {
10009 info.setTouchDelegateInfo(mTouchDelegate.getTouchDelegateInfo());
13320 return mTouchDelegate != null || info.mOnKeyListener != null
14933 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 …]
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt78023 Landroid/view/View;->mTouchDelegate:Landroid/view/TouchDelegate;
83991 Landroid/widget/SearchView;->mTouchDelegate:Landroid/widget/SearchView$UpdatableTouchDelegate;